Home
last modified time | relevance | path

Searched refs:intf (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.sbin/route6d/misc/
HDchkrt35 $intf = $1;
43 print "NOT FOUND: $dst $intf $gateway $metric $age\n";
48 print "WRONG GW: $dst $intf $gateway $metric $age\n";
53 if ($int{$dst} ne $intf) {
54 print "WRONG IF: $dst $intf $gateway $metric $age\n";
/dragonfly/sys/dev/netif/oce/
HDoce_hw.c248 pci_sli_intf_t intf; in oce_hw_pci_alloc() local
284 intf.dw0 = pci_read_config((sc)->dev,OCE_INTF_REG_OFFSET,4); in oce_hw_pci_alloc()
286 if (intf.bits.sli_valid != OCE_INTF_VALID_SIG) in oce_hw_pci_alloc()
289 if (intf.bits.sli_rev != OCE_INTF_SLI_REV4) { in oce_hw_pci_alloc()
294 if (intf.bits.sli_if_type == OCE_INTF_IF_TYPE_1) in oce_hw_pci_alloc()
297 if (intf.bits.sli_hint1 == OCE_INTF_FUNC_RESET_REQD) in oce_hw_pci_alloc()
300 if (intf.bits.sli_func_type == OCE_INTF_VIRT_FUNC) in oce_hw_pci_alloc()
/dragonfly/sys/vfs/hammer2/zlib/
HDhammer2_zlib_zconf.h80 # define intf z_intf macro
196 typedef int FAR intf; typedef
HDhammer2_zlib_trees.c119 const intf *extra_bits; /* extra bits for each code or NULL */
498 const intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/dragonfly/sbin/hammer2/zlib/
HDhammer2_zlib_zconf.h80 # define intf z_intf macro
196 typedef int FAR intf; typedef
HDhammer2_zlib_trees.c119 const intf *extra_bits; /* extra bits for each code or NULL */
498 const intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/dragonfly/usr.sbin/makefs/hammer2/zlib/
HDhammer2_zlib_zconf.h80 # define intf z_intf macro
196 typedef int FAR intf; typedef
HDhammer2_zlib_trees.c119 const intf *extra_bits; /* extra bits for each code or NULL */
498 const intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/dragonfly/sys/net/
HDzlib.h102 # define intf z_intf macro
223 typedef int FAR intf; typedef
HDzlib.c1939 intf *extra_bits; /* extra bits for each code or NULL */
2251 intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()
4513 Assert(s == sizeof(inflate_huft) && n <= *(intf *)q,
4515 *(intf *)q -= n+s-s; /* s-s to avoid warning */
4516 return (voidpf)(fixed_mem + *(intf *)q);
/dragonfly/lib/libz/
HDzconf.h152 # define intf z_intf macro
403 typedef int FAR intf; typedef
/dragonfly/contrib/zlib-1.2/
HDtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */
493 const intf *extra = desc->stat_desc->extra_bits;
/dragonfly/sys/dev/raid/mfi/
HDmfireg.h1080 uint16_t intf : 4; member
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDp2p_supplicant.c3851 struct wpa_supplicant *wpa_s, *intf = ctx; in wpas_presence_resp() local
3854 for (wpa_s = intf->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_presence_resp()