HomeSort by: relevance | last modified time | path
    Searched defs:hlink (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/usb/
uhcivar.h 123 uhci_soft_qh_t *hlink; /* soft version of qh_hlink */ member in struct:uhci_soft_qh
  /src/external/bsd/ntp/dist/libntp/
authkeys.c 28 symkey * hlink; /* next in hash bucket */ member in struct:savekey
466 LINK_SLIST(key_hash[hash], sk, hlink);
506 LINK_SLIST(*bucket, sk, hlink);
535 UNLINK_SLIST(unlinked, *bucket, sk, hlink, symkey);
556 for (sk = key_hash[KEYHASH(id)]; sk != NULL; sk = sk->hlink)
  /src/external/bsd/less/dist/
line.c 144 int hlink; /* Processing hyperlink address? */ member in struct:ansi_state
614 pansi->hlink = 0;
625 if (pansi->hlink)
643 pansi->hlink = 1; /* now processing hyperlink addr */
994 if (line_ansi->hlink)
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rrl.h 109 ISC_LINK(dns_rrl_entry_t) hlink; member in struct:dns_rrl_entry
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rrl.h 110 ISC_LINK(dns_rrl_entry_t) hlink; member in struct:dns_rrl_entry
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 295 mru * hlink; /* next in hash table bucket */ member in struct:mru_tag
2504 for (mon = hash_table[hash]; mon != NULL; mon = mon->hlink)
2517 UNLINK_SLIST(unlinked, hash_table[hash], mon, hlink, mru);
2524 LINK_SLIST(hash_table[hash], add, hlink);
2662 recent, hlink, mru);
2762 recent = recent->hlink)

Completed in 41 milliseconds