Searched refs:notify_token (Results 1 - 14 of 14) sorted by last modified time

/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c1607 int notify_token; local
1614 status = notify_register_mach_port(_PATH_RESOLVER_DIR, &notify_port, 0, &notify_token);
1620 status = notify_monitor_file(notify_token, "/private" _PATH_RESOLVER_DIR, 0);
1623 (void)notify_cancel(notify_token);
1636 (void)notify_cancel(notify_token);
/macosx-10.10/configd-699.1.5/Plugins/Logger/
H A Dlogger.c1424 int notify_token; local
1429 status = notify_register_mach_port(key, &notify_port, 0, &notify_token);
1438 (void)notify_cancel(notify_token);
1446 (void)notify_cancel(notify_token);
1478 int notify_token; local
1483 status = notify_register_mach_port(key, &notify_port, 0, &notify_token);
1492 (void)notify_cancel(notify_token);
1500 (void)notify_cancel(notify_token);
1531 int notify_token; local
1538 &notify_token);
1590 int notify_token; local
1796 int notify_token; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/cf/
H A Ditem.c117 static int notify_token; variable
172 (void)notify_register_check(KRB5_KCM_NOTIFY_CACHE_CHANGED, &notify_token);
1640 && notify_check(notify_token, &checkNeeded) == NOTIFY_STATUS_OK
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c110 int notify_token; member in struct:__anon12685
143 _asl_global.notify_token = -1;
182 if (_asl_global.notify_token != -1)
203 status = notify_register_plain(notify_name, &_asl_global.notify_token);
205 if (status != NOTIFY_STATUS_OK) _asl_global.notify_token = -1;
210 if (_asl_global.notify_token == -1) return ASL_STATUS_FAILED;
234 if (_asl_global.notify_token >= 0) notify_cancel(_asl_global.notify_token);
235 _asl_global.notify_token = -1;
496 if (_asl_global.notify_token >
[all...]
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c2222 int notify_token; local
2233 &notify_port, 0, &notify_token);
2245 (void)notify_cancel(notify_token);
2252 (void)notify_cancel(notify_token);
2258 supp->config_change.token = notify_token;
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dfile_module.c109 int notify_token[VALIDATION_COUNT]; member in struct:__anon2852
295 if (pp->notify_token[vtype] < 0)
301 status = notify_register_check(str, &(pp->notify_token[vtype]));
307 status = notify_peek(pp->notify_token[vtype], &peek);
432 if (pp->notify_token[vtype] < 0)
446 status = notify_peek(pp->notify_token[vtype], &curr_val);
2360 for (i = 0; i < VALIDATION_COUNT; i++) pp->notify_token[i] = -1;
/macosx-10.10/ppp-786.1.1/Controller/
H A Dapp_layer.c331 static int notify_token = -1; local
335 if (notify_token == -1) {
336 status = notify_register_check(kVPNAPPLAYER_NOTIFY_KEY, &notify_token);
343 status = notify_set_state(notify_token, state);
346 notify_cancel(notify_token);
347 notify_token = -1;
354 notify_cancel(notify_token);
355 notify_token = -1;
/macosx-10.10/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c1101 int notify_token; local
1107 &notify_port, 0, &notify_token);
1119 (void)notify_cancel(notify_token);
1126 (void)notify_cancel(notify_token);
1132 me->settings_change.token = notify_token;
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c1896 int notify_file, notify_token; local
2347 notify_token = -1;
2395 status = notify_register_file_descriptor("com.apple.system.logger.message", &notify_file, 0, &notify_token);
2396 if (status != NOTIFY_STATUS_OK) notify_token = -1;
2415 else if (notify_token == -1)
/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_client.h63 int notify_token; member in struct:asl_client_s
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_file.c47 static int notify_token = -1; variable
245 if (notify_token != -1) {
247 if (notify_check(notify_token, &check) == 0 && check)
340 if (notify_token == -1)
341 notify_register_check(APPLE_NOTIFICATION_NAME, &notify_token);
/macosx-10.10/libresolv-57/
H A Dres_send.c510 int notify_token, status, send_status, reply_buf_size; local
638 notify_token = -1;
643 status = notify_register_plain(notify_name, &notify_token);
679 if (notify_token != -1) notify_cancel(notify_token);
688 if (notify_token != -1) notify_cancel(notify_token);
694 if (notify_token != -1)
697 status = notify_get_state(notify_token, &exit_requested);
702 notify_cancel(notify_token);
870 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, int *terrno, int ns, struct sockaddr *from, int *fromlen, int notify_token) argument
1154 send_dg(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, int *terrno, int ns, int *v_circuit, int *gotsomewhere, struct sockaddr *from, int *fromlen, int notify_token) argument
[all...]
H A Dres_query.c303 int i, kq, n, wait, cancelled, notify_token, status; local
420 notify_token = -1;
425 status = notify_register_plain(notify_name, &notify_token);
435 if (notify_token != -1)
438 status = notify_get_state(notify_token, &exit_requested);
502 if (notify_token != -1) notify_cancel(notify_token);
/macosx-10.10/Libinfo-459/nis.subproj/
H A Dyp_bind.c101 int status, notify_token; local
159 notify_token = -1;
164 status = notify_register_plain(notify_name, &notify_token);
169 if (notify_token != -1)
172 status = notify_get_state(notify_token, &abort);
176 notify_cancel(notify_token);
197 if (notify_token != -1) notify_cancel(notify_token);
210 if (notify_token != -1) notify_cancel(notify_token);
[all...]

Completed in 246 milliseconds