Home
last modified time | relevance | path

Searched refs:closefunc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c747 int (*closefunc)(); in sendrequest() local
765 closefunc = NULL; in sendrequest()
809 closefunc = fclose; in sendrequest()
827 (*closefunc)(fin); in sendrequest()
966 (*closefunc)(fin); in sendrequest()
1028 (*closefunc)(fin); in sendrequest()
1056 int (*closefunc)(); in recvrequest() local
1074 closefunc = NULL; in recvrequest()
1222 closefunc = fclose; in recvrequest()
1347 (*closefunc)(fout); in recvrequest()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/
H A Dswde_case.c228 swsub_case_close_func_t *closefunc; in swde_close() local
230 if ((closefunc = sw_sub_case_close_func(hdl, datap->sc_type)) != NULL) in swde_close()
231 closefunc(hdl, cp); in swde_close()
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c410 closefunc(void *arg, int fd) in closefunc() function
466 (void) fdwalk(closefunc, NULL); in ipmgmt_daemonize()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c473 closefunc(void *arg, int fd) in closefunc() function
519 (void) fdwalk(closefunc, NULL); in dlmgmt_daemonize()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c87 static int closefunc(void *, int);
2746 (void) fdwalk(closefunc, NULL); in daemonize()
2765 closefunc(void *not_used, int fd) in closefunc() function