Home
last modified time | relevance | path

Searched refs:hops (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dhda_codec.c474 hops = hci->hops; in hda_codec_reset()
475 assert(hops); in hda_codec_reset()
490 if (!hops->signal) { in hda_codec_reset()
496 return (hops->signal(hci)); in hda_codec_reset()
528 hops = hci->hops; in hda_codec_command()
529 assert(hops); in hda_codec_command()
536 if (!hops->response) { in hda_codec_command()
689 hops = hci->hops; in hda_codec_audio_output_do_transfer()
690 assert(hops); in hda_codec_audio_output_do_transfer()
750 hops = hci->hops; in hda_codec_audio_input_do_transfer()
[all …]
H A Dpci_hda.h68 const struct hda_ops *hops; member
H A Dpci_hda.c263 static const struct hda_ops hops = { variable
441 hci->hops = &hops; in hda_codec_constructor()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dstartup.c388 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 Dtopo_digraph.c725 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 Ddhcp.h192 uint8_t hops; /* Used by relay agents */ member
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dfirewall31 closest to your internal network in terms of network hops.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c785 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 Dsnoop_dhcp.c166 (void) sprintf(get_line((char *)(uintptr_t)dp->hops - in interpret_dhcp()
168 "Relay agent hops = %d", dp->hops); in interpret_dhcp()