/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | selfcheck.c | 49 int error_num; local 69 &error_num)) == NULL) { 71 if (error_num == TRY_AGAIN)
|
/illumos-gate/usr/src/lib/print/libipp-listener/common/ |
H A D | print-job.c | 115 int error_num; local 123 &error_num)) == NULL) {
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 305 short error_num = -1; local 312 error_num = CURS_UNKNOWN; 329 error_num = CURS_STUPID; 333 return (error_num);
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | progerr.c | 45 error_and_exit(int error_num) argument 47 (void) fprintf(stderr, "%d\n", error_num);
|
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | tcp_misc.c | 75 error_num; local 88 &error_num))) == NULL) { 92 "getipnodebyname() returned %d", error_num);
|
H A D | netpr.c | 82 error_num; local 96 &error_num)) == NULL) { 98 "getipnodebyname() returned %d", host, error_num);
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones_utils.c | 101 static void error_and_exit(int error_num); 111 * error_num - error index number: 119 error_and_exit(int error_num) argument 121 if (error_num == ERR_MALLOC_FAIL) 124 (void) fprintf(stderr, "ERROR: code %d\n", error_num);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg.c | 128 int error_num; local 147 AF_INET6, &error_num); 151 AF_INET, &error_num); 155 &error_num);
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_ipaddr.c | 102 int error_num; local 125 AF_INET, &error_num); 145 int error_num; local 169 AF_INET6, &error_num);
|
/illumos-gate/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 204 int error_num; local 209 if ((phe = getipnodebyaddr(addr, len, family, &error_num)) != NULL) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipaddr.c | 95 int error_num; local 118 AF_INET, &error_num); 141 int error_num; local 164 AF_INET6, &error_num); 350 lgetipnodebyname(const char *name, int af, int flags, int *error_num) argument
|
H A D | snoop_pf.c | 613 int error_num = 0; local 630 hp = getipnodebyname(hostname, AF_INET, 0, &error_num); 632 if (error_num == TRY_AGAIN) { 641 hp = getipnodebyname(hostname, AF_INET6, 0, &error_num); 643 if (error_num == TRY_AGAIN) { 656 hp = getipnodebyname(hostname, AF_INET, 0, &error_num); 663 hp = getipnodebyname(hostname, AF_INET6, 0, &error_num); 671 AI_ALL | AI_V4MAPPED, &error_num); 681 if (error_num == TRY_AGAIN) {
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | debug_alloc.c | 287 int *error_num, 293 res = getipnodebyname(name, af, flags, error_num); 283 my_getipnodebyname( const char *name, int af, int flags, int *error_num, char *file, int line) argument
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 118 int err, error_num; local 133 &error_num)) == NULL) {
|
/illumos-gate/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.c | 217 int error_num; local 279 hostentry = getipnodebyname(hostname, AF_INET6, 0, &error_num); 282 &error_num); 285 if (error_num == TRY_AGAIN) {
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | in.lpd.c | 69 int error_num; local 84 &error_num)) == NULL) {
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_ioctl.c | 430 int error_num; local 551 AI_ALL, &error_num);
|
H A D | iscsi_login.c | 1983 int error_num; local 1996 hptr = kgetipnodebyname(addr_str, type, AI_ALL, &error_num);
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/ |
H A D | iscsi_door.h | 75 int32_t error_num; member in struct:_getipnodebyname_cnf 145 int *error_num
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 272 getipnodebyname(const char *name, int af, int flags, int *error_num) { argument 283 *error_num = NO_RECOVERY; 290 *error_num = NO_RECOVERY; 306 *error_num = HOST_NOT_FOUND; 323 return (copyandmerge(&he, NULL, af, error_num)); 333 he1 = copyandmerge(he2, NULL, af, error_num); 348 *error_num = net_data->res->res_h_errno; 352 *error_num = tmp_err; 356 he3 = copyandmerge(he1, he2, af, error_num); 364 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) { argument 815 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 244 int error_num; local 264 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &error_num)) { 284 unknown_host(error_num, hostnameinput); 390 int error_num; local 404 &error_num)) == NULL) { 405 unknown_host(error_num, cp); 493 int error_num; local 524 &error_num)) == NULL) { 525 unknown_host(error_num, hostnameinput);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
H A D | kssladm_create.c | 942 int error_num; local 945 AI_DEFAULT, &error_num))) == NULL) {
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itmcomp.c | 281 int error_num = 0; local 311 error_num += 1; 320 error_num += 1; 332 error_num += 1; 337 error_num += 1; 342 error_num += 1; 347 error_num += 1; 407 error_num++; 417 error_num++; 432 error_num [all...] |
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 246 getipnodebyname(const char *name, int af, int flags, int *error_num) argument 259 *error_num = NO_RECOVERY; 267 *error_num = HOST_NOT_FOUND; 279 *error_num = NO_RECOVERY; 289 nssout.nss.host.herrno_p = error_num; 319 *error_num = NO_RECOVERY; 327 nssout.nss.host.herrno_p = error_num; 336 *error_num = HOST_NOT_FOUND; 355 *error_num = NO_RECOVERY; 364 *error_num 458 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) argument [all...] |
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script.c | 532 int error_num; local 536 error_num = errno; 538 "open", strerror(error_num)); 539 rcmd_exit(error_num); 544 error_num = errno; 546 "fstat", strerror(error_num)); 547 rcmd_exit(error_num); 558 error_num = errno; 560 "mmap", strerror(error_num)); 561 rcmd_exit(error_num); 614 int error_num; local 857 int error_num; local 1036 get_line(int fd, char *fdname, char *buf, int maxbuflen, size_t *buflen, time_t timeoutval, int *error_num) argument 1213 int error_num; local 1342 int error_num; local 2535 int offset, bytesneeded, bytesleft, error_num; local [all...] |