Searched refs:l_head (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/lib/libkse/sys/
H A Dlock.c48 if ((lck != NULL) && (lck->l_head != NULL)) {
49 free(lck->l_head);
50 lck->l_head = NULL;
62 else if ((lck->l_head = calloc_cb(1, sizeof(struct lockreq))) == NULL)
68 lck->l_head->lr_locked = 0;
69 lck->l_head->lr_watcher = NULL;
70 lck->l_head->lr_owner = NULL;
71 lck->l_head->lr_active = 1;
72 lck->l_tail = lck->l_head;
83 else if (lck->l_head
[all...]
H A Dlock.h45 struct lockreq *l_head; member in struct:lock
/freebsd-10.2-release/sys/dev/cy/
H A Dcy.c163 u_char *l_head; /* next char to process */ member in struct:lbq
403 com->obufs[0].l_head = com->obuf1;
404 com->obufs[1].l_head = com->obuf2;
1044 ioptr = com->obufq.l_head;
1053 com->obufq.l_head = ioptr;
1061 com->obufq.l_head = qp->l_head;
1734 com->obufq.l_head = com->obufs[0].l_head;
1766 com->obufq.l_head
[all...]
/freebsd-10.2-release/sys/dev/sio/
H A Dsio.c163 u_char *l_head; /* next char to process */ member in struct:lbq
921 com->obufs[0].l_head = com->obuf1;
922 com->obufs[1].l_head = com->obuf2;
1626 ioptr = com->obufq.l_head;
1644 com->obufq.l_head = ioptr;
1654 com->obufq.l_head = qp->l_head;
2050 com->obufq.l_head = com->obufs[0].l_head;
2070 com->obufq.l_head
[all...]
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsio.c227 u_char *l_head; /* next char to process */ member in struct:lbq
1457 com->obufs[0].l_head = com->obuf1;
1458 com->obufs[1].l_head = com->obuf2;
2512 ioptr = com->obufq.l_head;
2553 com->obufq.l_head = ioptr;
2563 com->obufq.l_head = qp->l_head;
3106 com->obufq.l_head = com->obufs[0].l_head;
3130 com->obufq.l_head
[all...]

Completed in 50 milliseconds