Home
last modified time | relevance | path

Searched refs:db_cpid (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dstream.c216 dbp->db_cpid = -1; in dblk_constructor()
234 dbp->db_cpid = -1; in dblk_esb_constructor()
262 dbp->db_cpid = -1; in bcache_dblk_constructor()
468 dst->db_cpid = cpid; in allocb_tmpl()
484 dbp->db_cpid = cpid; in allocb_cred()
499 dbp->db_cpid = cpid; in allocb_cred_wait()
527 *cpidp = dbp->db_cpid; in msg_getcred()
591 *cpidp = dbp->db_cpid; in msg_extractcred()
732 dbp->db_cpid = -1; in dblk_lastfree()
824 dbp->db_cpid = -1; in dblk_lastfree_desb()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dstream.h323 pid_t db_cpid; /* cached pid, needs verification */ member
356 #define DB_CPID(mp) ((mp)->b_datap->db_cpid)
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c2904 dp->db_cpid = curproc->p_pid; in strmakedata()
8336 dbp->db_cpid = -1; in mblk_free()
8421 dbp->db_cpid = cpid; in mblk_setcred()
8448 dbp->db_cpid = cpid; in mblk_copycred()
/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c705 dp->db_cpid = curproc->p_pid; in sosctp_uiomove()