Searched refs:h_next (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/less/
H A Difile.c27 struct ifile *h_next; /* Links for command line list */ member in struct:ifile
56 for (; p != &anchor; p = p->h_next)
70 p->h_next = prev->h_next;
72 prev->h_next->h_prev = p;
73 prev->h_next = p;
79 incr_index(p->h_next, 1);
88 p->h_next->h_prev = p->h_prev;
89 p->h_prev->h_next = p->h_next;
[all...]
/freebsd-current/sys/kern/
H A Dkern_khelp.c101 TAILQ_FOREACH(tmph, &helpers, h_next) {
103 TAILQ_INSERT_BEFORE(tmph, h, h_next);
110 TAILQ_INSERT_TAIL(&helpers, h, h_next);
128 TAILQ_FOREACH(tmph, &helpers, h_next) {
130 TAILQ_REMOVE(&helpers, h, h_next);
159 TAILQ_FOREACH(h, &helpers, h_next) {
174 TAILQ_FOREACH(h, &helpers, h_next) {
201 TAILQ_FOREACH(h, &helpers, h_next)
244 TAILQ_FOREACH(h, &helpers, h_next) {
294 TAILQ_FOREACH(h, &helpers, h_next) {
[all...]
/freebsd-current/sys/sys/
H A Dmodule_khelp.h60 TAILQ_ENTRY(helper) h_next; member in struct:helper
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c120 hep->h_next = hp->h_buckets[h];
154 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) {
H A Dctf_impl.h69 uint_t h_next; /* index of next element in hash chain */ member in struct:ctf_helem
/freebsd-current/contrib/libedit/
H A Dhistory.c103 history_gfun_t h_next; /* Get the next element */ local
114 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
618 h->h_next = history_def_next;
641 if (h->h_next == history_def_next)
656 if (h->h_next != history_def_next) {
675 if (h->h_next != history_def_next) {
695 if (h->h_next != history_def_next) {
710 if (h->h_next != history_def_next) {
727 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
731 if (h->h_next !
[all...]
/freebsd-current/usr.sbin/config/
H A Dmain.cc99 struct hdr_list *h_next; member in struct:hdr_list
669 for (hl = htab; hl != NULL; hl = hl->h_next) {
700 for (hl = htab; hl != NULL; hl = hl->h_next) {
710 hl->h_next = htab;
/freebsd-current/sys/dev/usb/controller/
H A Duhci.c519 qh_x->h_next = NULL;
536 qh_intr->h_next = qh_ls;
564 qh_ls->h_next = qh_fs;
579 qh_ctl->h_next = qh_blk;
587 qh_blk->h_next = qh_lst;
595 qh_lst->h_next = 0;
790 DPRINTFN(0, "QH(%p) at 0x%08x: h_next=0x%08x e_next=0x%08x\n", sqh,
793 temp = ((((sqh->h_next != NULL) && !(qh_h_next & UHCI_PTR_T)) ? 1 : 0) |
927 sqh->h_next = last->h_next;
[all...]
H A Duhci.h146 struct uhci_qh *h_next; member in struct:uhci_qh

Completed in 102 milliseconds