/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 150 static void pr_err(const char *fmt, ...); 268 pr_err(gettext("option string too long")); in main() 280 pr_err(gettext("Invalid options\n")); in main() 310 pr_err(gettext("insufficient privileges\n")); in main() 332 pr_err("%s\n%s %s\n", in main() 367 pr_err(const char *fmt, ...) in pr_err() function 430 pr_err(gettext("nfs file system; use [host:]path\n")); in mount_nfs() 432 pr_err(gettext("no memory\n")); in mount_nfs() 449 pr_err(gettext("no memory\n")); in mount_nfs() 472 pr_err(gettext("memory allocation failure\n")); in mount_nfs() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 69 static void pr_err(const char *fmt, ...); 71 static void pr_err(char *fmt, va_dcl); 123 pr_err(gettext("insufficient privileges\n")); in main() 141 pr_err(const char *fmt, ...) in pr_err() function 178 pr_err(gettext("%s: is busy\n"), pathname); in nfs_unmount() 180 pr_err(gettext("%s: not mounted\n"), pathname); in nfs_unmount() 216 pr_err("%s: %s\n", MNTTAB, strerror(errno)); 252 pr_err(gettext("%s is not hostname:path format\n"), in inform_server() 255 pr_err(gettext("no memory\n")); in inform_server() 305 pr_err("%s:%s %s\n", list[i].host, list[i].path, in inform_server() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 1066 pr_err("expression too long"); in emitop() 1089 pr_err("expression too long"); in emitval() 1508 pr_err("couldn't resolve %s (try again later)", in ipaddr_match() 1511 pr_err("couldn't resolve %s", hostname); in ipaddr_match() 1523 pr_err("couldn't resolve %s (try again later)", in ipaddr_match() 1526 pr_err("couldn't resolve %s", hostname); in ipaddr_match() 1577 pr_err("could not resolve %s (try again later)", in ipaddr_match() 1580 pr_err("could not resolve %s", hostname); in ipaddr_match() 1828 pr_err("filter option unsupported on media"); in etheraddr_match() 1850 pr_err("cannot obtain ether addr for %s", in etheraddr_match() [all …]
|
H A D | snoop_capture.c | 139 pr_err("no datalinks found"); in open_datalink() 151 pr_err("cannot open \"%s\": %s", linkname, in open_datalink() 294 pr_err("no memory for %d buffer", chunksize); in net_read() 629 pr_err("%s: %m", name); in cap_open_write() 648 pr_err("out of memory\n"); in cap_open_wr_multi() 655 pr_err("out of memory\n"); in cap_open_wr_multi() 661 pr_err("%s: %m", name); in cap_open_wr_multi() 720 pr_err("couldn't open %s: %m", name); in cap_open_read() 723 pr_err("couldn't stat %s: %m", name); in cap_open_read() 729 pr_err("couldn't mmap %s: %m", name); in cap_open_read() [all …]
|
H A D | snoop_pf.c | 401 pr_err("filter option unsupported on media"); in pf_compare_value() 516 pr_err("filter option unsupported on media"); in pf_compare_value_mask_generic() 615 pr_err("could not resolve %s (try again later)", in pf_ipaddr_match() 618 pr_err("could not resolve %s", hostname); in pf_ipaddr_match() 626 pr_err("could not resolve %s (try again later)", in pf_ipaddr_match() 629 pr_err("could not resolve %s", hostname); in pf_ipaddr_match() 664 pr_err("could not resolve %s (try again later)", in pf_ipaddr_match() 667 pr_err("could not resolve %s", hostname); in pf_ipaddr_match() 671 pr_err("unknown token type: %s", hostname); in pf_ipaddr_match() 814 pr_err("filter option unsupported on media"); in pf_compare_address() [all …]
|
H A D | snoop_arp.c | 95 pr_err("Warning: malloc failure"); in interpret_arp() 102 pr_err("Warning: malloc failure"); in interpret_arp()
|
H A D | snoop.c | 293 pr_err("Audio device %s: %m", in main() 708 pr_err( in get_sum_line() 759 pr_err(const char *fmt, ...) in pr_err() function 812 pr_err("%s on \"%s\": %s", cmd, linkname, dlpi_strerror(err)); in pr_errdlpi()
|
H A D | snoop_ether.c | 149 pr_err("Warning: malloc failure"); in interpret_ether() 831 pr_err("Warning: malloc failure"); in interpret_tr() 1087 pr_err("Warning: malloc failure"); in interpret_fddi() 1599 pr_err("Warning: malloc failure"); in interpret_ib() 1690 pr_err("Warning: malloc failure"); in interpret_ipnet()
|
H A D | snoop.h | 236 extern void pr_err(const char *, ...);
|
H A D | snoop_display.c | 467 pr_err("showxdr_string: no mem"); in showxdr_string()
|
H A D | snoop_dhcpv6.c | 667 pr_err("interpret_dhcpv6: no mem"); in show_options()
|
H A D | snoop_nfs4.c | 4785 pr_err("out of memory\n"); in utf8localize()
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/umount/ |
H A D | umount.c | 54 static void pr_err(const char *fmt, ...); 118 pr_err(const char *fmt, ...) in pr_err() function 154 pr_err(gettext("%s: %s\n"), pathname, strerror(errno)); in smbfs_unmount() 176 pr_err("%s: %s\n", MNTTAB, strerror(errno)); in mnttab_find()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/ |
H A D | showmount.c | 115 pr_err("gethostname: %s\n", strerror(errno)); in main() 151 pr_err("%s\n", clnt_sperrno(err)); in main() 171 pr_err(gettext("not enough memory for %d entries\n"), in main() 237 pr_err(char *fmt, ...) in pr_err() function 263 pr_err("%s\n", clnt_sperrno(err)); in printex()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/ |
H A D | dfshares.c | 85 pr_err("gethostname: %s\n", strerror(errno)); in main() 119 pr_err("%s\n", clnt_sperrno(err)); in pr_exports() 171 pr_err(char *fmt, ...) in pr_err() function
|
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/ |
H A D | dfmounts.c | 141 pr_err("%s\n", clnt_sperrno(err)); in pr_mounts() 163 pr_err(gettext("table overflow: only %d entries shown\n"), in pr_mounts() 249 pr_err(char *fmt, ...) in pr_err() function
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | clnt_subr.h | 30 extern void pr_err(char *, ...);
|
H A D | clnt_subr.c | 53 pr_err(gettext("can't contact server: %s\n"), in mountprog_client_create()
|