Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/libcxx/docs/Helpers/
H A DStyles.rst28 .. role:: notstarted
29 .. role:: nothingtodo
30 .. role:: inprogress
31 .. role:: inreview
32 .. role:: partial
33 .. role:: complete
42 .. role:: chrono
43 .. role:: format
44 .. role:: ranges
45 .. role:: spaceship
[all …]
/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.op.master.conf15 role peer
20 role rs
25 role rs-client
30 role provider
35 role customer
H A Dpolicy.sh107 test_bgpd "Last error sent: error in OPEN message, role mismatch" \
111 test_bgpd "Last error sent: error in OPEN message, role mismatch" \
H A Dbgpd.op.client.conf17 role $POLICY
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticDocs.td62 .. role:: error
63 .. role:: warning
64 .. role:: remark
65 .. role:: diagtext
66 .. role:: placeholder(emphasis)
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldsc.pod564 for my $role ( keys %$href ) {
565 print "$role=$href->{$role} ";
573 for my $role ( keys $AoH[$i]->%* ) {
574 print "$role=$AoH[$i]{$role} ";
581 for my $role ( keys $AoH[$i]->%* ) {
582 print "elem at ($i, $role) is $AoH[$i]{$role}\n";
672 for my $role ( key
[all...]
H A Dperlootut.pod380 C<HasOnOffSwitch> role and apply it to both classes. This role would
601 C<Moo> class or role, it is transparently inflated into a C<Moose>
602 class or role. This makes it easier to incorporate C<Moo>-using code
606 C<extends> or consume a C<Moo> role using C<with>.
677 but Perl does not have any built-in role support. If you choose to use
678 Moose, it comes with a full-fledged role implementation. However, if
682 C<Role::Tiny> provides some of the same features as Moose's role
720 comes with its own role implementation.
H A Dperlclass.pod330 Some syntax for declaring a role (likely a C<role> keyword), and for consuming
331 a role into a class (likely a C<:does()> attribute).
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-stp.c160 u_int8_t flags, role; in stp_print_cbpdu() local
175 role = STP_FLAGS_ROLE_DESG; in stp_print_cbpdu()
180 role = (flags & STP_FLAGS_ROLE) >> STP_FLAGS_ROLE_S; in stp_print_cbpdu()
185 switch (role) { in stp_print_cbpdu()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A 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.
/openbsd-src/regress/usr.sbin/bgpd/config/
H A Dbgpd.conf.16.in8 role peer
29 role peer
46 role peer
H A Dbgpd.conf.16.ok13 role peer
29 role peer
41 role peer
/openbsd-src/regress/usr.sbin/bgpd/unittests/
H A Drde_aspa_test.c52 enum role role; member
391 vstate_for_role(struct rde_aspa_state *vstate, enum role role) in vstate_for_role() argument
393 if (role != ROLE_CUSTOMER) { in vstate_for_role()
500 rv = vstate_for_role(&vstate, aspa_testset[i].role); in main()
507 aspa_testset[i].role, in main()
/openbsd-src/sys/dev/fdt/
H A Dfusbtc.c265 char *role; in fusbtc_attach() local
280 role = malloc(len, M_TEMP, M_WAITOK); in fusbtc_attach()
281 OF_getprop(child, "power-role", role, len); in fusbtc_attach()
282 if (!strcmp(role, "dual")) in fusbtc_attach()
284 if (!strcmp(role, "sink")) in fusbtc_attach()
286 if (!strcmp(role, "source")) in fusbtc_attach()
288 free(role, M_TEMP, len); in fusbtc_attach()
/openbsd-src/sys/dev/ic/
H A Daic7xxx.c163 role_t role);
737 if (devinfo.role == ROLE_INITIATOR) { in ahc_handle_seqint()
1677 u_int *period, u_int *ppr_options, role_t role) in ahc_devlimited_syncrate() argument
1706 if (role == ROLE_TARGET) in ahc_devlimited_syncrate()
1830 u_int *offset, int wide, role_t role) in ahc_validate_offset() argument
1847 if (role == ROLE_TARGET) in ahc_validate_offset()
1860 u_int *bus_width, role_t role) in ahc_validate_width() argument
1875 if (role == ROLE_TARGET) in ahc_validate_width()
2210 role_t role; in ahc_fetch_devinfo() local
2214 role in ahc_fetch_devinfo()
2258 ahc_compile_devinfo(struct ahc_devinfo * devinfo,u_int our_id,u_int target,u_int lun,char channel,role_t role) ahc_compile_devinfo() argument
2282 role_t role; ahc_scb_devinfo() local
5004 ahc_match_scb(struct ahc_softc * ahc,struct scb * scb,int target,char channel,int lun,u_int tag,role_t role) ahc_match_scb() argument
5118 ahc_search_qinfifo(struct ahc_softc * ahc,int target,char channel,int lun,u_int tag,role_t role,uint32_t status,ahc_search_action action) ahc_search_qinfifo() argument
5585 ahc_abort_scbs(struct ahc_softc * ahc,int target,char channel,int lun,u_int tag,role_t role,uint32_t status) ahc_abort_scbs() argument
[all...]
H A Daic79xx.h402 * As initialized by the host driver for the initiator role, this area
406 * For the target role, the contents of this area do not change, but
407 * still serve a different purpose than for the initiator role. See
757 * for each initiator<->target mapping. For the initiator role we pretend
759 * negotiation is the same regardless of role.
1300 role_t role; /*
1339 u_int tag, role_t role);
1403 role_t role, uint32_t status,
1410 role_t role, uint32_t status);
1426 role_t role);
1301 role_t role; /* global() member
[all...]
H A Daic7xxxvar.h1150 role_t role; /* member
1189 u_int tag, role_t role);
1245 role_t role);
1255 role_t role);
1259 role_t role);
H A Daic79xx.c156 role_t role);
222 role_t role, uint32_t status,
1248 if (devinfo.role == ROLE_INITIATOR) { in ahd_handle_seqint()
2862 u_int *period, u_int *ppr_options, role_t role) in ahd_devlimited_syncrate() argument
2885 if (role == ROLE_TARGET) in ahd_devlimited_syncrate()
2951 role_t role) in ahd_validate_offset() argument
2967 if (role == ROLE_TARGET) in ahd_validate_offset()
2980 u_int *bus_width, role_t role) in ahd_validate_width() argument
2995 if (role == ROLE_TARGET) in ahd_validate_width()
3464 role_t role; in ahd_fetch_devinfo() local
3521 ahd_compile_devinfo(struct ahd_devinfo * devinfo,u_int our_id,u_int target,u_int lun,char channel,role_t role) ahd_compile_devinfo() argument
3538 role_t role; ahd_scb_devinfo() local
6945 ahd_match_scb(struct ahd_softc * ahd,struct scb * scb,int target,char channel,int lun,u_int tag,role_t role) ahd_match_scb() argument
7097 ahd_search_qinfifo(struct ahd_softc * ahd,int target,char channel,int lun,u_int tag,role_t role,uint32_t status,ahd_search_action action) ahd_search_qinfifo() argument
7327 ahd_search_scb_list(struct ahd_softc * ahd,int target,char channel,int lun,u_int tag,role_t role,uint32_t status,ahd_search_action action,u_int * list_head,u_int * list_tail,u_int tid) ahd_search_scb_list() argument
7483 ahd_abort_scbs(struct ahd_softc * ahd,int target,char channel,int lun,u_int tag,role_t role,uint32_t status) ahd_abort_scbs() argument
[all...]
/openbsd-src/gnu/llvm/lld/docs/
H A Dwindows_support.rst9 .. role:: none
10 .. role:: partial
11 .. role:: good
/openbsd-src/usr.sbin/bgpd/
H A Drde_update.c124 * local role is peer, customer or rs-client. in up_enforce_open_policy()
126 if (peer->role == ROLE_PEER || peer->role == ROLE_CUSTOMER || in up_enforce_open_policy()
127 peer->role == ROLE_RS_CLIENT) in up_enforce_open_policy()
135 if (peer->role == ROLE_PEER || peer->role == ROLE_PROVIDER || in up_enforce_open_policy()
136 peer->role == ROLE_RS) in up_enforce_open_policy()
H A Dbgpd.h359 enum role {
485 enum role role;
1591 const char *log_policy(enum role);
1710 "role mismatch",
348 enum role { global() enum
469 enum role role; global() member
/openbsd-src/usr.sbin/nsd/
H A Dutil.h50 void log_set_process_role(const char* role);
52 #define log_set_process_role(role) /* empty */ argument
H A Dconfigparser.y36 static int parse_catalog_role(const char *str, int *role);
57 int role; member
68 %type <role> catalog_role
1311 parse_catalog_role(const char *str, int *role) in parse_catalog_role() argument
1314 *role = CATALOG_ROLE_CONSUMER; in parse_catalog_role()
1316 *role = CATALOG_ROLE_PRODUCER; in parse_catalog_role()
/openbsd-src/gnu/llvm/clang/docs/
H A DMSVCCompatibility.rst9 .. role:: none
10 .. role:: partial
11 .. role:: good
/openbsd-src/usr.sbin/bgpctl/
H A Doutput_json.c252 if (p->conf.ebgp && p->conf.role != ROLE_NONE) in json_neighbor_full()
253 json_do_string("role", log_policy(p->conf.role)); in json_neighbor_full()
301 if (p->conf.ebgp && p->conf.role != ROLE_NONE) { in json_neighbor_full()
305 log_policy(p->conf.role)); in json_neighbor_full()

123456