Home
last modified time | relevance | path

Searched refs:ufalloc (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfile.h191 extern int ufalloc(int);
/titanic_41/usr/src/uts/common/os/
H A Dfio.c1037 ufalloc(int start) in ufalloc() function
1093 if ((fd = ufalloc(0)) == -1) in falloc()
1339 fdr = ufalloc(start); in f_badfd()
H A Dstreamio.c3989 if ((fd = ufalloc(0)) == -1) { in strioctl()
5327 if ((fd = ufalloc(0)) == -1) { in strioctl()
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c580 if ((*fd = ufalloc(0)) == -1) { in open_stream()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c754 if ((fd = ufalloc(0)) == -1) in fdbuf_extract()
H A Dsocksyscalls.c683 if ((nfd = ufalloc(0)) == -1) { in accept()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1699 if ((nfd = ufalloc(0)) == -1) { in sosctp_ioctl()
/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1782 if ((fd = ufalloc(0)) == -1) in door_insert()