/illumos-gate/usr/src/cmd/filesync/ |
H A D | debug.c | 243 int Errno; /* error number to return */ member in struct:errsim 292 errsim[num_errs].Errno = error_no; 335 errsim[i].Errno, code, name); 336 return (errsim[i].Errno);
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | compile.c | 410 map_errnos(int Errno) argument 412 switch (Errno) {
|
/illumos-gate/usr/src/cmd/rmt/ |
H A D | rmt.c | 465 respond(offset_t rval, int Errno) argument 468 char *errstr = strerror(Errno); 471 (void) snprintf(resp, SSIZE, "E%d\n%s\n", Errno, errstr); 472 DEBUG2("rmtd: E %d (%s)\n", Errno, errstr);
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 1391 int Errno, 1396 onerror (Errno, lp_errno, linenum) 1397 int Errno; 1405 if (Errno == EBADF) { 1390 onerror( int Errno, int lp_errno, int linenum ) argument
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | nodes.h | 60 short Errno; /* copy of child's errno */ member in struct:exec_node
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | ramdata.h | 95 int Errno; /* errno for controlled process's syscall */ member in struct:__anon1902
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 678 int Errno; local 829 Errno = rc; 859 /* if no server response, set Errno */ 862 LDAP_OPT_ERROR_NUMBER, &Errno); 877 * need Errno, referrals, error msg, 881 rc = ldap_parse_result(conp->ld, res, &Errno, 900 if (Errno == LDAP_REFERRAL && followRef && !ref_list) { 928 if (Errno != LDAP_SUCCESS) { 1054 Errno, errmsg); 1065 "%s", ldap_err2string(Errno)); [all...] |
/illumos-gate/usr/src/cmd/power/ |
H A D | handlers.c | 126 int Errno; member in struct:bmtoc 159 if (ioctl(pm_fd, bp->cmd, NULL) == -1 && errno != bp->Errno) { 176 int Errno; member in struct:btoc 195 if (ioctl(pm_fd, bp->cmd, NULL) == -1 && errno != bp->Errno) { 436 int cmd, Errno, isdef; member in struct:btoc 461 if (ioctl(pm_fd, bp->cmd, NULL) == -1 && errno != bp->Errno) { 472 if (ioctl(pm_fd, bp->cmd, NULL) == -1 && errno != bp->Errno) { 484 bp->Errno);
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_util.c | 1915 int Errno; member in struct:usb_rval2errno_entry 1945 return (usb_rval2errno_table[i].Errno);
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 5166 sbd_inject_err(int error, sbderror_t *ep, int Errno, int ecode, argument 5192 ep->e_errno = Errno; 5200 if (Errno != 0)
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 198 int Errno; /* error return from vnopen */ member in struct:kobjopen_tctl 3528 int Errno; local 3538 Errno = ltp->Errno; 3547 Errno = vn_openat(filename, UIO_SYSSPACE, FREAD, 0, &vp, 3553 if (Errno) { 3558 _kobj_printf(ops, "Errno = %d\n", Errno); 3595 ltp->Errno = vn_open(ltp->name, UIO_SYSSPACE, FREAD, 0, &(ltp->vp),
|