Searched refs:t_kunitdata (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | t_kuser.h | 73 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 D | t_kfree.c | 72 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 D | t_kalloc.c | 75 struct t_kunitdata *udata; in t_kalloc() 126 p.udata = kmem_zalloc(sizeof (struct t_kunitdata), KM_SLEEP); in t_kalloc()
|
H A D | t_ksndudat.c | 65 t_ksndudata(TIUSER *tiptr, struct t_kunitdata *unitdata, frtn_t *frtn) in t_ksndudata()
|
H A D | t_krcvudat.c | 72 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 D | nfs_dump.c | 234 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 D | authdesubr.c | 87 struct t_kunitdata *unitdata; in rtime()
|