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

/illumos-gate/usr/src/cmd/prstat/
H A Dprfile.c67 fd_close(fd_t *fdp) function
87 fd_close(fdp);
196 fd_close(fds->fds_psinfo);
197 fd_close(fds->fds_usage);
198 fd_close(fds->fds_lpsinfo);
199 fd_close(fds->fds_lusage);
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c76 static int fd_close(dev_t, int, int, cred_t *);
88 fd_close, /* close */
953 fd_close(dev_t dev, int flag, int otyp, cred_t *cred_p) function
977 (CE_CONT, "fd_close: fd unit %d part %d otype %x\n",
995 "fd_close: exclparts %lx openparts %lx lyrcnt %lx\n",
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c162 static int fd_close(dev_t, int, int, cred_t *);
500 fd_close, /* close */
1648 fd_close(dev_t dev, int flag, int otyp, cred_t *cred_p) function
1660 FDERRPRINT(FDEP_L1, FDEM_CLOS, (C, "fd_close\n"));

Completed in 58 milliseconds