Searched defs:echo (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dkb.c50 * @v *win window in which to echo input
81 * @v *win window in which to echo input
132 int echo ( void ) { function
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcels.c1217 struct fc_echo_frame_header echo; member in struct:fc_echo_request_frame
1232 struct fc_echo_request_frame echo; local
1235 memset ( &echo, 0, sizeof ( echo ) );
1236 echo.echo.command = FC_ELS_ECHO;
1237 echo.magic = htonl ( FC_ECHO_MAGIC );
1240 return fc_els_tx ( els, &echo, sizeof ( echo ) );
1254 struct fc_echo_frame_header echo; member in struct:__anon15776
1256 } *echo = data; local
1280 struct fc_echo_request_frame *echo = data; local
1323 const struct fc_echo_frame_header *echo = data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c84 sh) echo 'Use "sh enquire.c", not "sh < enquire.c"' >&2; exit 1;; variable
85 *) echo 'Filename must end in ".c"' >&2; exit 1;;
88 then echo Would overwrite test.c - try it somewhere safer >&2; exit 1
91 echo Testing for needed CFLAGS ...
92 echo "main(){char c; c=0;}" > test.c
96 echo '*** "'$CC ${1+"$@"} -o enquire test.c $LIBS'" failed'
97 echo '*** Giving up'
101 echo "main(){signed char c; c=0;}" > test.c
103 then echo " Signed char ok"
106 echo " Signe
136 echo ' *** Taking remedial action' ;; variable
[all...]

Completed in 61 milliseconds