| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| strtab.c | 73 strhash_t *hp, *hq; local 77 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { 78 hq = hp->str_next;
|
| /src/include/ |
| mpool.h | 52 TAILQ_ENTRY(_bkt) hq; /* hash queue */ member in struct:_bkt
|
| /src/sys/arch/hp300/dev/ |
| hpib.c | 246 hpibreq(device_t pdev, struct hpibqueue *hq) 252 TAILQ_INSERT_TAIL(&sc->sc_queue, hq, hq_list); 255 if (TAILQ_FIRST(&sc->sc_queue) == hq) 262 hpibfree(device_t pdev, struct hpibqueue *hq) 268 TAILQ_REMOVE(&sc->sc_queue, hq, hq_list); 271 if ((hq = TAILQ_FIRST(&sc->sc_queue)) != NULL) 272 (*hq->hq_start)(hq->hq_softc); 370 struct hpibqueue *hq; local 372 hq = TAILQ_FIRST(&sc->sc_queue) [all...] |
| fhpib.c | 458 struct hpibqueue *hq; local 470 hq = TAILQ_FIRST(&hs->sc_queue); 471 (hq->hq_intr)(hq->hq_softc); 525 struct hpibqueue *hq; local 550 hq = TAILQ_FIRST(&hs->sc_queue); 562 (hq->hq_intr)(hq->hq_softc); 578 if ((stat0 & (0x80 >> hq->hq_slave)) == 0) { 585 if ((stat0 & (0x80 >> hq->hq_slave)) == 0 & [all...] |
| nhpib.c | 457 struct hpibqueue *hq; local 464 hq = TAILQ_FIRST(&hs->sc_queue); 465 (hq->hq_intr)(hq->hq_softc); 507 struct hpibqueue *hq; local 517 hq = TAILQ_FIRST(&hs->sc_queue); 530 (hq->hq_intr)(hq->hq_softc); 534 if (stat0 & (0x80 >> hq->hq_slave)) { 536 (hq->hq_intr)(hq->hq_softc) [all...] |
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_strtab.c | 104 dt_strhash_t *hp, *hq; local 108 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { 109 hq = hp->str_next;
|
| /src/sys/sys/ |
| gcq.h | 47 struct gcq hq; member in struct:gcq_head 51 #define GCQ_INIT_HEAD(head) { GCQ_INIT((head).hq) } 258 struct gcq *q, *hq; local 259 hq = gcq_hq(head); 261 if (hq != start && q == hq) 262 q = hq->q_next; 271 struct gcq *q, *hq; local 272 hq = gcq_hq(head); 274 if (hq != start && q == hq [all...] |
| /src/external/bsd/nvi/dist/common/ |
| gs.h | 66 TAILQ_HEAD(_hqh, _scr) hq; /* Hidden screens. */ member in struct:_gs
|
| /src/external/bsd/file/dist/src/ |
| file.h | 203 uint8_t hq[8]; /* 8 bytes of a fixed-endian "quad" */ member in union:VALUETYPE
|