Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dfile.h187 extern int ufalloc(int);
/onnv-gate/usr/src/uts/common/os/
H A Dfio.c1023 ufalloc(int start) in ufalloc() function
1079 if ((fd = ufalloc(0)) == -1) in falloc()
1325 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()
/onnv-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c580 if ((*fd = ufalloc(0)) == -1) { in open_stream()
/onnv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c754 if ((fd = ufalloc(0)) == -1) in fdbuf_extract()
H A Dsocksyscalls.c624 if ((nfd = ufalloc(0)) == -1) { in accept()
/onnv-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1699 if ((nfd = ufalloc(0)) == -1) { in sosctp_ioctl()
/onnv-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1782 if ((fd = ufalloc(0)) == -1) in door_insert()