Symbol: get_errmsg
libexec/bootpd/bootpd.c
478
report(LOG_ERR, "sigaction: %s", get_errmsg());
libexec/bootpd/bootpd.c
482
report(LOG_ERR, "sigaction: %s", get_errmsg());
libexec/bootpd/bootpd.c
488
report(LOG_ERR, "signal: %s", get_errmsg());
libexec/bootpd/bootpd.c
492
report(LOG_ERR, "signal: %s", get_errmsg());
libexec/bootpd/bootpd.c
512
report(LOG_ERR, "select: %s", get_errmsg());
libexec/bootpd/bootpd.h
56
#define get_network_errmsg get_errmsg
libexec/bootpd/bootpgw/bootpgw.c
440
report(LOG_ERR, "select: %s", get_errmsg());
libexec/bootpd/bootpgw/bootpgw.c
76
#define get_network_errmsg get_errmsg
libexec/bootpd/dumptab.c
93
filename, get_errmsg());
libexec/bootpd/getether.c
131
report(LOG_ERR, "getether: socket %s: %s", ifname, get_errmsg());
libexec/bootpd/getether.c
138
report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg());
libexec/bootpd/getether.c
211
devname, get_errmsg());
libexec/bootpd/getether.c
230
report(LOG_ERR, "getether: attach: putmsg: %s", get_errmsg());
libexec/bootpd/getether.c
238
report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg());
libexec/bootpd/getether.c
272
report(LOG_ERR, "getether: bind: putmsg: %s", get_errmsg());
libexec/bootpd/getether.c
280
report(LOG_ERR, "getether: bind: getmsg: %s", get_errmsg());
libexec/bootpd/getether.c
88
get_errmsg());
libexec/bootpd/hwaddr.c
149
report(LOG_ERR, "open /dev/arp: %s\n", get_errmsg());
libexec/bootpd/hwaddr.c
156
report(LOG_ERR, "ioctl I_STR: %s\n", get_errmsg());
libexec/bootpd/hwaddr.c
168
report(LOG_ERR, "ioctl SIOCSARP: %s", get_errmsg());
libexec/bootpd/readfile.c
319
bootptab, get_errmsg());
libexec/bootpd/readfile.c
349
report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg());
libexec/bootpd/readfile.c
356
report(LOG_ERR, "fstat: %s", get_errmsg());
libexec/bootpd/report.h
5
extern const char *get_errmsg(void);
libexec/bootpd/tools/bootpef/bootpef.c
296
hp->exten_file->string, get_errmsg());
libexec/bootpd/tools/bootpef/bootpef.c
302
hp->exten_file->string, get_errmsg());