Home
last modified time | relevance | path

Searched refs:role (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd-12-stable/contrib/netbsd-tests/ipf/regress/
Dip13 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 …]
Dp3.pool1 group-map in role = ipf number = 1010
3 group-map out role = ipf number = 2010 group = 2020
/freebsd-12-stable/contrib/netbsd-tests/ipf/expected/
Dip11 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 …]
Dip37 table role=nat type=hash name=noproxy size=3
9 table role=nat type=tree name=raw
13 table role=all type=hash name=noproxy size=3
Dp218 table role=ipf type=hash number=2147483650 size=3
21 table role=ipf type=hash number=2147483649 size=3
Dp321 group-map out role=ipf number=2010 size=5
23 group-map in role=ipf number=1010 size=3
/freebsd-12-stable/sbin/ipf/ippool/
Dippool.c132 int err = 0, c, ipset, role, type = IPLT_POOL, ttl = 0; in poolnodecommand() local
139 role = IPL_LOGIPF; in poolnodecommand()
151 if (setnodeaddr(type, role, ptr, optarg) == 0) in poolnodecommand()
166 role = getrole(optarg); in poolnodecommand()
167 if (role == IPL_LOGNONE) in poolnodecommand()
212 if (setnodeaddr(type, role, ptr, argv[optind]) == 0) in poolnodecommand()
232 err = load_poolnode(role, poolname, &pnode, ttl, ioctl); in poolnodecommand()
234 err = remove_poolnode(role, poolname, &pnode, ioctl); in poolnodecommand()
238 err = load_hashnode(role, poolname, &hnode, ttl, ioctl); in poolnodecommand()
240 err = remove_hashnode(role, poolname, &hnode, ioctl); in poolnodecommand()
[all …]
/freebsd-12-stable/sys/contrib/ck/src/
Dck_barrier_tournament.c72 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()
158 switch (rounds[state->vpid][round].role) { in ck_barrier_tournament()
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dextensions_cust.c82 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()
258 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags()
343 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument
386 if (custom_ext_find(exts, role, ext_type, NULL)) in add_custom_ext_intern()
396 meth->role = role; in add_custom_ext_intern()
[all …]
/freebsd-12-stable/sbin/hastd/
Dcontrol.c77 uint8_t role, struct hast_resource *res, const char *name, unsigned int no) in control_set_role_common() argument
104 if (role == res->hr_role) in control_set_role_common()
108 pjdlog_info("Role changed to %s.", role2str(role)); in control_set_role_common()
112 res->hr_role = role; in control_set_role_common()
137 if (role == HAST_ROLE_PRIMARY) in control_set_role_common()
145 control_set_role(struct hast_resource *res, uint8_t role) in control_set_role() argument
148 control_set_role_common(NULL, NULL, role, res, NULL, 0); in control_set_role()
314 uint8_t cmd, role; in control_handle() local
324 role = HAST_ROLE_UNDEF; in control_handle()
355 role = nv_get_uint8(nvin, "role"); in control_handle()
[all …]
/freebsd-12-stable/contrib/libxo/doc/
Dfield-roles.rst8 Field roles are optional, and indicate the role and formatting of the
9 content. The roles are listed below; only one role is permitted:
33 When a role is not provided, the "*value*" role is used as the default.
44 .. _color-role:
54 Colors and effects remain in effect until modified by other "C"-role
124 .. _decoration-role:
137 .. _gettext-role:
143 gettext(3). Use the "{G:}" role to request that the remaining part of
160 The {G:} role allows a domain name to be set. gettext calls will
172 .. _label-role:
[all …]
Dformat-strings.rst22 '{' [ role | modifier ]* [',' long-names ]* ':' [ content ]
25 The role describes the function of the field, while the modifiers
27 encoding-format are used in varying ways, based on the role. These
Dhowto.rst141 format. Both are "value" roles, which is the default role.
147 appropriate "hover" and "onclick" behavior. Using the "units" role
150 attention to warnings. The "padding" role makes the use of vital
151 whitespace more clear (:ref:`padding-role`).
153 The "*title*" role indicates the headings of table and sections. This
163 as effects like bold and underline (see :ref:`color-role`)::
169 padding over multiple fields (see :ref:`anchor-role`)::
344 - The "{G:}" role looks for a translation of the format string.
359 libxo will see the "{G:}" role and will first simplify the format
387 {G:} role. Domain names remain in use throughout the format string
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticDocs.td62 .. role:: error
63 .. role:: warning
64 .. role:: remark
65 .. role:: diagtext
66 .. role:: placeholder(emphasis)
/freebsd-12-stable/contrib/ntp/sntp/unity/auto/
Dcolour_prompt.rb92 def colour_puts(role,str) ColourCommandLine.new.out_c(:puts, role, str) end argument
93 def colour_print(role,str) ColourCommandLine.new.out_c(:print, role, str) end argument
/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
Dlink_policy.c80 (rp.role == NG_HCI_ROLE_MASTER)? "Master" : "Slave", rp.role); in hci_role_discovery()
111 cp.role = n0? NG_HCI_ROLE_SLAVE : NG_HCI_ROLE_MASTER; in hci_switch_role()
149 (ep->role == NG_HCI_ROLE_MASTER)? "Master" : "Slave", in hci_switch_role()
150 ep->role); in hci_switch_role()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
DSyntax.td15 // The type of child in each role is also constrained.
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.
/freebsd-12-stable/sys/dev/netmap/
Dnetmap_pipe.c142 na->role == NM_PIPE_ROLE_MASTER ? '{' : '}'); in netmap_pipe_find()
644 if (pna->role == NM_PIPE_ROLE_MASTER) in netmap_pipe_dtor()
661 int role = 0; in netmap_get_pipe_na() local
668 role = NM_PIPE_ROLE_MASTER; in netmap_get_pipe_na()
672 role = NM_PIPE_ROLE_SLAVE; in netmap_get_pipe_na()
734 if (mna->role == role) { in netmap_get_pipe_na()
763 mna->role = NM_PIPE_ROLE_MASTER; in netmap_get_pipe_na()
812 sna->role = NM_PIPE_ROLE_SLAVE; in netmap_get_pipe_na()
829 if (role == NM_PIPE_ROLE_MASTER) { in netmap_get_pipe_na()
842 (reqna->role == NM_PIPE_ROLE_MASTER ? "master" : "slave"), reqna); in netmap_get_pipe_na()
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hast/
Dhast_snmp.c64 int role; member
104 static int set_role(const char *resource, int role);
255 set_role(const char *resource, int role) in set_role() argument
263 nv_add_uint8(nvin, role, "role"); in set_role()
314 res->role = str != NULL ? str2role(str) : HAST_ROLE_UNDEF; in update_resources()
464 value->v.integer = res->role; in op_hastResourceTable()
/freebsd-12-stable/sbin/ipf/libipf/
Dload_poolnode.c19 load_poolnode(int role, char *name, ip_pool_node_t *node, int ttl, in load_poolnode() argument
30 op.iplo_unit = role; in load_poolnode()
Dload_dstlistnode.c17 load_dstlistnode(int role, char *name, ipf_dstnode_t *node, in load_dstlistnode() argument
32 op.iplo_unit = role; in load_dstlistnode()
/freebsd-12-stable/sys/gnu/dts/arm64/freescale/
Dimx8mn-evk.dtsi93 power-role = "dual";
94 data-role = "dual";
95 try-power-role = "sink";
120 usb-role-switch;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c25 int role; /* 0 - not set, 1 - enrollee, 2 - registrar */ member
52 params->role = 1; in wpas_dbus_handler_wps_role()
54 params->role = 2; in wpas_dbus_handler_wps_role()
268 if (params.role == 0) { in wpas_dbus_handler_wps_start()
272 } else if (params.role == 2) { in wpas_dbus_handler_wps_start()
302 (params.role == 1 ? "enrollee" : "registrar"), in wpas_dbus_handler_wps_start()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dp2p_supplicant_sd.c482 u8 role; in wpas_sd_req_wfd() local
504 role = *pos++; in wpas_sd_req_wfd()
505 wpa_printf(MSG_DEBUG, "P2P: WSD for device role 0x%x", role); in wpas_sd_req_wfd()
1033 static void wfd_add_sd_req_role(struct wpabuf *tlvs, u8 id, u8 role, in wfd_add_sd_req_role() argument
1045 wpabuf_put_u8(tlvs, role); in wfd_add_sd_req_role()
1067 const u8 *dst, const char *role) in wpas_p2p_sd_request_wifi_display() argument
1074 subelems = os_strchr(role, ' '); in wpas_p2p_sd_request_wifi_display()
1083 if (os_strstr(role, "[source]")) in wpas_p2p_sd_request_wifi_display()
1085 if (os_strstr(role, "[pri-sink]")) in wpas_p2p_sd_request_wifi_display()
1087 if (os_strstr(role, "[sec-sink]")) in wpas_p2p_sd_request_wifi_display()
[all …]
/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx.h1154 role_t role; /* member
1217 u_int tag, role_t role);
1257 role_t role, uint32_t status,
1273 role_t role, uint32_t status);
1285 role_t role);
1295 role_t role);
1299 role_t role);

12345678