Home
last modified time | relevance | path

Searched refs:allocb_cred (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/ktli/
H A Dt_ksndudat.c143 while (!(bp = allocb_cred(msgsz + unitdata->addr.len + in t_ksndudata()
H A Dt_kconnect.c98 while (!(bp = allocb_cred(msgsz + sndcall->addr.len + sndcall->opt.len, in t_kconnect()
/titanic_50/usr/src/uts/common/io/
H A Dstrsun.c280 if ((mp = allocb_cred(offset + blocksize + tail_len, in mcopyinuio()
H A Dstream.c475 allocb_cred(size_t size, cred_t *cr, pid_t cpid) in allocb_cred() function
/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c2656 mp = allocb_cred(sizeof (*tcr) + addr->len, cr, NOPID); in connmgr_connect()
2871 mp = allocb_cred(sizeof (struct T_optmgmt_req) + in connmgr_getopt_int()
2959 mp = allocb_cred(sizeof (struct T_optmgmt_req) + in connmgr_setopt_int()
H A Drpcmod.c494 if ((bp = allocb_cred(sizeof (struct T_info_req) + in rmm_open()
H A Dclnt_clts.c2046 while (!(bp = allocb_cred(msgsz + addr->len, cr, NOPID))) { in clnt_clts_dispatch_send()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h1212 extern mblk_t *allocb_cred(size_t, cred_t *, pid_t);
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2159 mp = allocb_cred(iosize + extra, CRED(), in snf_async_read()
2769 mp = allocb_cred(iosize + extra, CRED(), in snf_cache()
H A Dsocksubr.c1370 mp = allocb_cred(size, cr, curproc->p_pid); in soallocproto()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c6361 if ((mp = allocb_cred(sizeof (struct cmdblk), crp, in strdocmd()
6381 mp->b_cont = allocb_cred(sizeof (scp->sc_buf), crp, in strdocmd()
H A Dstrsubr.c2819 while ((bp = allocb_cred(allocsz, cr, in strmakectl()
2888 while ((bp = allocb_cred(size + extra, cr, in strmakedata()