Searched refs:EEXIST (Results 176 - 200 of 355) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libadm/common/
H A Dputdev.c798 errno = EEXIST; /* Set errno, entry exists */
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c863 case EEXIST:
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c550 * On success 0, but if an entry already exists, then EEXIST
567 return (EEXIST);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c454 (errno != EEXIST)) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_userhold.c73 error = SET_ERROR(EEXIST);
H A Ddsl_scan.c956 VERIFY(err == 0 || err == EEXIST);
957 if (err == EEXIST) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c815 if (mkdir(tmppath, NFS4_DSS_DIR_MODE) == -1 && errno != EEXIST) {
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_vpd.c345 rc = EEXIST;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c132 EEXIST,
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c70 case EEXIST:
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c651 return (EEXIST);
3290 * will return ENOENT, not EEXIST. To prevent this from happening, we
3533 case EEXIST:
3661 case EEXIST:
4103 if (recursive && errno == EEXIST) {
4550 case EEXIST:
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c421 return (EEXIST);
2420 * EEXIST - could not create property group (already exists)
2719 * EEXIST - could not create property group (already exists)
2784 * EEXIST - could not create property group (already exists)
3258 * EEXIST - dependency pg already exists in target (error printed)
3419 case EEXIST:
3472 * EEXIST - dependency pg already existed in target service (error printed)
3627 case EEXIST:
4075 * EEXIST - dependency pg already exists in new target (error printed)
5390 * EEXIST
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c525 if (perm_flag && (rval == 0 || rval == EEXIST ||
1884 case EEXIST:
2508 case EEXIST:
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1086 error = EEXIST;
1094 if (error == EEXIST) {
1246 } else if (error == EEXIST) {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c763 return (EEXIST);
777 return (EEXIST);
1225 error = EEXIST;
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c1899 error = EEXIST;
2316 error = EEXIST;
2430 return (EEXIST);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c320 if (errno == EEXIST) {
361 if (errno == EEXIST) {
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c1869 if (mkdir(dir, 0777) != 0 && errno != EEXIST) {
1904 if (erc == EEXIST)
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c630 return (EEXIST);
1299 ret = EEXIST;
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c1904 error = EEXIST;
2487 return (EEXIST);
H A Dtrill.c1298 return (EEXIST);
1311 return (EEXIST);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c1591 status = EEXIST;
1627 status = EEXIST;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1053 return (EEXIST);
1223 return (EEXIST);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c1479 "mboxsc_add_mailbox ret: 0x%08x\n", EEXIST);
1480 return (EEXIST);
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1749 if (errno != EEXIST) {
1857 if (errno != EEXIST) {

Completed in 401 milliseconds

1234567891011>>