Home
last modified time | relevance | path

Searched refs:notifyp (Results 1 – 9 of 9) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Ddlopen-libpthread-lib.c24 void (*notifyp) (void) = arg; in tfunc() local
26 notifyp (); in tfunc()
30 f (void (*notifyp) (void)) in f()
35 i = pthread_create (&t, NULL, tfunc, notifyp); in f()
/dports/sysutils/s6/s6-2.10.0.3/src/supervision/
H A Ds6-supervise.c240 int notifyp[2] = { -1, -1 } ; in trystart() local
249 if (read_uint("notification-fd", &fd) && pipe(notifyp) < 0) in trystart()
261 if (notifyp[1] >= 0) fd_close(notifyp[1]) ; in trystart()
262 if (notifyp[0] >= 0) fd_close(notifyp[0]) ; in trystart()
272 if (notifyp[0] >= 0) close(notifyp[0]) ; in trystart()
274 if (notifyp[1] >= 0 && fd_move((int)fd, notifyp[1]) < 0) in trystart()
284 if (notifyp[1] >= 0) fd_close(notifyp[1]) ; in trystart()
306 notifyfd = notifyp[0] ; in trystart()
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-ENTITY-PFE-MIB.my798 'notifyp (3)' or 'logAndNotify(4)'."
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-ENTITY-PFE-MIB798 'notifyp (3)' or 'logAndNotify(4)'."
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dzone.c11142 notify_create(isc_mem_t *mctx, unsigned int flags, dns_notify_t **notifyp) { in notify_create() argument
11145 REQUIRE(notifyp != NULL && *notifyp == NULL); in notify_create()
11163 *notifyp = notify; in notify_create()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dzone.c11862 notify_create(isc_mem_t *mctx, unsigned int flags, dns_notify_t **notifyp) { in notify_create() argument
11865 REQUIRE(notifyp != NULL && *notifyp == NULL); in notify_create()
11881 *notifyp = notify; in notify_create()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dzone.c12381 notify_create(isc_mem_t *mctx, unsigned int flags, dns_notify_t **notifyp) { in notify_create() argument
12384 REQUIRE(notifyp != NULL && *notifyp == NULL); in notify_create()
12400 *notifyp = notify; in notify_create()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dzone.c12381 notify_create(isc_mem_t *mctx, unsigned int flags, dns_notify_t **notifyp) { in notify_create() argument
12384 REQUIRE(notifyp != NULL && *notifyp == NULL); in notify_create()
12400 *notifyp = notify; in notify_create()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dzone.c12402 notify_create(isc_mem_t *mctx, unsigned int flags, dns_notify_t **notifyp) { in notify_create() argument
12405 REQUIRE(notifyp != NULL && *notifyp == NULL); in notify_create()
12417 *notifyp = notify; in notify_create()