Home
last modified time | relevance | path

Searched refs:op_code (Results 1 – 25 of 28) sorted by relevance

12

/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c368 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
371 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
374 op_code, data->in_op_code); in eap_wsc_process_cont()
395 u8 id, u8 flags, u8 op_code, in eap_wsc_process_fragment() argument
416 data->in_op_code = op_code; in eap_wsc_process_fragment()
435 u8 op_code, flags, id; in eap_wsc_process() local
453 op_code = *pos++; in eap_wsc_process()
474 op_code, flags, message_length); in eap_wsc_process()
477 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
479 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen) in eap_pax_alloc_resp() argument
105 pax->op_code = op_code; in eap_pax_alloc_resp()
357 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process()
419 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process()
442 switch (req->op_code) { in eap_pax_process()
451 "op_code %d", req->op_code); in eap_pax_process()
H A Deap_mschapv2.c32 u8 op_code; /* MSCHAPV2_OP_* */ member
172 ms->op_code = MSCHAPV2_OP_RESPONSE; in eap_mschapv2_challenge_reply()
546 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; in eap_mschapv2_change_password()
817 switch (ms->op_code) { in eap_mschapv2_process()
828 ms->op_code); in eap_mschapv2_process()
/dflybsd-src/contrib/wpa_supplicant/src/eap_server/
H A Deap_server_wsc.c291 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
294 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
297 op_code, data->in_op_code); in eap_wsc_process_cont()
318 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() argument
336 data->in_op_code = op_code; in eap_wsc_process_fragment()
354 u8 op_code, flags; in eap_wsc_process() local
373 op_code = *pos++; in eap_wsc_process()
392 op_code, flags, message_length); in eap_wsc_process()
395 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
397 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
H A Deap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member
123 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge()
161 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req()
204 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req()
255 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check()
257 "ignore op %d", resp->op_code); in eap_mschapv2_check()
262 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check()
263 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
265 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check()
270 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
[all …]
H A Deap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1()
144 pax->op_code = EAP_PAX_OP_STD_3; in eap_pax_build_std_3()
219 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, in eap_pax_check()
225 resp->op_code != EAP_PAX_OP_STD_2) { in eap_pax_check()
227 "ignore op %d", resp->op_code); in eap_pax_check()
232 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
234 "ignore op %d", resp->op_code); in eap_pax_check()
238 if (resp->op_code != EAP_PAX_OP_STD_2 && in eap_pax_check()
239 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
241 resp->op_code); in eap_pax_check()
[all …]
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_cd.h62 u_int8_t op_code; member
73 u_int8_t op_code; member
87 u_int8_t op_code; member
100 u_int8_t op_code; member
110 u_int8_t op_code; member
120 u_int8_t op_code; member
130 u_int8_t op_code; member
140 u_int8_t op_code; member
153 u_int8_t op_code; member
163 u_int8_t op_code; member
H A Dscsi_cd.c3314 scsi_cmd->op_code = READ_TOC; in cdreadtoc()
3354 scsi_cmd->op_code = READ_SUBCHANNEL; in cdreadsubchannel()
3592 scsi_cmd->op_code = PLAY_10; in cdplay()
3601 scsi_cmd->op_code = PLAY_12; in cdplay()
3654 scsi_cmd->op_code = PLAY_MSF; in cdplaymsf()
3700 scsi_cmd->op_code = PLAY_TRACK; in cdplaytracks()
3742 scsi_cmd->op_code = PAUSE; in cdpause()
/dflybsd-src/contrib/wpa_supplicant/src/wps/
H A Dwps_enrollee.c453 enum wsc_op_code *op_code) in wps_enrollee_get_msg() argument
460 *op_code = WSC_MSG; in wps_enrollee_get_msg()
464 *op_code = WSC_MSG; in wps_enrollee_get_msg()
468 *op_code = WSC_MSG; in wps_enrollee_get_msg()
472 *op_code = WSC_MSG; in wps_enrollee_get_msg()
477 *op_code = WSC_NACK; in wps_enrollee_get_msg()
481 *op_code = WSC_ACK; in wps_enrollee_get_msg()
489 *op_code = WSC_NACK; in wps_enrollee_get_msg()
493 *op_code = WSC_Done; in wps_enrollee_get_msg()
502 if (*op_code == WSC_MSG && msg) { in wps_enrollee_get_msg()
[all …]
H A Dwps_i.h197 enum wsc_op_code *op_code);
199 enum wsc_op_code op_code,
204 enum wsc_op_code *op_code);
206 enum wsc_op_code op_code,
H A Dwps.c202 enum wsc_op_code op_code, in wps_process_msg() argument
206 return wps_registrar_process_msg(wps, op_code, msg); in wps_process_msg()
208 return wps_enrollee_process_msg(wps, op_code, msg); in wps_process_msg()
221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() argument
224 return wps_registrar_get_msg(wps, op_code); in wps_get_msg()
226 return wps_enrollee_get_msg(wps, op_code); in wps_get_msg()
H A Dwps_er.c1010 enum wsc_op_code op_code) in wps_er_sta_process() argument
1014 res = wps_process_msg(sta->wps, op_code, msg); in wps_er_sta_process()
1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process()
1092 enum wsc_op_code op_code = WSC_MSG; in wps_er_process_wlanevent_eap() local
1096 op_code = WSC_ACK; in wps_er_process_wlanevent_eap()
1099 op_code = WSC_NACK; in wps_er_process_wlanevent_eap()
1102 op_code = WSC_Done; in wps_er_process_wlanevent_eap()
1106 wps_er_sta_process(sta, msg, op_code); in wps_er_process_wlanevent_eap()
1746 enum wsc_op_code op_code; in wps_er_ap_process() local
1748 op_code = WSC_MSG; in wps_er_ap_process()
[all …]
H A Dwps_registrar.c2111 enum wsc_op_code *op_code) in wps_registrar_get_msg() argument
2136 *op_code = WSC_ACK; in wps_registrar_get_msg()
2139 *op_code = WSC_NACK; in wps_registrar_get_msg()
2142 *op_code = WSC_MSG; in wps_registrar_get_msg()
2164 *op_code = WSC_MSG; in wps_registrar_get_msg()
2168 *op_code = WSC_MSG; in wps_registrar_get_msg()
2172 *op_code = WSC_MSG; in wps_registrar_get_msg()
2176 *op_code = WSC_MSG; in wps_registrar_get_msg()
2180 *op_code = WSC_MSG; in wps_registrar_get_msg()
2184 *op_code = WSC_ACK; in wps_registrar_get_msg()
[all …]
H A Dwps_upnp_web.c457 enum wsc_op_code op_code; in web_process_get_device_info() local
458 *reply = wps_get_msg(peer->wps, &op_code); in web_process_get_device_info()
496 enum wsc_op_code op_code; in web_process_put_message() local
563 *reply = wps_get_msg(peer->wps, &op_code); in web_process_put_message()
H A Dwps.h229 enum wsc_op_code op_code,
232 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-address.c547 enum tree_code op_code; in most_expensive_mult_to_index() local
579 op_code = PLUS_EXPR; in most_expensive_mult_to_index()
581 op_code = MINUS_EXPR; in most_expensive_mult_to_index()
591 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt); in most_expensive_mult_to_index()
592 else if (op_code == PLUS_EXPR) in most_expensive_mult_to_index()
H A Dfold-const.c5505 enum tree_code op_code; in optimize_minmax_comparison() local
5513 op_code = TREE_CODE (arg0); in optimize_minmax_comparison()
5521 if ((op_code != MIN_EXPR && op_code != MAX_EXPR) in optimize_minmax_comparison()
5553 if (op_code == MAX_EXPR && consts_equal) in optimize_minmax_comparison()
5557 else if (op_code == MAX_EXPR && consts_lt) in optimize_minmax_comparison()
5561 else if (op_code == MAX_EXPR) in optimize_minmax_comparison()
5578 if (op_code == MAX_EXPR && (consts_equal || consts_lt)) in optimize_minmax_comparison()
5583 else if (op_code == MAX_EXPR) in optimize_minmax_comparison()
5587 else if (op_code == MIN_EXPR && (consts_equal || consts_lt)) in optimize_minmax_comparison()
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Ddwarf.c428 unsigned char op_code; in process_extended_line_op() local
445 op_code = *data++; in process_extended_line_op()
447 printf (_(" Extended opcode %d: "), op_code); in process_extended_line_op()
449 switch (op_code) in process_extended_line_op()
578 if (op_code >= DW_LNE_lo_user in process_extended_line_op()
2998 unsigned char op_code; in display_debug_lines_raw() local
3005 op_code = *data++; in display_debug_lines_raw()
3007 if (op_code >= linfo.li_opcode_base) in display_debug_lines_raw()
3009 op_code -= linfo.li_opcode_base; in display_debug_lines_raw()
3010 uladv = (op_code / linfo.li_line_range); in display_debug_lines_raw()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-address.c615 enum tree_code op_code; in most_expensive_mult_to_index() local
647 op_code = PLUS_EXPR; in most_expensive_mult_to_index()
649 op_code = MINUS_EXPR; in most_expensive_mult_to_index()
659 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt); in most_expensive_mult_to_index()
660 else if (op_code == PLUS_EXPR) in most_expensive_mult_to_index()
H A Dsimplify-rtx.c5565 rtx_code op_code = GET_CODE (on_nonzero); in simplify_cond_clz_ctz() local
5566 if ((op_code != CLZ && op_code != CTZ) in simplify_cond_clz_ctz()
5574 if (((op_code == CLZ && CLZ_DEFINED_VALUE_AT_ZERO (mode, op_val)) in simplify_cond_clz_ctz()
5575 || (op_code == CTZ && CTZ_DEFINED_VALUE_AT_ZERO (mode, op_val))) in simplify_cond_clz_ctz()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Ddwarf.c499 unsigned char op_code; in process_extended_line_op() local
514 op_code = *data++; in process_extended_line_op()
516 printf (_(" Extended opcode %d: "), op_code); in process_extended_line_op()
518 switch (op_code) in process_extended_line_op()
645 if (op_code >= DW_LNE_lo_user in process_extended_line_op()
4037 unsigned char op_code; in display_debug_lines_raw() local
4043 op_code = *data++; in display_debug_lines_raw()
4045 if (op_code >= linfo.li_opcode_base) in display_debug_lines_raw()
4047 op_code -= linfo.li_opcode_base; in display_debug_lines_raw()
4048 uladv = (op_code / linfo.li_line_range); in display_debug_lines_raw()
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Ddwarf2.c1421 unsigned char op_code, extended_op, adj_opcode; in decode_line_info() local
1596 op_code = read_1_byte (abfd, line_ptr); in decode_line_info()
1599 if (op_code >= lh.opcode_base) in decode_line_info()
1602 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
1625 else switch (op_code) in decode_line_info()
1768 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++) in decode_line_info()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Ddwarf2.c1661 unsigned char op_code, extended_op, adj_opcode; in decode_line_info() local
1878 op_code = read_1_byte (abfd, line_ptr, line_end); in decode_line_info()
1881 if (op_code >= lh.opcode_base) in decode_line_info()
1884 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
1909 else switch (op_code) in decode_line_info()
2052 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++) in decode_line_info()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Ddwarf2.c2092 unsigned char op_code, extended_op, adj_opcode; in decode_line_info() local
2328 op_code = read_1_byte (abfd, line_ptr, line_end); in decode_line_info()
2331 if (op_code >= lh.opcode_base) in decode_line_info()
2334 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
2359 else switch (op_code) in decode_line_info()
2501 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++) in decode_line_info()

12