Home
last modified time | relevance | path

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

123

/dragonfly/usr.sbin/installer/dfuife_curses/
H A Dcurses_util.c105 curses_colors_cfg(int role, int fg, int bg, int bold) in curses_colors_cfg() argument
111 colors_tab[role].pair_no = pair_no; in curses_colors_cfg()
112 colors_tab[role].bold = bold; in curses_colors_cfg()
114 colors_tab[role].pair_no = 0; in curses_colors_cfg()
115 colors_tab[role].bold = bold; in curses_colors_cfg()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c25 int role; /* 0 - not set, 1 - enrollee, 2 - registrar */ member
52 params->role = 1; in wpas_dbus_handler_wps_role()
54 params->role = 2; in wpas_dbus_handler_wps_role()
268 if (params.role == 0) { in wpas_dbus_handler_wps_start()
272 } else if (params.role == 2) { in wpas_dbus_handler_wps_start()
302 (params.role == 1 ? "enrollee" : "registrar"), in wpas_dbus_handler_wps_start()
H A Ddbus_new.h200 const char *role);
420 const char *role) in wpas_dbus_signal_p2p_group_removed() argument
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dp2p_supplicant_sd.c482 u8 role; in wpas_sd_req_wfd() local
504 role = *pos++; in wpas_sd_req_wfd()
505 wpa_printf(MSG_DEBUG, "P2P: WSD for device role 0x%x", role); in wpas_sd_req_wfd()
1033 static void wfd_add_sd_req_role(struct wpabuf *tlvs, u8 id, u8 role, in wfd_add_sd_req_role() argument
1045 wpabuf_put_u8(tlvs, role); in wfd_add_sd_req_role()
1067 const u8 *dst, const char *role) in wpas_p2p_sd_request_wifi_display() argument
1074 subelems = os_strchr(role, ' '); in wpas_p2p_sd_request_wifi_display()
1083 if (os_strstr(role, "[source]")) in wpas_p2p_sd_request_wifi_display()
1085 if (os_strstr(role, "[pri-sink]")) in wpas_p2p_sd_request_wifi_display()
1087 if (os_strstr(role, "[sec-sink]")) in wpas_p2p_sd_request_wifi_display()
[all …]
H A DREADME-P2P208 The remaining parameters hold same role as in legacy P2P. In case of P2PS
219 <adv_mac=peer MAC address> [role=2|4|1] <session=session id>
233 role - Optional
235 if not present (or 1) role is negotiated by the two peers.
245 <adv_mac=local MAC address> <role=1|2|4> <status=0>
258 role - Optional 2 (group client only) or 4 (group owner only)
259 if not present (or 1) role is negotiated by the two peers.
325 1 == auto-accept ANY role, 2 == auto-accept CLIENT role,
326 4 == auto-accept GO role)
768 Show status information (connection state, role, use encryption
[all …]
H A Dnotify.c624 const char *role) in wpas_notify_p2p_group_removed() argument
626 wpas_dbus_signal_p2p_group_removed(wpa_s, role); in wpas_notify_p2p_group_removed()
H A Dnotify.h102 const char *role);
H A Dp2p_supplicant.c690 if (role == P2PS_SETUP_CLIENT || in p2ps_group_capability()
699 if (role == P2PS_SETUP_NONE || role == P2PS_SETUP_NEW) { in p2ps_group_capability()
716 if (role && role != P2PS_SETUP_NEW) { in p2ps_group_capability()
732 conncap = role; in p2ps_group_capability()
747 if (incoming != role) { in p2ps_group_capability()
7062 enum p2p_invite_role role; in wpas_p2p_invite() local
7082 role = P2P_INVITE_ROLE_GO; in wpas_p2p_invite()
7102 role = P2P_INVITE_ROLE_CLIENT; in wpas_p2p_invite()
7109 role == P2P_INVITE_ROLE_GO, in wpas_p2p_invite()
7145 enum p2p_invite_role role; in wpas_p2p_invite_group() local
[all …]
/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p_invitation.c648 int p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role, in p2p_invite() argument
657 MAC2STR(peer), role, persistent_group, force_freq); in p2p_invite()
674 p2p->retry_invite_req = role == P2P_INVITE_ROLE_GO && in p2p_invite()
687 role != P2P_INVITE_ROLE_CLIENT) < 0) in p2p_invite()
690 if (persistent_group && role == P2P_INVITE_ROLE_CLIENT && !force_freq && in p2p_invite()
711 p2p->inv_role = role; in p2p_invite()
H A Dp2p_build.c372 enum p2p_role_indication role) in p2p_buf_add_oob_go_neg_channel() argument
380 wpabuf_put_u8(buf, (u8) role); /* Role indication */ in p2p_buf_add_oob_go_neg_channel()
383 oper_class, channel, role); in p2p_buf_add_oob_go_neg_channel()
H A Dp2p.h206 u8 role; member
1110 u8 (*p2ps_group_capability)(void *ctx, u8 incoming, u8 role,
1451 int p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role,
H A Dp2p.c5255 role = P2P_GO_IN_A_GROUP; in p2p_build_nfc_handover()
5264 role = P2P_CLIENT_IN_A_GROUP; in p2p_build_nfc_handover()
5275 channel, role); in p2p_build_nfc_handover()
5322 enum p2p_role_indication role; in p2p_process_nfc_connection_handover() local
5378 role = msg.oob_go_neg_channel[5]; in p2p_process_nfc_connection_handover()
5380 if (role == P2P_GO_IN_A_GROUP) { in p2p_process_nfc_connection_handover()
5383 } else if (role == P2P_CLIENT_IN_A_GROUP) { in p2p_process_nfc_connection_handover()
5391 if (!params->sel && role != P2P_GO_IN_A_GROUP) { in p2p_process_nfc_connection_handover()
5423 if (role == P2P_GO_IN_A_GROUP && p2p->num_groups > 0) in p2p_process_nfc_connection_handover()
5425 else if (role == P2P_GO_IN_A_GROUP) in p2p_process_nfc_connection_handover()
[all …]
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c153 if (fcp->role & ISP_ROLE_INITIATOR) { in isp_attach_chan()
383 *(int *)addr = FCPARAM(isp, chan)->role; in ispioctl()
385 *(int *)addr = SDPARAM(isp, chan)->role; in ispioctl()
413 *(int *)addr = FCPARAM(isp, chan)->role; in ispioctl()
419 FCPARAM(isp, chan)->role = nr; in ispioctl()
423 SDPARAM(isp, chan)->role = nr; in ispioctl()
485 ifc->role = lp->roles; in ispioctl()
4775 if (fcp->role != ISP_ROLE_NONE) { in isp_action()
4781 if (fcp->role != ISP_ROLE_TARGET) { in isp_action()
4794 if (fcp->role != ISP_ROLE_BOTH) { in isp_action()
[all …]
H A Disp_ioctl.h118 role : 2, member
H A Disp.c1502 if (fcp->role == ISP_ROLE_NONE) { in isp_fibre_init()
1542 if (fcp->role & ISP_ROLE_TARGET) { in isp_fibre_init()
1658 if (fcp->role & ISP_ROLE_TARGET) { in isp_fibre_init()
1759 if (fcp->role != ISP_ROLE_NONE) { in isp_fibre_init_2400()
1786 if (fcp->role & ISP_ROLE_TARGET) { in isp_fibre_init_2400()
1988 if (fcp2->role != ISP_ROLE_NONE) { in isp_fibre_init_2400()
5706 if (fcp->role == ISP_ROLE_NONE) { in isp_parse_async_fc()
5759 if (fcp->role == ISP_ROLE_NONE) { in isp_parse_async_fc()
5785 if (fcp->role == ISP_ROLE_NONE) { in isp_parse_async_fc()
5810 if (fcp->role == ISP_ROLE_NONE) { in isp_parse_async_fc()
[all …]
H A Dispvar.h160 role : 2,
440 role : 2, member
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c195 int role; in mpt_cam_probe() local
203 role = mpt->cfg_role; in mpt_cam_probe()
205 role = mpt->role; in mpt_cam_probe()
509 int role; in mpt_set_initial_config_fc() local
530 role = 0; in mpt_set_initial_config_fc()
534 role |= MPT_ROLE_INITIATOR; in mpt_set_initial_config_fc()
537 role |= MPT_ROLE_TARGET; in mpt_set_initial_config_fc()
543 role = mpt->cfg_role; in mpt_set_initial_config_fc()
548 if (role != mpt->cfg_role) { in mpt_set_initial_config_fc()
573 mpt->role = mpt->cfg_role; in mpt_set_initial_config_fc()
[all …]
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_hci.h569 u_int8_t role; /* MASTER/SLAVE */ member
672 u_int8_t role; /* connection role */ member
851 u_int8_t role; /* role for the connection handle */ member
857 u_int8_t role; /* new local role */ member
1567 u_int8_t role; /* new connection role */ member
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c3622 role); in dpp_auth_resp_rx_status()
3652 u8 role; in dpp_auth_resp_rx() local
3871 (role == DPP_CAPAB_CONFIGURATOR || role == DPP_CAPAB_ENROLLEE)) { in dpp_auth_resp_rx()
3882 role); in dpp_auth_resp_rx()
5407 struct json_token *id, *role; in dpp_parse_connector() local
5416 if (!role || role->type != JSON_STRING) { in dpp_parse_connector()
6311 struct json_token *id, *role; in dpp_connector_compatible_group() local
6318 if (!role || role->type != JSON_STRING) in dpp_connector_compatible_group()
6346 struct json_token *id, *role; in dpp_connector_match_groups() local
6356 if (!role || role->type != JSON_STRING) { in dpp_connector_match_groups()
[all …]
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_cmds.c510 con->role = rp->role; in process_link_policy_params()
H A Dng_hci_var.h186 u_int8_t role; /* MASTER/SLAVE */ member
H A Dng_hci_main.c530 e2->role = c->role; in ng_hci_default_rcvmsg()
/dragonfly/sys/netbt/
H A Dhci.h533 uint8_t role; /* connection role */ member
894 uint8_t role; /* role for the connection handle */ member
901 uint8_t role; /* new local role */ member
1983 uint8_t role; /* new connection role */ member
H A Dhci_event.c675 ap.role = HCI_ROLE_MASTER; in hci_event_con_req()
677 ap.role = HCI_ROLE_SLAVE; in hci_event_con_req()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dbugreport.texi11 Your bug reports play an essential role in making GCC reliable.

123