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

/freebsd-13-stable/contrib/less/
H A Difile.c27 struct ifile *h_next; /* Links for command line list */ member in struct:ifile
59 for (; p != &anchor; p = p->h_next)
76 p->h_next = prev->h_next;
78 prev->h_next->h_prev = p;
79 prev->h_next = p;
85 incr_index(p->h_next, 1);
96 p->h_next->h_prev = p->h_prev;
97 p->h_prev->h_next = p->h_next;
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_khelp.c104 TAILQ_FOREACH(tmph, &helpers, h_next) {
106 TAILQ_INSERT_BEFORE(tmph, h, h_next);
113 TAILQ_INSERT_TAIL(&helpers, h, h_next);
131 TAILQ_FOREACH(tmph, &helpers, h_next) {
133 TAILQ_REMOVE(&helpers, h, h_next);
162 TAILQ_FOREACH(h, &helpers, h_next) {
177 TAILQ_FOREACH(h, &helpers, h_next) {
204 TAILQ_FOREACH(h, &helpers, h_next)
247 TAILQ_FOREACH(h, &helpers, h_next) {
297 TAILQ_FOREACH(h, &helpers, h_next) {
[all...]
/freebsd-13-stable/sys/sys/
H A Dmodule_khelp.h62 TAILQ_ENTRY(helper) h_next; member in struct:helper
/freebsd-13-stable/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 ushort_t h_next; /* index of next element in hash chain */ member in struct:ctf_helem
/freebsd-13-stable/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-13-stable/usr.sbin/config/
H A Dmain.c113 struct hdr_list *h_next; member in struct:hdr_list
678 for (hl = htab; hl != NULL; hl = hl->h_next) {
707 for (hl = htab; hl != NULL; hl = hl->h_next) {
717 hl->h_next = htab;
/freebsd-13-stable/sys/dev/usb/controller/
H A Duhci.c520 qh_x->h_next = NULL;
537 qh_intr->h_next = qh_ls;
565 qh_ls->h_next = qh_fs;
580 qh_ctl->h_next = qh_blk;
588 qh_blk->h_next = qh_lst;
596 qh_lst->h_next = 0;
791 DPRINTFN(0, "QH(%p) at 0x%08x: h_next=0x%08x e_next=0x%08x\n", sqh,
794 temp = ((((sqh->h_next != NULL) && !(qh_h_next & UHCI_PTR_T)) ? 1 : 0) |
928 sqh->h_next = last->h_next;
[all...]
H A Duhci.h147 struct uhci_qh *h_next; member in struct:uhci_qh

Completed in 136 milliseconds