sl_info_t
sl_info_t *p = sl_search(dev, ino, ftype);
sl_info_t *head;
static sl_info_t *sl_info_alloc(void);
static sl_info_t *sl_insert(dev_t, ino_t, int);
static sl_info_t *sl_search(dev_t, ino_t, int);
static sl_info_t *sl_devhash_lookup(dev_t);
static void sl_devhash_insert(dev_t, sl_info_t *);
static sl_info_t *
static sl_info_t *slipool;
slipool = e_zalloc(E_EXIT, sizeof (sl_info_t) * num_left);
sl_info_t *
sl_info_t *p; /* moves down the tree */
sl_info_t *q = NULL; /* scratch */
sl_info_t *r; /* scratch */
sl_info_t *s; /* pt where rebalancing may be needed */
sl_info_t *t; /* father of s */
sl_info_t *head;
head->llink = (sl_info_t *)((intptr_t)head->llink + 1);
sl_info_t *p = sl_search(device, inode, ftype);
sl_info_t *p;
sl_info_t *
sl_info_t *p; /* moves down the tree */
sl_info_t *retval = NULL; /* return value */
sl_info_t *head;
static sl_info_t *
sl_devhash_insert(dev_t device, sl_info_t *head)