Searched refs:role (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/tests/
H A Dt_cltsrv-down.sh2 echo "${role}:${signal}" >&3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/tests/
H A Dt_cltsrv-down.sh2 echo "${role}:${signal}" >&3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/tests/
H A Dt_cltsrv-down.sh2 echo "${role}:${signal}" >&3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/selinux/
H A Druncon.c3 * ( [ -c ] [ -r role ] [-t type] [ -u user ] [ -l levelrange ] )
8 * -r role : use the current context with the specified role
20 * 2 - role:type
21 * 3 Y role:type:range
22 * 3 N user:role:type
23 * 4 Y user:role:type:range
37 static context_t runcon_compute_new_context(char *user, char *role, char *type, char *range, argument
67 if (role && context_role_set(con, role))
95 char *role = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/selinux/
H A Druncon.c3 * ( [ -c ] [ -r role ] [-t type] [ -u user ] [ -l levelrange ] )
8 * -r role : use the current context with the specified role
20 * 2 - role:type
21 * 3 Y role:type:range
22 * 3 N user:role:type
23 * 4 Y user:role:type:range
37 static context_t runcon_compute_new_context(char *user, char *role, char *type, char *range, argument
67 if (role && context_role_set(con, role))
95 char *role = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/selinux/
H A Druncon.c3 * ( [ -c ] [ -r role ] [-t type] [ -u user ] [ -l levelrange ] )
8 * -r role : use the current context with the specified role
20 * 2 - role:type
21 * 3 Y role:type:range
22 * 3 N user:role:type
23 * 4 Y user:role:type:range
37 static context_t runcon_compute_new_context(char *user, char *role, char *type, char *range, argument
67 if (role && context_role_set(con, role))
95 char *role = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxlink.c124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxlink.c124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxlink.c124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kvm/
H A Dmmutrace.h12 __field(__u32, role) \
18 __entry->role = sp->role.word; \
27 union kvm_mmu_page_role role; \
29 role.word = __entry->role; \
33 __entry->gfn, role.level, \
34 role.cr4_pae ? " pae" : "", \
35 role.quadrant, \
36 role
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmutrace.h12 __field(__u32, role) \
18 __entry->role = sp->role.word; \
27 union kvm_mmu_page_role role; \
29 role.word = __entry->role; \
33 __entry->gfn, role.level, \
34 role.cr4_pae ? " pae" : "", \
35 role.quadrant, \
36 role
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dselinux_common.c13 char *user, char *role, char *type, char *range)
25 if (role && context_role_set(con, role))
12 set_security_context_component(security_context_t cur_context, char *user, char *role, char *type, char *range) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dselinux_common.c13 char *user, char *role, char *type, char *range)
25 if (role && context_role_set(con, role))
12 set_security_context_component(security_context_t cur_context, char *user, char *role, char *type, char *range) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dselinux_common.c13 char *user, char *role, char *type, char *range)
25 if (role && context_role_set(con, role))
12 set_security_context_component(security_context_t cur_context, char *user, char *role, char *type, char *range) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/setup/tests/
H A Dblackbox_provision.sh16 testit "simple-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/simple-dc
17 testit "simple-member" $PYTHON ./setup/provision --server-role="member" --domain=FOO --realm=foo.example.com --targetdir=$PREFIX/simple-member
18 testit "simple-standalone" $PYTHON ./setup/provision --server-role="standalone" --domain=FOO --realm=foo.example.com --targetdir=$PREFIX/simple-standalone
19 testit "blank-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/blank-dc --blank
20 testit "partitions-only-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/partitions-only-dc --partitions-only
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/setup/tests/
H A Dblackbox_provision.sh16 testit "simple-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/simple-dc
17 testit "simple-member" $PYTHON ./setup/provision --server-role="member" --domain=FOO --realm=foo.example.com --targetdir=$PREFIX/simple-member
18 testit "simple-standalone" $PYTHON ./setup/provision --server-role="standalone" --domain=FOO --realm=foo.example.com --targetdir=$PREFIX/simple-standalone
19 testit "blank-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/blank-dc --blank
20 testit "partitions-only-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/partitions-only-dc --partitions-only
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/setup/tests/
H A Dblackbox_provision.sh16 testit "simple-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/simple-dc
17 testit "simple-member" $PYTHON ./setup/provision --server-role="member" --domain=FOO --realm=foo.example.com --targetdir=$PREFIX/simple-member
18 testit "simple-standalone" $PYTHON ./setup/provision --server-role="standalone" --domain=FOO --realm=foo.example.com --targetdir=$PREFIX/simple-standalone
19 testit "blank-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/blank-dc --blank
20 testit "partitions-only-dc" $PYTHON ./setup/provision --server-role="dc" --domain=FOO --realm=foo.example.com --domain-sid=S-1-5-21-4177067393-1453636373-93818738 --targetdir=$PREFIX/partitions-only-dc --partitions-only
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dmmd.c105 * achieved by checking the "bottom" or "role" fields of these structures. Since these fields are restricted
110 *1a: The role-field of the actor structure has a known non-zero, not "byte symmetric" value (namely
113 *2a: Since the role-field of the supplier structure is 0x0000, the test as used for the actor does not work
190 act_endian = actp->role == COMP_ROLE_ACT; //true if native endian /* 1a */
198 MMDASSERT( actp->role == COMP_ROLE_ACT, actp->role )
201 MMDASSERT( actp->role == CNV_END_SHORT(COMP_ROLE_ACT), actp->role )
205 MMDASSERT( supp->role == COMP_ROLE_SUPL, supp->role )
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlags49_h2/
H A Dmmd.c105 * achieved by checking the "bottom" or "role" fields of these structures. Since these fields are restricted
110 *1a: The role-field of the actor structure has a known non-zero, not "byte symmetric" value (namely
113 *2a: Since the role-field of the supplier structure is 0x0000, the test as used for the actor does not work
190 act_endian = actp->role == COMP_ROLE_ACT; //true if native endian /* 1a */
198 MMDASSERT( actp->role == COMP_ROLE_ACT, actp->role )
201 MMDASSERT( actp->role == CNV_END_SHORT(COMP_ROLE_ACT), actp->role )
205 MMDASSERT( supp->role == COMP_ROLE_SUPL, supp->role )
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h32 QVariant data(const QModelIndex &index, int role) const;
34 int role = Qt::DisplayRole) const;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h32 QVariant data(const QModelIndex &index, int role) const;
34 int role = Qt::DisplayRole) const;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h32 QVariant data(const QModelIndex &index, int role) const;
34 int role = Qt::DisplayRole) const;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h32 QVariant data(const QModelIndex &index, int role) const;
34 int role = Qt::DisplayRole) const;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/security/secfrw/include/
H A Dcfg.h109 btaparent_create_child(struct cfg_ctx * ctx, uint8 bssidx, uint8 role);
112 btaparent_destroy_child(struct cfg_ctx * ctx, uint8 bssidx, uint8 role);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h32 QVariant data(const QModelIndex &index, int role) const;
34 int role = Qt::DisplayRole) const;

Completed in 228 milliseconds

1234567891011>>