Home
last modified time | relevance | path

Searched refs:t_uderr (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/uts/common/ktli/
H A Dt_kfree.c75 struct t_uderr *uderr; in t_kfree()
146 p.uderr = (struct t_uderr *)ptr; in t_kfree()
151 kmem_free(ptr, sizeof (struct t_uderr)); in t_kfree()
H A Dt_kalloc.c78 struct t_uderr *uderr; in t_kalloc()
151 p.uderr = kmem_zalloc(sizeof (struct t_uderr), KM_SLEEP); in t_kalloc()
/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_free.c50 struct t_uderr *uderr; in _tx_free()
105 p.uderr = (struct t_uderr *)ptr; in _tx_free()
H A Dt_alloc.c63 struct t_uderr *uderr; in _tx_alloc()
208 if ((p.uderr = calloc(1, sizeof (struct t_uderr))) == NULL) in _tx_alloc()
H A Dtli_wrappers.c166 t_rcvuderr(int fd, struct t_uderr *uderr) in t_rcvuderr()
H A Dt_rcvuderr.c48 _tx_rcvuderr(int fd, struct t_uderr *uderr, int api_semantics) in _tx_rcvuderr()
H A Dtx.h324 extern int _tx_rcvuderr(int, struct t_uderr *, int);
H A Dxti_wrappers.c188 _xti_rcvuderr(int fd, struct t_uderr *uderr) in _xti_rcvuderr()
/titanic_44/usr/src/uts/common/sys/
H A Dtiuser.h150 struct t_uderr { struct
218 extern int t_rcvuderr(int fildes, struct t_uderr *uderr);
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h164 struct t_uderr { struct
/titanic_44/usr/src/head/
H A Dxti.h353 struct t_uderr { struct
523 extern int t_rcvuderr(int, struct t_uderr *);
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c921 struct t_uderr *uderr; in _rcv_unitdata_err()
925 uderr = (struct t_uderr *)t_alloc(cu->cu_fd, T_UDERROR, T_ADDR); in _rcv_unitdata_err()
H A Dsvc_dg.c390 (struct t_uderr *)0) < 0)) { in svc_dg_recv()
/titanic_44/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c879 static struct t_uderr *uderr = NULL; in do_poll_clts_action()
1039 uderr = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ALL); in do_poll_clts_action()
/titanic_44/usr/src/cmd/avs/rdc/
H A Dsndrd.c1324 static struct t_uderr *uderr = NULL; in do_poll_clts_action()
1485 uderr = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ALL); in do_poll_clts_action()
/titanic_44/usr/src/cmd/syslogd/
H A Dsyslogd.c246 static struct t_uderr **Errp;
794 struct t_uderr *errp; in net_poll()
3676 Errp = realloc(Errp, inputs * sizeof (struct t_uderr *)); in getnets()
3753 Errp[Ninputs] = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ADDR); in addnet()
/titanic_44/usr/src/lib/libnsl/common/
H A Dllib-lnsl295 int t_rcvuderr(int, struct t_uderr *);
374 int _xti_rcvuderr(int, struct t_uderr *);