Home
last modified time | relevance | path

Searched full:families (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd/contrib/file/magic/Magdir/
H A Duf221 # families=`curl \
25 # "s/(### BEGIN UF2 FAMILIES\\n).*(\\n### END UF2 FAMILIES)/\$1$families\$2/s" \
28 ### BEGIN UF2 FAMILIES
63 ### END UF2 FAMILIES
/freebsd/share/man/man4/
H A Dgenetlink.439 is a "container" family, used for dynamic registration of other families
48 families.
50 All generic netlink families share a common header:
71 This family is used to list the details of all registered families.
75 Fetches a single family or all registered families, depending on the
H A Dnetlink.443 Netlink consists of multiple families, which commonly group the commands
45 Currently, the supported families are:
62 allowing registering other families under the
66 multiple netlink families at once.
/freebsd/lib/libsys/
H A Dsocket.251 These families are defined in the include file
75 Other protocol families may be also defined, beginning with
77 with corresponding address families.
168 (Some protocol families, such as the Internet family,
326 constants for address families, and requires the use of
342 constants, and other address families are
/freebsd/sys/netlink/
H A Dnetlink_generic_kpi.c50 * NETLINK_GENERIC families/groups registration logic
58 static struct genl_family families[MAX_FAMILIES]; variable
65 struct genl_family *gf = &families[i]; in find_family()
79 gf = &families[0]; in find_empty_family_id()
84 gf = &families[i]; in find_empty_family_id()
257 return ((family_id < MAX_FAMILIES) ? &families[family_id] : NULL); in genl_get_family()
/freebsd/lib/libcasper/services/cap_dns/
H A Dcap_dns.356 .Fn cap_dns_family_limit "const cap_channel_t *chan" "const int *families" "size_t nfamilies"
110 functions allows to limit address families.
116 .Fa families
156 limits service to one of the address families (e.g.
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dintel,ixp4xx-interrupt.yaml19 The distinct IXP4xx families with different interrupt controller
21 families were the only ones to reach the developer and consumer
H A Daspeed,ast2400-vic.txt4 AST2500 SoC families include a legacy register layout before a re-designed
/freebsd/usr.bin/getaddrinfo/
H A Dgetaddrinfo.159 address families, the af-specific data are the IP/IPv6 address and port
81 Address families are named like the
/freebsd/crypto/openssl/doc/man3/
H A DBIO_ADDR.pod79 B<BIO_ADDR> of the protocol families AF_INET and AF_INET6. The
86 for B<BIO_ADDR> of the protocol families AF_INET and AF_INET6. The
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmicrel-ks8995.txt1 Micrel KS8995 SPI controlled Ethernet Switch families
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Darmada-8kp.txt4 Boards using a SoC of the Marvell Armada 8KP families must carry
H A Darmada-370-xp.txt4 Boards with a SoC of the Marvell Armada 370 and Armada XP families
H A D98dx3236.txt4 Boards with a SoC of the Marvell 98DX3236, 98DX3336 and 98DX4251 families
/freebsd/sys/sys/
H A Dsocket.h42 * Definitions related to sockets: types, address families, options.
216 * Address families.
352 * Protocol families, same as address families for now.
406 * Further levels are defined by the individual families.
/freebsd/lib/libcasper/services/cap_net/
H A Dcap_net.c1205 const uint64_t *families; in verify_addr2name_newlimits() local
1210 families = cnvlist_get_number_array(cookie, &sfamilies); in verify_addr2name_newlimits()
1213 families[i])) { in verify_addr2name_newlimits()
1260 const uint64_t *families; in verify_name2addr_newlimits() local
1265 families = cnvlist_get_number_array(cookie, &sfamilies); in verify_name2addr_newlimits()
1268 families[i])) { in verify_name2addr_newlimits()
1378 * family in the limit means that all modes or families are in net_limit()
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ad5764.yaml7 title: Analog Devices AD5744 and AD5764 DAC families
/freebsd/share/examples/netgraph/
H A Dngctl64 # special support for the PF_LOCAL and PF_INET protocol families.
72 # This is what you would have to do for protocol families other
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dath79-ddr-controller.txt3 The DDR controller of the AR7xxx and AR9xxx families provides an interface
H A Dqca,ath79-ddr-controller.yaml13 The DDR controller of the AR7xxx and AR9xxx families provides an interface to
/freebsd/sys/contrib/device-tree/Bindings/arm/keystone/
H A Dkeystone.txt12 SoC families:
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daspeed-scu.txt27 Families have unique hardware silicon identifiers within the SoC.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h773 /// These families have no inherent meaning in the language, but are
776 /// be considered to form families, we focus here on the methods
782 /// into families. Method families may impose additional restrictions
792 // Selectors in these families may have arbitrary arity, may be
802 // These families are singletons consisting only of the nullary
813 // performSelector families
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_ADDR.3213 \&\fB\s-1BIO_ADDR\s0\fR of the protocol families \s-1AF_INET\s0 and \s-1AF_INET6.\s0 The
220 for \fB\s-1BIO_ADDR\s0\fR of the protocol families \s-1AF_INET\s0 and \s-1AF_INET6.\s0 The
/freebsd/share/man/man9/
H A Dcallout.9314 function families schedule a future function invocation for callout
626 function families
782 function families return a value of one if the callout was pending before the new

12345678