Searched refs:closeandsetf (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | close.c | 55 if ((error = closeandsetf(fdes, NULL)) != 0) in close()
|
H A D | fcntl.c | 217 if ((error = closeandsetf(iarg, fp)) == 0) { in fcntl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | file.h | 189 extern int closeandsetf(int, file_t *);
|
/titanic_41/usr/src/uts/common/io/ |
H A D | l_strplumb.c | 132 if (closeandsetf(fd, NULL) == 0) { in kstr_close()
|
/titanic_41/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 1564 if ((error = closeandsetf(did, NULL)) != 0) in door_revoke() 2408 (void) closeandsetf(fd, NULL); in door_overflow() 2569 (void) closeandsetf(fd, NULL); in door_args() 2627 (void) closeandsetf(fd, NULL); in door_translate_in() 2702 (void) closeandsetf(fd, NULL); in door_translate_out() 2881 (void) closeandsetf(fd, NULL); in door_results() 2902 (void) closeandsetf( in door_fd_close() 2923 (void) closeandsetf( in door_fd_rele()
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 647 (void) closeandsetf(lfd, NULL); in link_aconsole()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socksubr.c | 787 (void) closeandsetf(*rp++, NULL); in fdbuf_extract() 934 (void) closeandsetf(fds[i], NULL); in close_fds()
|
H A D | socksyscalls.c | 543 (void) closeandsetf(nfd, NULL); in so_socketpair()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | fio.c | 626 closeandsetf(int fd, file_t *newfp) in closeandsetf() function
|
H A D | exec.c | 1398 return (closeandsetf(fd, NULL)); in execclose()
|