/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | ip1 | 3 table role = ipf type = tree number = 1 5 table role = ipf type = tree number = 100 7 table role = nat type = tree number = 110 9 table role = auth type = tree number = 120 11 table role = count type = tree number = 130 14 table role = ipf type = hash number = 2 16 table role = ipf type = hash number = 200 18 table role = nat type = hash number = 210 20 table role = auth type = hash number = 220 22 table role = count type = hash number = 230 [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | ip1 | 1 table role=ipf type=tree number=1 3 table role=ipf type=tree number=100 5 table role=nat type=tree number=110 7 table role=auth type=tree number=120 9 table role=count type=tree number=130 11 table role=ipf type=hash number=2 size=1 13 table role=ipf type=hash number=200 size=5 15 table role=nat type=hash number=210 size=5 17 table role=auth type=hash number=220 size=5 19 table role=count type=hash number=230 size=5 [all …]
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool.c | 70 fprintf(stderr, "\t-a [-dnv] -m <name> [-o <role>] [-t type] [-T ttl] -i <ipaddr>[/netmask]\n"); in usage() 71 fprintf(stderr, "\t-A [-dnv] [-m <name>] [-o <role>] [-S <seed>] [-t <type>]\n"); in usage() 73 fprintf(stderr, "\t-F [-dv] [-o <role>] [-t <type>]\n"); in usage() 74 fprintf(stderr, "\t-l [-dv] [-m <name>] [-t <type>] [-o <role>] [-M <core>] [-N <namelist>]\n"); in usage() 75 fprintf(stderr, "\t-r [-dnv] [-m <name>] [-o <role>] [-t type] -i <ipaddr>[/netmask]\n"); in usage() 76 fprintf(stderr, "\t-R [-dnv] [-m <name>] [-o <role>] [-t <type>]\n"); in usage() 131 int err = 0, c, ipset, role, type = IPLT_POOL, ttl = 0; in poolnodecommand() local 138 role = IPL_LOGIPF; in poolnodecommand() 150 if (setnodeaddr(type, role, ptr, optarg) == 0) in poolnodecommand() 162 "cannot set role after ip address\n"); in poolnodecommand() [all …]
|
H A D | ippool.8 | 8 -a [-dnv] [-m <name>] [-o <role>] [-t <type>] [-T ttl] -i <ipaddr>[/<netmask>] 11 -A [-dnv] [-m <name>] [-o <role>] [-S <seed>] -t <type> 17 -F [-dv] [-o <role>] [-t <type>] 20 -l [-dDv] [-m <name>] [-t <type>] [-o <role>] [-M <core>] [-N <namelist>] 23 -r [-dnv] [-m <name>] [-o <role>] [-t <type>] -i <ipaddr>[/<netmask>] 26 -R [-dnv] [-m <name>] [-o <role>] -t <type> 95 .B -o <role> 96 Sets the role with which this pool is to be used. Currently only
|
H A D | ippool.5 | 46 table role = ipf type = tree number = 100 68 tie a pool to a specific role in IPFilter. The recognised role names are: 72 pools defined for role "ipf" are available for use with all rules that are 77 pools defined for role "nat" are available for use with all rules that are 82 pools defined for role "auth" are available only for use with "auth" rules 87 pools that are defined for the "all" role are available to all types of 115 table role = ipf type = tree number = 100 254 group-map out role = ipf number = 2010 group = 2020 300 table role=all type=hash name=servers size=5
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.td | 52 Role<"OpenParen", Token<"l_paren">>, 53 Role<"SubExpression", Expression>, 54 Role<"CloseParen", Token<"r_paren">>, 67 Role<"LiteralToken", Token<"numeric_constant">>, 79 Role<"LiteralToken", AnyCharacterLiteral>, 87 Role<"LiteralToken", Token<"numeric_constant">>, 102 Role<"LiteralToken", AnyStringLiteral>, 110 Role<"LiteralToken", AnyToken<["kw_false","kw_true"]>>, 118 Role<"LiteralToken", Keyword<"nullptr">>, 136 Role<"LiteralToken", Keyword<"numeric_constant">>, [all …]
|
H A D | Syntax.td | 14 // The concrete node defines a Role sequence which identifies the children. 15 // The type of child in each role is also constrained. 66 class Role<string role_, Syntax syntax_> { 67 string role = role_; 73 // Each child is characterized by a role (unique within the sequence), and 75 // The role sequence and role/type match are enforced invariants of the class. 81 // Children must be Role or have a default role derived from the NodeType. 82 list<Role> children;
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | mediatek,mtu3.yaml | 104 Regulator of USB VBUS5v, needed when supports dual-role mode. 132 when supports dual-role mode. 134 new bindings, and use "usb-role-switch" property instead. 136 usb-role-switch: 138 description: Support role switch. 141 role-switch-default-mode: 148 Connector for dual role switch, especially for "gpio-usb-b-connector" 154 using the OF graph bindings specified, if the "usb-role-switch" 161 supports manual dual-role switch via debugfs; usually used when 162 receptacle is TYPE-A and also wants to support dual-role mode. [all …]
|
H A D | mediatek,mtu3.txt | 30 when supports dual-role mode. 32 new bindings, and use "usb-role-switch" property instead. 34 dual-role mode. 47 - usb-role-switch : use USB Role Switch to support dual-role switch, but 49 - enable-manual-drd : supports manual dual-role switch via debugfs; usually 50 used when receptacle is TYPE-A and also wants to support dual-role 71 The port would be added as subnode if use "usb-role-switch" property.
|
H A D | generic.txt | 10 - dr_mode: tells Dual-Role USB controllers that we want to work on a 34 - usb-role-switch: boolean, indicates that the device is capable of assigning 35 the USB data role (USB host or USB device) for a given 38 - role-switch-default-mode: indicating if usb-role-switch is enabled, the 40 role is USB_ROLE_NONE. Valid arguments are "host" and
|
H A D | usb-drd.yaml | 25 Tells Dual-Role USB controllers that we want to work on a particular 51 usb-role-switch: 53 Indicates that the device is capable of assigning the USB data role 57 role-switch-default-mode: 59 Indicates if usb-role-switch is enabled, the device default operation 60 mode of controller while usb role is USB_ROLE_NONE.
|
H A D | mediatek,musb.yaml | 50 usb-role-switch: 52 description: Support role switch. See usb/generic.txt 67 description: Connector for dual role switch 71 usb-role-switch: [ connector ] 72 connector: [ usb-role-switch ] 106 usb-role-switch;
|
H A D | mediatek,musb.txt | 31 dual-role mode 32 - usb-role-switch : use USB Role Switch to support dual-role switch, see 50 usb-role-switch;
|
H A D | fsl-usb.txt | 10 controllers, or "fsl-usb2-dr" for dual role USB controllers 11 or "fsl,mpc5121-usb2-dr" for dual role USB controllers of MPC5121. 15 "ulpi", or "serial". For dual role USB controllers, should be 56 Example dual role USB controller device node : 68 Example dual role USB controller device node for MPC5121ADS:
|
/freebsd/contrib/libxo/doc/ |
H A D | field-roles.rst | 8 Field roles are optional, and indicate the role and formatting of the 9 content. The roles are listed below; only one role is permitted: 35 When a role is not provided, the "*value*" role is used as the default. 46 .. _color-role: 48 The Color Role ({C:}) 56 Colors and effects remain in effect until modified by other "C"-role 126 .. _decoration-role: 128 The Decoration Role ({D:}) 139 .. _gettext-role: 141 The Gettext Role ({G:}) [all …]
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | link_policy.c | 40 /* Send Role Discovery to the unit */ 78 fprintf(stdout, "Role: %s [%#x]\n", in hci_role_discovery() 79 (rp.role == NG_HCI_ROLE_MASTER)? "Master" : "Slave", rp.role); in hci_role_discovery() 84 /* Send Switch Role to the unit */ 106 /* role */ in hci_switch_role() 110 cp.role = n0? NG_HCI_ROLE_SLAVE : NG_HCI_ROLE_MASTER; in hci_switch_role() 147 fprintf(stdout, "Role: %s [%#x]\n", in hci_switch_role() 148 (ep->role == NG_HCI_ROLE_MASTER)? "Master" : "Slave", in hci_switch_role() 149 ep->role); in hci_switch_role() 250 "which role the device is performing for a particular Connection Handle.\n" \ [all …]
|
H A D | bluetooth.device.conf | 100 # role switch. By default, if role switch is supported, the local device will 101 # try to perform role switch and become Master on incoming connection. Some 102 # devices do not support role switch and thus incoming connections from such 103 # devices will fail. If role switch is disabled then accepting device will 106 # NO or 0 do not perform role switch; 107 # YES or 1 perform role switch (default).
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | sja1105.txt | 24 - sja1105,role-mac: 25 - sja1105,role-phy: 37 1. If sja1105,role-mac is specified, and the phy-mode property is one 41 2. If sja1105,role-phy is specified, and the phy-mode property is one 51 to have sja1105,role-mac, while the other sja1105,role-phy. 90 /* Implicit "sja1105,role-mac;" */ 98 /* Implicit "sja1105,role-mac;" */ 106 /* Implicit "sja1105,role-mac;" */ 114 /* Implicit "sja1105,role-mac;" */ 121 /* Implicit "sja1105,role-phy;" */
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_barrier_tournament.c | 70 /* The first role is always CK_BARRIER_TOURNAMENT_DROPOUT. */ in ck_barrier_tournament_init() 72 rounds[i][0].role = CK_BARRIER_TOURNAMENT_DROPOUT; in ck_barrier_tournament_init() 79 rounds[i][k].role = CK_BARRIER_TOURNAMENT_WINNER; in ck_barrier_tournament_init() 81 rounds[i][k].role = CK_BARRIER_TOURNAMENT_BYE; in ck_barrier_tournament_init() 85 rounds[i][k].role = CK_BARRIER_TOURNAMENT_LOSER; in ck_barrier_tournament_init() 87 rounds[i][k].role = CK_BARRIER_TOURNAMENT_CHAMPION; in ck_barrier_tournament_init() 89 if (rounds[i][k].role == CK_BARRIER_TOURNAMENT_LOSER) in ck_barrier_tournament_init() 91 else if (rounds[i][k].role == CK_BARRIER_TOURNAMENT_WINNER || in ck_barrier_tournament_init() 92 rounds[i][k].role == CK_BARRIER_TOURNAMENT_CHAMPION) in ck_barrier_tournament_init() 119 switch (rounds[state->vpid][round].role) { in ck_barrier_tournament() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/connector/ |
H A D | usb-connector.yaml | 65 mode or dual role mode is supported. 69 power-role: 70 description: Determines the power role that the Type C connector will 71 support. "dual" refers to Dual Role Port (DRP). 79 try-power-role: 80 description: Preferred power role. 88 data-role: 89 description: Data role if Type C connector supports USB data. "dual" refers 90 Dual Role Device (DRD). 215 is applied during PD3.0 Fast Role Swa [all...] |
/freebsd/contrib/libxo/libxo/ |
H A D | xo_format.5 | 54 \(aq{\(aq [ role | modifier ]* [\(aq,\(aq long\-names ]* \(aq:\(aq [ content ] 58 The role describes the function of the field, while the modifiers 61 encoding\-format are used in varying ways, based on the role. 93 Field roles are optional, and indicate the role and formatting of the 95 The roles are listed below; only one role is permitted: 117 When a role is not provided, the "value" role is used as the default. 127 .Ss "The Color Role ({C:})" 134 Colors and effects remain in effect until modified by other "C"\-role 194 .Ss "The Decoration Role ({D:})" 203 .Ss "The Gettext Role ({G:})" [all …]
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_cust.c | 75 * Find a custom extension from the list. The |role| param is there to 82 ENDPOINT role, unsigned int ext_type, in custom_ext_find() argument 90 && (role == ENDPOINT_BOTH || role == meth->role in custom_ext_find() 91 || meth->role == ENDPOINT_BOTH)) { in custom_ext_find() 120 ENDPOINT role = ENDPOINT_BOTH; in custom_ext_parse() local 123 role = s->server ? ENDPOINT_SERVER : ENDPOINT_CLIENT; in custom_ext_parse() 125 meth = custom_ext_find(exts, role, ext_type, NULL); in custom_ext_parse() 260 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags() 347 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument 390 if (custom_ext_find(exts, role, ext_type, NULL)) in add_custom_ext_intern() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 29 /// Add a new node with a specified role. 30 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter() argument 37 assert(Role != NodeRole::Detached); in addAfter() 39 New->setRole(Role); in addAfter() 47 /// Replace the node, keeping the role. 57 New->Role = Old->Role; in replace()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7280-idp-ec-h1.dtsi | 45 power-role = "dual"; 46 data-role = "host"; 47 try-power-role = "source"; 54 power-role = "dual"; 55 data-role = "host"; 56 try-power-role = "source";
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_wps.c | 25 int role; /* 0 - not set, 1 - enrollee, 2 - registrar */ member 45 "dbus: WPS.Start - Wrong Role type, string required"); in wpas_dbus_handler_wps_role() 47 "Role must be a string"); in wpas_dbus_handler_wps_role() 52 params->role = 1; in wpas_dbus_handler_wps_role() 54 params->role = 2; in wpas_dbus_handler_wps_role() 56 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Unknown role %s", val); in wpas_dbus_handler_wps_role() 186 if (os_strcmp(key, "Role") == 0) in wpas_dbus_handler_wps_start_entry() 217 * information about role (enrollee or registrar), authorization method 254 "dbus: WPS.Start - Pin required for registrar role"); in wpas_dbus_handler_wps_start() 256 message, "Pin required for registrar role."); in wpas_dbus_handler_wps_start() [all …]
|