Searched refs:role (Results 51 - 75 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c3249 "DPP: Local policy does not allow Configurator role");
3258 "DPP: Local policy does not allow Enrollee role");
3273 "DPP: Local policy does not allow Configurator/Enrollee role");
3278 wpa_printf(MSG_DEBUG, "DPP: Unexpected role in I-capabilities");
3280 DPP_EVENT_FAIL "Invalid role in I-capabilities 0x%02x",
3616 u8 role = auth->r_capab & DPP_CAPAB_ROLE_MASK; local
3618 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) ||
3619 (!auth->configurator && role != DPP_CAPAB_CONFIGURATOR)) {
3621 DPP_EVENT_FAIL "Unexpected role in R-capabilities 0x%02x",
3622 role);
3652 u8 role; local
5407 struct json_token *id, *role; local
6311 struct json_token *id, *role; local
6346 struct json_token *id, *role; local
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_ccb.h603 PIM_NOINITIATOR = 0x20, /* Initiator role not supported. */
1072 u_int role; member in struct:ccb_sim_knob_settings_spi
1079 u_int role; member in struct:ccb_sim_knob_settings_fc
1085 u_int role; member in struct:ccb_sim_knob_settings_sas
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.c4048 p2p_dbg(p2p, "Inviting in active GO role - wait on operating channel");
5240 enum p2p_role_indication role = P2P_DEVICE_NOT_IN_GROUP; local
5255 role = P2P_GO_IN_A_GROUP;
5264 role = P2P_CLIENT_IN_A_GROUP;
5275 channel, role);
5322 enum p2p_role_indication role; local
5378 role = msg.oob_go_neg_channel[5];
5380 if (role == P2P_GO_IN_A_GROUP) {
5383 } else if (role == P2P_CLIENT_IN_A_GROUP) {
5391 if (!params->sel && role !
[all...]
/freebsd-11-stable/contrib/apr-util/redis/
H A Dapr_redis.c1532 /* Finally, the role */
1533 ptr = strstr(info, "role:");
1535 ret->role = APR_RS_SERVER_UNKNOWN;
1537 else if (!strncmp("master", ptr + sizeof("role:") - 1, sizeof("master")-1)) {
1538 ret->role = APR_RS_SERVER_MASTER;
1541 ret->role = APR_RS_SERVER_SLAVE;
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h251 bit8 role,
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_scsi.h272 extern ocs_io_t *ocs_scsi_io_alloc(ocs_node_t *node, ocs_scsi_io_role_e role);
H A Docs_els.c138 * @param role Role of ELS (originator/responder)
144 ocs_els_io_alloc(ocs_node_t *node, uint32_t reqlen, ocs_els_role_e role) argument
146 return ocs_els_io_alloc_size(node, reqlen, OCS_ELS_RSP_LEN, role);
159 * @param role Role of ELS (originator/responder)
165 ocs_els_io_alloc_size(ocs_node_t *node, uint32_t reqlen, uint32_t rsplen, ocs_els_role_e role) argument
194 switch (role) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h90 const u8 *dst, const char *role);
H A Dp2p_supplicant.c66 * role has been lost.
637 static u8 p2ps_group_capability(void *ctx, u8 incoming, u8 role, argument
650 wpa_printf(MSG_DEBUG, "P2P: Conncap - in:%d role:%d", incoming, role);
690 if (role == P2PS_SETUP_CLIENT ||
699 if (role == P2PS_SETUP_NONE || role == P2PS_SETUP_NEW) {
715 /* If a required role has been specified, handle it here */
716 if (role && role !
7062 enum p2p_invite_role role; local
7145 enum p2p_invite_role role; local
[all...]
H A Dctrl_iface.c1622 char *pos, *role, *type, *pos2; local
1635 role = cmd;
1636 pos = os_strchr(role, ' ');
1697 wpa_printf(MSG_DEBUG, "NFC: Connection handover reported - role=%s type=%s req_len=%d sel_len=%d",
1698 role, type, (int) wpabuf_len(req), (int) wpabuf_len(sel));
1700 if (os_strcmp(role, "INIT") == 0 && os_strcmp(type, "WPS") == 0) {
1703 } else if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0)
1710 } else if (os_strcmp(role, "INIT") == 0 && os_strcmp(type, "P2P") == 0)
1713 } else if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "P2P") == 0)
1720 "reported: role
5433 u8 role = P2PS_SETUP_NONE; local
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dnode.c310 (r.connections[n].role == NG_HCI_ROLE_MASTER)?
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c119 unit->role_switch = 1; /* Enable role switch (if device supports it) */
525 e2->role = c->role;
593 /* Get role switch */
606 /* Set role switch */
H A Dng_hci_evnt.c488 * on this connection (timeout) or as node act as slave role.
1079 /* XXX shoud we also change "role" for SCO connections? */
1082 con->role = ep->role;
1092 "%s: %s - failed to change role, status=%d, bdaddr=%x:%x:%x:%x:%x:%x\n",
H A Dng_hci_ulpi.c1015 * We are accepting connection, so if we support role
1016 * switch and role switch was enabled then set role to
1017 * NG_HCI_ROLE_MASTER and let LM peform role switch.
1019 * perform role switch.
1024 req->cp.acc.role = NG_HCI_ROLE_MASTER;
1026 req->cp.acc.role = NG_HCI_ROLE_SLAVE;
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c1616 /* Check whether we should change role. */
1619 ((ccb->knob.xport_specific.fc.role & KNOB_ROLE_TARGET) != 0)) != 0) {
1623 ccb->knob.xport_specific.fc.role |= KNOB_ROLE_TARGET;
1625 ccb->knob.xport_specific.fc.role &= ~KNOB_ROLE_TARGET;
1628 printf("%s: %s (path id %d) failed %s target role: %#x\n",
1632 printf("%s: %s (path id %d) target role %s succeeded\n",
/freebsd-11-stable/sys/net/
H A Dbridgestp.c1239 bstp_set_port_role(struct bstp_port *bp, int role) argument
1243 if (bp->bp_role == role)
1271 bp->bp_role = role;
1276 /* initialise the new role */
1281 DPRINTF("%s role -> ALT/BACK/DISABLED\n",
1292 DPRINTF("%s role -> ROOT\n",
1300 DPRINTF("%s role -> DESIGNATED\n",
1308 /* let the TC state know that the role changed */
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h580 bit8 role,
H A Dsaosapi.h725 bit32 role,
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_pci.c265 device_get_unit(mpt->dev), "role", &tval) == 0 && tval >= 0 &&
371 mpt->role = MPT_ROLE_NONE;
H A Dmpt.c2155 "role", CTLFLAG_RD, &mpt->role, 0,
2156 "HBA role");
2846 * Set our role with what this port supports.
2851 mpt->role = MPT_ROLE_NONE;
2853 mpt->role |= MPT_ROLE_INITIATOR;
2856 mpt->role |= MPT_ROLE_TARGET;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c2271 /* Verify correct role for this property */
2343 u8 role = wpas_get_p2p_role(wpa_s); local
2346 if (role == WPAS_P2P_ROLE_CLIENT) {
2368 u8 role = wpas_get_p2p_role(wpa_s); local
2370 if (role == WPAS_P2P_ROLE_CLIENT) {
2432 /* Verify correct role for this property */
/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h385 * PRLI word 3 parameters contains role as well as other things.
441 role : 2, member in struct:__anon4658
654 * For each channel, the outer layers should know what role that channel
682 * Counterintuitively, we prefer to default to role 'none'
875 * ... ISPCTL_CHANGE_ROLE, int channel, int role);
876 * Change role of specified channel
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestredis.c289 ABTS_ASSERT(tc, "role", stats->role >= 0);
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c4144 int role; local
4191 role = XmlTokenRole(&parser->m_prologState, tok, s, next, enc);
4192 switch (role) {
4272 if (parser->m_entityDeclHandler && role == XML_ROLE_ENTITY_PUBLIC_ID)
4421 prefix = (role == XML_ROLE_ATTRIBUTE_NOTATION_VALUE ? notationPrefix
4455 role == XML_ROLE_REQUIRED_ATTRIBUTE_VALUE);
4492 attVal, role == XML_ROLE_FIXED_ATTRIBUTE_VALUE);
4572 if (parser->m_entityDeclHandler && role == XML_ROLE_ENTITY_SYSTEM_ID)
4869 if ((role == XML_ROLE_PARAM_ENTITY_REF)
4881 = (role
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c379 char *pos, *role, *type, *pos2; local
381 role = cmd;
382 pos = os_strchr(role, ' ');
429 if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0) {
433 "reported: role=%s type=%s", role, type);

Completed in 690 milliseconds

1234