HomeSort by relevance Sort by last modified time
    Searched defs:Errno (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filesync/
debug.c 58 #include <errno.h>
209 * registry that specifies a file name and an operation, and an errno
216 fprintf(stderr, "Usage:\tfilesync -E<errno>,<code>,<filename>\n");
243 int Errno; /* error number to return */
259 * argument string <errno>,<errcode>,<filename>
292 errsim[num_errs].Errno = error_no;
317 * errno (or zero if no error)
335 errsim[i].Errno, code, name);
336 return (errsim[i].Errno);
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
nodes.h 62 short Errno; /* copy of child's errno */
  /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/
cachefs_log.c 28 #include <sys/errno.h>
326 * returns an errno if one occurred.
453 int Errno = 0;
502 header.lh_errno = Errno;
708 cachefs_log_mount(cachefscache_t *cachep, int Errno, struct vfs *vfsp,
747 record->error = Errno;
796 cachefs_log_umount(cachefscache_t *cachep, int Errno, struct vfs *vfsp)
811 record->error = Errno;
831 cachefs_log_getpage(cachefscache_t *cachep, int Errno, struct vfs *vfsp,
847 record->error = Errno;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/truss/
ramdata.h 41 #include <errno.h>
96 int Errno; /* errno for controlled process's syscall */
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
usbai_util.c     [all...]
  /onnv/onnv-gate/usr/src/lib/libsldap/common/
ns_writes.c 677 int Errno;
827 Errno = rc;
846 /* if no server response, set Errno */
849 LDAP_OPT_ERROR_NUMBER, &Errno);
864 * need Errno, referrals, error msg,
868 rc = ldap_parse_result(conp->ld, res, &Errno,
887 if (Errno == LDAP_REFERRAL && followRef && !ref_list) {
915 if (Errno != LDAP_SUCCESS) {
1041 Errno, errmsg);
1047 "%s", ldap_err2string(Errno));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/power/
handlers.c 100 int suppressed = suppress == -1 || suppress == errno;
103 strerror(errno));
107 strerror(errno));
125 int Errno;
158 if (ioctl(pm_fd, bp->cmd, NULL) == -1 && errno != bp->Errno) {
160 behavior, strerror(errno));
175 int Errno;
194 if (ioctl(pm_fd, bp->cmd, NULL) == -1 && errno != bp->Errno) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/krtld/
kobj.c 194 int Errno; /* error return from vnopen */
    [all...]

Completed in 300 milliseconds