Searched refs:EEXIST (Results 126 - 150 of 355) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c259 if ((mkdir(SMBIOD_RUNDIR, 0755) < 0) && errno != EEXIST) {
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c676 case (EEXIST):
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vtops.c447 * - exclusive creates fail - EEXIST
468 error = EEXIST;
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c371 return (EEXIST);
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c424 return (EEXIST);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c1205 return (EEXIST);
1339 return (EEXIST);
1451 return (EEXIST); /* already added into another grp */
1761 return (EEXIST);
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c216 CASE(EFAULT); CASE(EBUSY); CASE(EEXIST);
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1179 rc = EEXIST;
1398 rc = EEXIST;
1409 rc = EEXIST;
1420 rc = EEXIST;
/illumos-gate/usr/src/uts/common/io/
H A Dpts.c629 iocp->ioc_error = EEXIST;
H A Dtimerfd.c269 return (EEXIST);
/illumos-gate/usr/src/uts/common/io/lvm/notify/
H A Dmd_notify.c427 err = EEXIST;
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c609 if (err == EEXIST)
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c97 if (errno == EEXIST) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_bookmark.c140 return (SET_ERROR(EEXIST));
H A Dzil.c151 return (SET_ERROR(EEXIST));
1125 ASSERT(error == ENOENT || error == EEXIST ||
2058 if (error == ENOENT || error == EEXIST)
2098 * EEXIST. So if we receive any error we try syncing out
2180 return (SET_ERROR(EEXIST));
H A Ddsl_destroy.c83 return (SET_ERROR(EEXIST));
638 return (SET_ERROR(EEXIST));
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c190 if (error == EEXIST)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c386 if (errno == EEXIST) {
397 if (errno == EEXIST) {
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1084 if (*fdp == -1 && errno == EEXIST) {
1093 if (*fdp == -1 && errno == EEXIST) {
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c542 return (EEXIST);
851 int rc = EEXIST;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c760 return (EEXIST);
831 if ((err != 0) && (err != EEXIST)) {
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c399 return (EEXIST);
1122 return (EEXIST);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c1139 if ((mkdir(dir, 0750) < 0) && (errno != EEXIST))
1141 qdir_created = (errno == EEXIST) ? B_FALSE : B_TRUE;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c912 return (EEXIST);
919 return (EEXIST);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c370 case EEXIST:
435 case EEXIST:

Completed in 150 milliseconds

1234567891011>>