Searched refs:role (Results 26 - 50 of 53) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci_core.h320 int hci_conn_switch_role(struct hci_conn *conn, uint8_t role);
550 void (*role_switch_cfm) (struct hci_conn *conn, __u8 status, __u8 role);
596 static inline void hci_role_switch_cfm(struct hci_conn *conn, __u8 status, __u8 role) argument
604 cb->role_switch_cfm(conn, status, role);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c574 s->role = req->role;
647 ci->role = s->role;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_conn.c393 /* Switch role */
394 int hci_conn_switch_role(struct hci_conn *conn, uint8_t role) argument
398 if (!role && conn->link_mode & HCI_LM_MASTER)
404 cp.role = role;
H A Dhci_event.c112 if (rd->role)
731 cp.role = 0x00; /* Become master */
733 cp.role = 0x01; /* Remain slave */
911 if (ev->role)
919 hci_role_switch_cfm(conn, ev->status, ev->role);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/web/
H A Dswat.c640 int role = 0; local
736 role = lp_server_role();
756 printf("<td><input type=radio name=\"ServerType\" value=\"0\" %s> %s&nbsp;</td>", ((role == ROLE_STANDALONE) ? "checked" : ""), _("Stand Alone"));
757 printf("<td><input type=radio name=\"ServerType\" value=\"1\" %s> %s&nbsp;</td>", ((role == ROLE_DOMAIN_MEMBER) ? "checked" : ""), _("Domain Member"));
758 printf("<td><input type=radio name=\"ServerType\" value=\"2\" %s> %s&nbsp;</td>", ((role == ROLE_DOMAIN_PDC) ? "checked" : ""), _("Domain Controller"));
760 if (role == ROLE_DOMAIN_BDC) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c127 role_t role);
198 role_t role, uint32_t status,
242 role_t role, uint32_t status);
267 u_int tag, role_t role);
1333 if (devinfo.role == ROLE_INITIATOR) {
2903 u_int *period, u_int *ppr_options, role_t role)
2926 if (role == ROLE_TARGET)
2992 role_t role)
3008 if (role == ROLE_TARGET)
3021 u_int *bus_width, role_t role)
2901 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2989 ahd_validate_offset(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int period, u_int *offset, int wide, role_t role) argument
3020 ahd_validate_width(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
3511 role_t role; local
3567 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
3585 role_t role; local
7203 ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) argument
7357 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) argument
7587 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) argument
7742 ahd_abort_scbs(struct ahd_softc *ahd, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
[all...]
H A Daic79xx.h377 * As initialized by the host driver for the initiator role, this area
381 * For the target role, the contents of this area do not change, but
382 * still serve a different purpose than for the initiator role. See
763 * for each initiator<->target mapping. For the initiator role we pretend
765 * negotiation is the same regardless of role.
1291 role_t role; /* member in struct:ahd_devinfo
1381 role_t role, uint32_t status,
1393 role_t role);
H A Daic79xx_osm.h844 role_t role, uint32_t status);
H A Daic7xxx_osm.h812 role_t role, uint32_t status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dbcmevent.h190 #define WLC_E_AWDL_ROLE 97 /* AWDL Master/Slave/NE master role event */
213 #define WLC_E_AWDL_SYNC_STATE_CHANGED 116 /* AWDL sync role changed */
342 uint8 role; /* see I/F role */ member in struct:wl_event_data_if
348 #define WLC_E_IF_CHANGE 3 /* bsscfg role change */
350 /* I/F role code in WLC_E_IF event */
434 uint8 aw_role; /* AW role */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dbcmevent.h190 #define WLC_E_AWDL_ROLE 97 /* AWDL Master/Slave/NE master role event */
213 #define WLC_E_AWDL_SYNC_STATE_CHANGED 116 /* AWDL sync role changed */
341 uint8 role; /* see I/F role */ member in struct:wl_event_data_if
347 #define WLC_E_IF_CHANGE 3 /* bsscfg role change */
349 /* I/F role code in WLC_E_IF event */
433 uint8 aw_role; /* AW role */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_method.c328 u_int32_t oldvers, pending_event, repflags, role; local
343 switch (role = LF_ISSET(DB_REP_CLIENT | DB_REP_MASTER)) {
397 role_chg = (!F_ISSET(rep, REP_F_MASTER) && role == DB_REP_MASTER) ||
398 (!F_ISSET(rep, REP_F_CLIENT) && role == DB_REP_CLIENT);
413 if (role == DB_REP_MASTER) {
430 * the change in role.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp_sign.c334 switch (ntlmssp_state->role) {
348 send_sign_const = "unknown role";
349 send_seal_const = "unknown role";
350 recv_sign_const = "unknown role";
351 recv_seal_const = "unknown role";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_common.h209 u16 role; member in struct:hfa384x_sup_range
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c78 if (phy->sas_phy.role & PHY_ROLE_INITIATOR)
80 if (phy->sas_phy.role & PHY_ROLE_TARGET)
97 sas_phy->role = PHY_ROLE_INITIATOR;
H A Daic94xx_scb.c788 if (phy->sas_phy.role == PHY_ROLE_INITIATOR)
790 else if (phy->sas_phy.role == PHY_ROLE_TARGET)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dpaging_tmpl.h357 __FUNCTION__, gfn, page->role.word);
H A Dkvm.h139 union kvm_mmu_page_role role; member in struct:kvm_mmu_page
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h288 enum sas_phy_role role; member in struct:asd_sas_phy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dmls.c207 if (c->role == OBJECT_R_VAL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dnvparse.c1154 * wl_wds<N>=mac,role,crypto,auth,ssid,passphrase
1157 get_wds_wsec(int unit, int which, char *mac, char *role, argument
1171 /* separate role */
1172 strcpy(role, strsep(&next, ","));
1210 set_wds_wsec(int unit, int which, char *mac, char *role, argument
1217 mac, role, crypto, auth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c3689 int role; local
3732 role = XmlTokenRole(&prologState, tok, s, next, enc);
3733 switch (role) {
3956 prefix = (role == XML_ROLE_ATTRIBUTE_NOTATION_VALUE
3989 0, role == XML_ROLE_REQUIRED_ATTRIBUTE_VALUE);
4027 role == XML_ROLE_FIXED_ATTRIBUTE_VALUE);
4397 if ((role == XML_ROLE_PARAM_ENTITY_REF) && skippedEntityHandler) {
4408 (role == XML_ROLE_PARAM_ENTITY_REF ? XML_TRUE : XML_FALSE);
4470 content->type = ((role == XML_ROLE_CONTENT_ANY) ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospfd.c1100 int role)
1108 area->NSSATranslator = role;
1093 ospf_area_nssa_translator_role_set(struct ospf *ospf, struct in_addr area_id, int role) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h784 char *user, char *role, char *type, char *range);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c1221 int role; local
1222 role = le16_to_cpu(sb->dev_roles[rdev->desc_nr]);
1223 switch(role) {
1235 rdev->raid_disk = role;

Completed in 564 milliseconds

123