Home
last modified time | relevance | path

Searched refs:EISDIR (Results 1 – 25 of 56) sorted by relevance

123

/titanic_44/usr/src/cmd/mail/
H A Ddone.c59 case EISDIR:
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h61 #define EISDIR 21 /* Is a directory */ macro
/titanic_44/usr/src/lib/libcmd/common/
H A Dgrep.c100 #ifndef EISDIR
101 #define EISDIR (-1) macro
384 if (sferror(input) && errno != EISDIR) in execute()
465 if ((sfvalue(input) || sferror(input)) && errno != EISDIR) in execute()
509 if ((sfvalue(input) || sferror(input)) && errno != EISDIR) in execute()
/titanic_44/usr/src/uts/common/xen/public/io/
H A Dxs_wire.h73 XSD_ERROR(EISDIR),
/titanic_44/usr/src/cmd/lp/model/netpr/
H A Dmisc.c59 errno = EISDIR; in check_file()
H A Dnetpr.c291 case EISDIR: in main()
/titanic_44/usr/src/uts/common/sys/
H A Derrno.h73 #define EISDIR 21 /* Is a directory */ macro
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h64 #define EISDIR 21 /* Is a directory */ macro
/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c726 errno = EISDIR; in ns_name_length()
748 errno = EISDIR; in ns_name_eq()
808 errno = EISDIR; in ns_name_map()
845 errno = EISDIR; in ns_name_labels()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_strerror.c191 case EISDIR: in nfs_strerror()
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java141 public static final int EISDIR = 21; field in PoolsException
/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c181 { PR_IS_DIRECTORY_ERROR, EISDIR },
/titanic_44/usr/src/lib/libpkg/common/
H A Disdir.c145 errno = EISDIR; in isfile()
/titanic_44/usr/src/uts/common/os/
H A Dinst_sync.c167 if (error == EISDIR) in in_sync_sys()
H A Dacct.c299 if (error == EISDIR) in sysacct()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_rename.c720 return (EISDIR); in smb_rename_lookup_src()
849 { EISDIR, ERROR_ACCESS_DENIED, NT_STATUS_FILE_IS_A_DIRECTORY }, in smb_rename_set_error()
/titanic_44/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c113 return (EISDIR); in devfs_read()
128 return (EISDIR); in devfs_write()
841 error = EISDIR; in devfs_create()
/titanic_44/usr/src/uts/common/fs/dev/
H A Dsdev_ptsops.c346 error = EISDIR; in devpts_create()
H A Dsdev_vnops.c384 return (EISDIR); in sdev_read()
411 return (EISDIR); in sdev_write()
685 error = EISDIR; in sdev_create()
H A Dsdev_vtops.c470 error = EISDIR; in devvt_create()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c603 return (EISDIR); in smbfs_read()
688 return (EISDIR); in smbfs_write()
1805 return (EISDIR); in smbfs_create()
2222 error = EISDIR; in smbfsrename()
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c217 CASE(ENODEV); CASE(EISDIR); CASE(EINVAL); in xen_xlate_errcode()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dpath.c563 errno = EISDIR; in path_opentype()
928 errno = EISDIR; in canexecute()
1182 errno = EISDIR; in path_spawn()
/titanic_44/usr/src/cmd/mailx/
H A Dfio.c476 errno = EISDIR; in removefile()
/titanic_44/usr/src/lib/libsqlite/src/
H A Dos.c470 #ifdef EISDIR in sqliteOsOpenReadWrite()
471 if( errno==EISDIR ){ in sqliteOsOpenReadWrite()

123