Searched defs:MSG (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dhelp.c101 #define MSG "No info found for " macro
102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
103 strcpy(buf, MSG);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_tls_common.h27 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator in enum:eap_ssl_data::__anon7077
H A Deap_ikev2.c25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon7059
63 case MSG:
64 return "MSG";
95 data->state = MSG;
219 case MSG:
403 eap_ikev2_state(data, MSG);
421 data->state = MSG;
H A Deap_wsc.c25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon7082
42 case MSG:
43 return "MSG";
105 data->state = registrar ? START : MSG;
215 eap_wsc_state(data, MSG);
235 case MSG:
388 eap_wsc_state(data, MSG);
430 eap_wsc_state(data, MSG);
437 eap_wsc_state(data, MSG);
/external/grub/stage2/
H A Dstart.S41 #define MSG(x) movw $ABS(x), %si; call message define
70 MSG(notification_string)
294 (MSG modifies SI, which is saved, and unused AX and BX) */
296 MSG(notification_step)
313 MSG(notification_done)
326 MSG(geometry_error_string)
333 MSG(read_error_string)
336 MSG(general_error_string)
H A Dstart_eltorito.S49 #define MSG(x) mov $ABS(x), %si; call message; define
96 MSG(notification_string)
112 MSG(notification_done)
162 MSG(notification_step)
203 MSG(read_error_string)
/external/grub/stage1/
H A Dstage1.S33 #define MSG(x) movw $ABS(x), %si; call message define
154 MSG(notification_string)
381 MSG(geometry_error_string)
388 MSG(hd_probe_error_string)
395 MSG(read_error_string)
398 MSG(general_error_string)
474 MSG(fd_probe_error_string)

Completed in 100 milliseconds