Searched refs:notify_token (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/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...]
/macosx-10.9.5/libresolv-54/
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.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl_private.h78 int notify_token; member in struct:__aslclient
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dapp_layer.c329 static int notify_token = -1; local
333 if (notify_token == -1) {
334 status = notify_register_check(kVPNAPPLAYER_NOTIFY_KEY, &notify_token);
341 status = notify_set_state(notify_token, state);
344 notify_cancel(notify_token);
345 notify_token = -1;
352 notify_cancel(notify_token);
353 notify_token = -1;
/macosx-10.9.5/configd-596.15/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.9.5/MITKerberosShim-62.1/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.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl.c111 int notify_token; member in struct:__anon12664
145 _asl_global.notify_token = -1;
183 if (_asl_global.notify_token != -1)
204 status = notify_register_plain(notify_name, &_asl_global.notify_token);
206 if (status != NOTIFY_STATUS_OK) _asl_global.notify_token = -1;
211 if (_asl_global.notify_token == -1) return -1;
234 if (_asl_global.notify_token >= 0) notify_cancel(_asl_global.notify_token);
235 _asl_global.notify_token = -1;
783 if (_asl_global.notify_token >
[all...]
/macosx-10.9.5/eap8021x-180/EAPOLMonitor.bproj/
H A Deapol_monitor.c1151 int notify_token; local
1157 &notify_port, 0, &notify_token);
1169 (void)notify_cancel(notify_token);
1176 (void)notify_cancel(notify_token);
1182 me->settings_change.token = notify_token;
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c108 int notify_token[VALIDATION_COUNT]; member in struct:__anon2976
294 if (pp->notify_token[vtype] < 0)
300 status = notify_register_check(str, &(pp->notify_token[vtype]));
306 status = notify_peek(pp->notify_token[vtype], &peek);
426 if (pp->notify_token[vtype] < 0)
440 status = notify_peek(pp->notify_token[vtype], &curr_val);
2354 for (i = 0; i < VALIDATION_COUNT; i++) pp->notify_token[i] = -1;
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Ddns-configuration.c1720 int notify_token; local
1727 status = notify_register_mach_port(_PATH_RESOLVER_DIR, &notify_port, 0, &notify_token);
1733 status = notify_monitor_file(notify_token, "/private" _PATH_RESOLVER_DIR, 0);
1736 (void)notify_cancel(notify_token);
1749 (void)notify_cancel(notify_token);
/macosx-10.9.5/syslog-217.1.4/util.tproj/
H A Dsyslog.c1932 int notify_file, notify_token; local
2389 notify_token = -1;
2446 status = notify_register_file_descriptor("com.apple.system.logger.message", &notify_file, 0, &notify_token);
2447 if (status != NOTIFY_STATUS_OK) notify_token = -1;
2466 else if (notify_token == -1)
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/cf/
H A Ditem.c111 static int notify_token; variable
166 (void)notify_register_check(KRB5_KCM_NOTIFY_CACHE_CHANGED, &notify_token);
1612 && notify_check(notify_token, &checkNeeded) == NOTIFY_STATUS_OK
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DSupplicant.c2206 int notify_token; local
2217 &notify_port, 0, &notify_token);
2229 (void)notify_cancel(notify_token);
2236 (void)notify_cancel(notify_token);
2242 supp->config_change.token = notify_token;

Completed in 183 milliseconds