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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c444 closefunc(void *arg, int fd) function
490 (void) fdwalk(closefunc, NULL);
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/
H A Dswde_case.c228 swsub_case_close_func_t *closefunc; local
230 if ((closefunc = sw_sub_case_close_func(hdl, datap->sc_type)) != NULL)
231 closefunc(hdl, cp);
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c409 closefunc(void *arg, int fd) function
465 (void) fdwalk(closefunc, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c85 static int closefunc(void *, int);
2683 (void) fdwalk(closefunc, NULL);
2702 closefunc(void *not_used, int fd) function

Completed in 94 milliseconds