t_discon
struct t_discon *dropped;
(struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
struct t_discon *discon;
if ((discon = (struct t_discon *)
struct t_discon discon;
if (t_rcvdis(fd, (struct t_discon *)NULL) == -1)
static struct t_discon *disc;
while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) {
pitchcall(struct call_list *pending, struct t_discon *discon)
static void pitchcall(struct call_list *pending, struct t_discon *discon);
extern int t_rcvdis(int, struct t_discon *);
extern int t_rcvreldata(int, struct t_discon *);
extern int t_sndreldata(int, struct t_discon *);
struct t_discon *dropped;
(struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
if ((p.dis = calloc(1, sizeof (struct t_discon))) == NULL)
struct t_discon *dis;
struct t_discon *dis;
p.dis = (struct t_discon *)ptr;
_tx_rcvdis(int fd, struct t_discon *discon, int api_semantics)
_tx_rcvreldata(int fd, struct t_discon *discon, int api_semantics)
_tx_sndreldata(int fd, struct t_discon *discon, int api_semantics)
t_rcvdis(int fd, struct t_discon *discon)
extern int _tx_rcvdis(int, struct t_discon *, int);
extern int _tx_rcvreldata(int, struct t_discon *, int);
extern int _tx_sndreldata(int, struct t_discon *, int);
_xti_rcvdis(int fd, struct t_discon *discon)
_xti_rcvreldata(int fd, struct t_discon *discon)
_xti_sndreldata(int fd, struct t_discon *discon)
t_discon *) NULL);
p.dis = kmem_zalloc(sizeof (struct t_discon), KM_SLEEP);
struct t_discon *dis;
p.dis = (struct t_discon *)ptr;
kmem_free(ptr, sizeof (struct t_discon));
struct t_discon *dis;
extern int t_rcvdis(int fildes, struct t_discon *discon);