Searched refs:roles (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxlink.in.h94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxlink.h94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxlink.in.h94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_fc.h129 * for reporting (e.g. report roles). If you alter this list,
149 u32 roles; member in struct:fc_rport_identifiers
197 u32 roles; member in struct:fc_rport
515 if (rport->roles & FC_RPORT_ROLE_FCP_TARGET)
559 void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_fc.c234 * Define roles that are specific to port_id. Values are relative to ROLE_MASK.
784 /* identify any roles that are port_id specific */
803 if (rport->roles == FC_RPORT_ROLE_UNKNOWN)
805 return get_fc_remote_port_roles_names(rport->roles, buf);
808 static FC_CLASS_DEVICE_ATTR(rport, roles, S_IRUGO,
1538 SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(roles);
1798 * roles for the remote port.
1831 rport->roles = ids->roles;
1847 if (rport->roles
2238 fc_remote_port_rolechg(struct fc_rport *rport, u32 roles) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dpolicydb.h37 * users, roles, types, sensitivities, categories, etc.
64 struct ebitmap dominates; /* set of roles dominated by this role */
90 struct ebitmap roles; /* set of authorized roles for user */ member in struct:user_datum
H A Dpolicydb.c39 "roles",
394 printk(KERN_DEBUG "security: %d users, %d roles, %d types, %d bools",
539 ebitmap_destroy(&usrdatum->roles);
745 if (!ebitmap_get_bit(&usrdatum->roles,
1294 rc = ebitmap_read(&usrdatum->roles, fp);
H A Dservices.c1622 ebitmap_for_each_bit(&user->roles, rnode, i) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptfc.c416 rid->roles = FC_RPORT_ROLE_UNKNOWN;
430 u32 roles = FC_RPORT_ROLE_UNKNOWN; local
435 roles |= FC_RPORT_ROLE_FCP_TARGET;
437 roles |= FC_RPORT_ROLE_FCP_INITIATOR;
480 fc_remote_port_rolechg(rport,roles);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c496 u32 roles; local
515 roles = FC_RPORT_ROLE_UNKNOWN;
517 roles |= FC_RPORT_ROLE_FCP_INITIATOR;
519 roles |= FC_RPORT_ROLE_FCP_TARGET;
520 fc_remote_port_rolechg(rport, roles);
H A Dlpfc_hbadisc.c70 if (rport->roles & FC_RPORT_ROLE_FCP_TARGET)
105 if (rport->roles & FC_RPORT_ROLE_FCP_TARGET)
1118 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
1145 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
1147 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
1150 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
1151 fc_remote_port_rolechg(rport, rport_ids.roles);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c2156 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
2170 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
2172 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
2174 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
2175 fc_remote_port_rolechg(rport, rport_ids.roles);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_erp.c3151 ids.roles = FC_RPORT_ROLE_FCP_TARGET;

Completed in 224 milliseconds