Home
last modified time | relevance | path

Searched refs:t_kunitdata (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dt_kuser.h73 struct t_kunitdata { struct
102 extern int t_krcvudata(TIUSER *, struct t_kunitdata *, int *, int *);
103 extern int t_ksndudata(TIUSER *, struct t_kunitdata *, frtn_t *);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kfree.c72 struct t_kunitdata *udata; in t_kfree()
121 p.udata = (struct t_kunitdata *)ptr; in t_kfree()
139 kmem_free(ptr, sizeof (struct t_kunitdata)); in t_kfree()
H A Dt_kalloc.c75 struct t_kunitdata *udata; in t_kalloc()
126 p.udata = kmem_zalloc(sizeof (struct t_kunitdata), KM_SLEEP); in t_kalloc()
H A Dt_ksndudat.c65 t_ksndudata(TIUSER *tiptr, struct t_kunitdata *unitdata, frtn_t *frtn) in t_ksndudata()
H A Dt_krcvudat.c72 t_krcvudata(TIUSER *tiptr, struct t_kunitdata *unitdata, int *type, int *uderr) in t_krcvudata()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c234 static struct t_kunitdata sudata; in nd_send_data()
364 static struct t_kunitdata rudata; in nd_get_reply()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c87 struct t_kunitdata *unitdata; in rtime()