Searched refs:ui_showerror (Results 1 - 21 of 21) sorted by path

/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125e/src/
H A Dbcm91125e_tests.c207 if (res < 0) ui_showerror(res,"ERROR Could not transmit packet");
316 if (res < 0) ui_showerror(res,"ERROR Could not transmit packet");
/broadcom-cfe-1.4.2/cfe/arch/mips/board/sentosa/src/
H A Dsentosa_test.c222 if (res < 0) ui_showerror(res,"ERROR Could not transmit packet");
331 if (res < 0) ui_showerror(res,"ERROR Could not transmit packet");
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_phycmds.c134 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid MAC number");
147 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid phy register number");
177 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid MAC number");
191 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid phy register number");
/broadcom-cfe-1.4.2/cfe/include/
H A Dui_command.h121 int ui_showerror(int errcode,char *tmplt,...);
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_cmddisp.c86 * ui_showerror(errcode,tmplt,...)
101 int ui_showerror(int errcode,char *tmplt,...) function
H A Dui_envcmds.c113 return ui_showerror(res,"Could not set environment variable '%s'",
139 return ui_showerror(res,"Could not delete environment variable '%s'",
H A Dui_examcmds.c347 ui_showerror(count,"Could not modify memory");
569 ui_showerror(res,"Could not display memory");
597 ui_showerror(res,"Could not disassemble memory");
H A Dui_flash.c297 return ui_showerror(CFE_ERR_DEVNOTFOUND,flashdev);
342 return ui_showerror(sfd,"Could not open source device");
379 return ui_showerror(res,"Could not read from flash");
404 ui_showerror(res,"Failed.");
412 ui_showerror(res,"Invalid file name %s",fname);
424 ui_showerror(res,"Failed.");
536 ui_showerror(amtcopy,"Failed.");
H A Dui_loadcmds.c344 return ui_showerror(res,"Could not dump data to network");
H A Dui_miiphycmds.c104 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid MAC number");
118 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid phy register number");
153 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid MAC number");
166 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid phy register number");
H A Dui_netcmds.c436 ui_showerror(res,"Could not activate network interface '%s'",devname);
607 return ui_showerror(res,"Could not resolve IP address of host %s",host);
H A Dui_nvramcmds.c85 return ui_showerror(-1, "Could not get nvram variable '%s'", name);
116 return ui_showerror(res, "Could not set nvram variable '%s'", name);
136 return ui_showerror(res, "Could not delete nvram variable '%s'", name);
H A Dui_ptable.c92 return ui_showerror(CFE_ERR_INV_PARAM,
98 return ui_showerror(CFE_ERR_INV_PARAM,
104 return ui_showerror(CFE_ERR_INV_PARAM,
125 return ui_showerror(CFE_ERR_INV_PARAM,
161 return ui_showerror(CFE_ERR_INV_PARAM,
H A Dui_robo.c106 return ui_showerror(fh,"Could not open RoboSwitch device");
160 return ui_showerror(fh,"Could not open RoboSwitch device");
H A Dui_tcpcmds.c203 return ui_showerror(res,"Could not resolve IP address of host %s",host);
215 return ui_showerror(s,"Could not create TCP socket");
226 ui_showerror(res,"No ports available for RLOGIN");
239 ui_showerror(res,"Could not connect to host %I",hostaddr);
295 ui_showerror(res,"TCP read error");
383 return ui_showerror(res,"Could not resolve IP address of host %s",host);
391 return ui_showerror(s,"Could not create TCP socket");
397 ui_showerror(res,"Could not bind to port %s",sport);
405 ui_showerror(res,"Could not connect to host %I",hostaddr);
453 ui_showerror(re
[all...]
H A Dui_test_disk.c294 return ui_showerror(fh,"Could not open device %s",devname);
299 return ui_showerror(res,"Could not init file system");
304 return ui_showerror(res,"Could not open %s",fname);
H A Dui_test_ether.c153 ui_showerror(res,"Could not transmit packet");
H A Dui_test_flash.c111 ui_showerror(fd,"Could not open flash device %s",devname);
180 ui_showerror(fd,"could not open NVRAM");
223 ui_showerror(fd,"could not open NVRAM");
H A Dui_test_uart.c88 ui_showerror(fd,"could not open %s",x);
H A Dui_toyclock.c147 ui_showerror(fd,"could not open clock device");
153 ui_showerror(res,"could not set time");
209 ui_showerror(fd,"could not open clock device");
215 ui_showerror(res,"could not set date");
233 ui_showerror(fd,"could not open clock device");
238 ui_showerror(res,"could not get time/date");
H A Dui_vxboot.c624 if (res < 0) ui_showerror(res,"Could not load image %s",filename);

Completed in 325 milliseconds