call_list
doevent(struct call_list *phead, int fd)
struct call_list Free_call;
struct call_list *Free_call_p = &Free_call; /* call free list */
struct call_list *Priv_call; /* call save pending list */
send_dis(struct call_list *phead, int fd)
trycon(struct call_list *phead, int fd)
pitchcall(struct call_list *pending, struct t_discon *discon)
struct call_list *temp_pend;
static void pitchcall(struct call_list *pending, struct t_discon *discon);
static void trycon(struct call_list *phead, int fd);
static void send_dis(struct call_list *phead, int fd);
static void doevent(struct call_list *phead, int fd);
struct call_list *q;
if ((Priv_call = (struct call_list *) malloc(Ndesc *(sizeof(
struct call_list)))) == NULL)
struct call_list *head;
struct call_list *head;
struct call_list *head;
struct call_list *phead; /* pending head */
HYPERVISOR_multicall(void *call_list, uint_t nr_calls)
(ulong_t)call_list, (ulong_t)nr_calls));