Searched defs:ilbd_run_probe (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c64 static boolean_t ilbd_run_probe(ilbd_hc_srv_t *);
668 if (!ilbd_run_probe(srv)) {
1264 ilbd_run_probe(ilbd_hc_srv_t *srv) function
1280 logdebug("ilbd_run_probe: calloc");
1286 logdebug("ilbd_run_probe: cannot create pipe");
1292 logdebug("ilbd_run_probe: fcntl(F_GETFL)");
1296 logdebug("ilbd_run_probe: fcntl(F_SETFL)");
1301 logdebug("ilbd_run_probe: posix_spawn_file_actions_init");
1306 logdebug("ilbd_run_probe: posix_spawnattr_init");
1311 logdebug("ilbd_run_probe
[all...]

Completed in 89 milliseconds