Searched refs:T_UDERROR (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 179 #define T_UDERROR 6 /* struct t_uderr */ macro
|
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | t_free.c | 103 case T_UDERROR: in _tx_free()
|
H A D | t_alloc.c | 207 case T_UDERROR: in _tx_alloc()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | clnt_dg.c | 925 uderr = (struct t_uderr *)t_alloc(cu->cu_fd, T_UDERROR, T_ADDR); in _rcv_unitdata_err() 934 (void) t_free((char *)uderr, T_UDERROR); in _rcv_unitdata_err() 939 (void) t_free((char *)uderr, T_UDERROR); in _rcv_unitdata_err() 944 (void) t_free((char *)uderr, T_UDERROR); in _rcv_unitdata_err()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tiuser.h | 165 #define T_UDERROR 6 /* struct t_uderr */ macro
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 144 case T_UDERROR: in t_kfree()
|
H A D | t_kalloc.c | 150 case T_UDERROR: in t_kalloc()
|
/titanic_44/usr/src/head/ |
H A D | xti.h | 368 #define T_UDERROR 6 /* struct t_uderr */ macro
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 914 (void) t_free((char *)uderr, T_UDERROR); 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 | 1359 (void) t_free((char *)uderr, T_UDERROR); 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 | 3753 Errp[Ninputs] = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ADDR); in addnet() 3766 (void) t_free((char *)Errp[Ninputs], T_UDERROR); in addnet() 3897 (void) t_free((char *)Errp[cnt], T_UDERROR); in bindnet()
|