Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c244 if (!(mp = allocb_cred_wait(mlen, STR_NOSIG, &error, cr, NOPID))) in nb_snddis()
H A Dsubr_mchain.c267 mblk = allocb_cred_wait(MLEN, STR_NOSIG, &error, cr, NOPID); in mb_init()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1380 mp = allocb_cred_wait(size, STR_NOSIG, &error, in soallocproto()
1390 mp = allocb_cred_wait(size, 0, &error, cr, in soallocproto()
H A Dsockstr.c190 newmp = allocb_cred_wait(length, 0, in so_sock2stream()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h1213 extern mblk_t *allocb_cred_wait(size_t, uint_t, int *, cred_t *, pid_t);
/titanic_41/usr/src/uts/common/io/
H A Dstream.c490 allocb_cred_wait(size_t size, uint_t flags, int *error, cred_t *cr, pid_t cpid) in allocb_cred_wait() function
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c5900 if ((bp = allocb_cred_wait(sizeof (union ioctypes), sigflag, &error, in strdoioctl()
H A Dstrsubr.c1463 if ((tmp = allocb_cred_wait(count, (flag & STR_NOSIG), &error, cr, in putiocd()