Searched refs:t_uderr (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 75 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 D | t_kalloc.c | 78 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 D | t_free.c | 50 struct t_uderr *uderr; in _tx_free() 105 p.uderr = (struct t_uderr *)ptr; in _tx_free()
|
H A D | t_alloc.c | 63 struct t_uderr *uderr; in _tx_alloc() 208 if ((p.uderr = calloc(1, sizeof (struct t_uderr))) == NULL) in _tx_alloc()
|
H A D | tli_wrappers.c | 166 t_rcvuderr(int fd, struct t_uderr *uderr) in t_rcvuderr()
|
H A D | t_rcvuderr.c | 48 _tx_rcvuderr(int fd, struct t_uderr *uderr, int api_semantics) in _tx_rcvuderr()
|
H A D | tx.h | 324 extern int _tx_rcvuderr(int, struct t_uderr *, int);
|
H A D | xti_wrappers.c | 188 _xti_rcvuderr(int fd, struct t_uderr *uderr) in _xti_rcvuderr()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tiuser.h | 150 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 D | tiuser.h | 164 struct t_uderr { struct
|
/titanic_44/usr/src/head/ |
H A D | xti.h | 353 struct t_uderr { struct 523 extern int t_rcvuderr(int, struct t_uderr *);
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | clnt_dg.c | 921 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 D | svc_dg.c | 390 (struct t_uderr *)0) < 0)) { in svc_dg_recv()
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 879 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 D | sndrd.c | 1324 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 D | syslogd.c | 246 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 D | llib-lnsl | 295 int t_rcvuderr(int, struct t_uderr *); 374 int _xti_rcvuderr(int, struct t_uderr *);
|