Searched refs:hops (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | hda_codec.c | 466 const struct hda_ops *hops = NULL; in hda_codec_reset() local 473 hops = hci->hops; in hda_codec_reset() 474 assert(hops); in hda_codec_reset() 489 if (!hops->signal) { in hda_codec_reset() 495 return (hops->signal(hci)); in hda_codec_reset() 501 const struct hda_ops *hops = NULL; in hda_codec_command() local 527 hops = hci->hops; in hda_codec_command() 528 assert(hops); in hda_codec_command() 535 if (!hops->response) { in hda_codec_command() 572 return (hops->response(hci, res, HDA_CODEC_RESPONSE_EX_SOL)); in hda_codec_command() [all …]
|
H A D | pci_hda.h | 68 const struct hda_ops *hops; member
|
H A D | pci_hda.c | 262 static const struct hda_ops hops = { variable 440 hci->hops = &hops; in hda_codec_constructor()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | startup.c | 388 uint_t hops; in setup_listen_sock() local 405 hops = IPV6_MAX_HOPS; in setup_listen_sock() 406 if (setsockopt(sock, IPPROTO_IPV6, IPV6_UNICAST_HOPS, (char *)&hops, in setup_listen_sock() 407 sizeof (hops)) < 0) { in setup_listen_sock() 413 if (setsockopt(sock, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, (char *)&hops, in setup_listen_sock() 414 sizeof (hops)) < 0) { in setup_listen_sock()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph.c | 725 nvlist_t **hops, *auth; in fmri_bufsz() local 742 if (nvlist_lookup_nvlist_array(nvl, FM_FMRI_PATH, &hops, &nhops) != in fmri_bufsz() 751 if (nvlist_lookup_string(hops[i], FM_FMRI_PATH_NAME, &name) != in fmri_bufsz() 753 nvlist_lookup_uint64(hops[i], FM_FMRI_PATH_INST, &inst) != in fmri_bufsz()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 192 uint8_t hops; /* Used by relay agents */ member
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 785 int hops, ii; in print_sr() local 791 hops = (int)(rh->len - 2) / (int)2; in print_sr() 793 if (hops) { in print_sr() 795 for (ii = 0; ii < hops; ii++) { in print_sr()
|
H A D | snoop_dhcp.c | 166 (void) sprintf(get_line((char *)(uintptr_t)dp->hops - in interpret_dhcp() 168 "Relay agent hops = %d", dp->hops); in interpret_dhcp()
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | firewall | 31 closest to your internal network in terms of network hops.
|