Searched refs:fd_close (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/prstat/ |
H A D | prfile.c | 67 fd_close(fd_t *fdp) in fd_close() function 87 fd_close(fdp); in fd_closeall() 196 fd_close(fds->fds_psinfo); in fds_rm() 197 fd_close(fds->fds_usage); in fds_rm() 198 fd_close(fds->fds_lpsinfo); in fds_rm() 199 fd_close(fds->fds_lusage); in fds_rm()
|
H A D | prstat.c | 858 fd_close(*fd); in read_procfile() 941 fd_close(fds->fds_psinfo); in prstat_scandir() 951 fd_close(fds->fds_psinfo); in prstat_scandir() 960 fd_close(fds->fds_lpsinfo); in prstat_scandir() 961 fd_close(fds->fds_psinfo); in prstat_scandir() 999 fd_close(fds->fds_lpsinfo); in prstat_scandir() 1000 fd_close(fds->fds_psinfo); in prstat_scandir() 1007 fd_close(fds->fds_psinfo); in prstat_scandir() 1025 fd_close(fds->fds_lpsinfo); in prstat_scandir() 1026 fd_close(fds->fds_psinfo); in prstat_scandir() [all …]
|
H A D | prfile.h | 60 extern void fd_close(fd_t *);
|
/titanic_41/usr/src/uts/common/io/ |
H A D | fd.c | 76 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) in fd_close() function
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd.c | 162 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) in fd_close() function
|