Home
last modified time | relevance | path

Searched refs:closeandsetf (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dclose.c55 if ((error = closeandsetf(fdes, NULL)) != 0) in close()
H A Dfcntl.c217 if ((error = closeandsetf(iarg, fp)) == 0) { in fcntl()
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h189 extern int closeandsetf(int, file_t *);
/titanic_41/usr/src/uts/common/io/
H A Dl_strplumb.c132 if (closeandsetf(fd, NULL) == 0) { in kstr_close()
/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1564 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 Dttymux_dacf.c647 (void) closeandsetf(lfd, NULL); in link_aconsole()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c787 (void) closeandsetf(*rp++, NULL); in fdbuf_extract()
934 (void) closeandsetf(fds[i], NULL); in close_fds()
H A Dsocksyscalls.c543 (void) closeandsetf(nfd, NULL); in so_socketpair()
/titanic_41/usr/src/uts/common/os/
H A Dfio.c626 closeandsetf(int fd, file_t *newfp) in closeandsetf() function
H A Dexec.c1398 return (closeandsetf(fd, NULL)); in execclose()