Searched refs:elementp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_queue.c | 116 L2_add(L2el_t *headp, L2el_t *elementp, void *private) in L2_add() argument 119 ASSERT(headp != NULL && elementp != NULL); in L2_add() 123 elementp->l2_private = private; in L2_add() 125 elementp->l2_nextp = headp; in L2_add() 126 elementp->l2_prevp = headp->l2_prevp; in L2_add() 127 headp->l2_prevp->l2_nextp = elementp; in L2_add() 128 headp->l2_prevp = elementp; in L2_add() 132 L2_delete(L2el_t *elementp) in L2_delete() argument 135 ASSERT(elementp != NULL); in L2_delete() 136 ASSERT(elementp->l2_nextp != NULL); in L2_delete() [all …]
|
H A D | ghd_queue.h | 76 void L2_add(L2el_t *headp, L2el_t *elementp, void *private); 77 void L2_delete(L2el_t *elementp); 78 void L2_add_head(L2el_t *headp, L2el_t *elementp, void *private); 80 void *L2_next(L2el_t *elementp);
|
/titanic_41/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd_queue.h | 76 void L2_add(L2el_t *headp, L2el_t *elementp, void *priv); 77 void L2_delete(L2el_t *elementp); 78 void L2_add_head(L2el_t *headp, L2el_t *elementp, void *priv); 80 void *L2_next(L2el_t *elementp);
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_mnt.c | 65 static boolean_t in_list(struct mntpnt_list *elementp, 181 in_list(struct mntpnt_list *elementp, struct mntpnt_list *listp) in in_list() argument 184 if (libdiskmgt_str_eq(elementp->special, listp->special) && in in_list() 185 libdiskmgt_str_eq(elementp->mountp, listp->mountp)) { in in_list()
|
/titanic_41/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 167 / PR_StackPush(listp, elementp) 200 / elementp = PR_StackPop(listp)
|