Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dt_kuser.h73 struct t_kunitdata { struct
101 extern int t_krcvudata(TIUSER *, struct t_kunitdata *, int *, int *);
102 extern int t_ksndudata(TIUSER *, struct t_kunitdata *, frtn_t *);
/titanic_50/usr/src/uts/common/ktli/
H A Dt_kfree.c74 struct t_kunitdata *udata; in t_kfree()
123 p.udata = (struct t_kunitdata *)ptr; in t_kfree()
141 kmem_free(ptr, sizeof (struct t_kunitdata)); in t_kfree()
H A Dt_kalloc.c77 struct t_kunitdata *udata; in t_kalloc()
128 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()
/titanic_50/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()
/titanic_50/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c86 struct t_kunitdata *unitdata; in rtime()