Symbol: get_errmsg
libexec/bootpd/bootpd.c
483
report(LOG_ERR, "sigaction: %s", get_errmsg());
libexec/bootpd/bootpd.c
487
report(LOG_ERR, "sigaction: %s", get_errmsg());
libexec/bootpd/bootpd.c
493
report(LOG_ERR, "signal: %s", get_errmsg());
libexec/bootpd/bootpd.c
497
report(LOG_ERR, "signal: %s", get_errmsg());
libexec/bootpd/bootpd.c
516
report(LOG_ERR, "select: %s", get_errmsg());
libexec/bootpd/bootpd.h
59
#define get_network_errmsg get_errmsg
libexec/bootpd/bootpgw/bootpgw.c
446
report(LOG_ERR, "select: %s", get_errmsg());
libexec/bootpd/bootpgw/bootpgw.c
86
#define get_network_errmsg get_errmsg
libexec/bootpd/dumptab.c
102
filename, get_errmsg());
libexec/bootpd/getether.c
137
report(LOG_ERR, "getether: socket %s: %s", ifname, get_errmsg());
libexec/bootpd/getether.c
144
report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg());
libexec/bootpd/getether.c
214
devname, get_errmsg());
libexec/bootpd/getether.c
233
report(LOG_ERR, "getether: attach: putmsg: %s", get_errmsg());
libexec/bootpd/getether.c
241
report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg());
libexec/bootpd/getether.c
275
report(LOG_ERR, "getether: bind: putmsg: %s", get_errmsg());
libexec/bootpd/getether.c
283
report(LOG_ERR, "getether: bind: getmsg: %s", get_errmsg());
libexec/bootpd/getether.c
90
get_errmsg());
libexec/bootpd/hwaddr.c
164
report(LOG_ERR, "open /dev/arp: %s\n", get_errmsg());
libexec/bootpd/hwaddr.c
171
report(LOG_ERR, "ioctl I_STR: %s\n", get_errmsg());
libexec/bootpd/hwaddr.c
183
report(LOG_ERR, "ioctl SIOCSARP: %s", get_errmsg());
libexec/bootpd/readfile.c
330
bootptab, get_errmsg());
libexec/bootpd/readfile.c
360
report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg());
libexec/bootpd/readfile.c
367
report(LOG_ERR, "fstat: %s", get_errmsg());
libexec/bootpd/report.h
7
extern const char *get_errmsg(void);
libexec/bootpd/tools/bootpef/bootpef.c
307
hp->exten_file->string, get_errmsg());
libexec/bootpd/tools/bootpef/bootpef.c
313
hp->exten_file->string, get_errmsg());
libexec/bootpd/tools/bootptest/bootptest.c
122
char *get_errmsg();