Searched refs:EBUSY (Results 51 - 75 of 595) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/security/audit/
H A Daudit_trigger.c74 error = EBUSY;
/freebsd-10.0-release/usr.bin/wall/
H A Dttymsg.c90 if (errno == EBUSY || errno == EACCES)
/freebsd-10.0-release/contrib/ntp/kernel/
H A Dtty_chu.c65 return (EBUSY);
71 return (EBUSY);
H A Dtty_clk_STREAMS.c109 u.u_error = EBUSY;
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_rwlock.c267 ret = EBUSY;
303 ret = EBUSY;
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.c247 if (t3_unregister_uld(&iwch_uld_info) == EBUSY)
248 return (EBUSY);
/freebsd-10.0-release/sys/dev/drm/
H A Ddrm_ioctl.c61 /* Deprecated in DRM version 1.1, and will return EBUSY when setversion has
108 return EBUSY;
127 return EBUSY;
H A Dr128_cce.c135 return -EBUSY;
152 return -EBUSY;
174 return -EBUSY;
233 return -EBUSY;
876 return -EBUSY;
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_ioctl.c62 /* Deprecated in DRM version 1.1, and will return EBUSY when setversion has
109 return EBUSY;
128 return EBUSY;
H A Ddrm_fops.c50 return EBUSY; /* No exclusive opens */
/freebsd-10.0-release/sys/dev/mc146818/
H A Dmc146818.c126 return (EBUSY);
175 return (EBUSY);
/freebsd-10.0-release/sys/dev/mfi/
H A Dmfi_syspd.c167 return (EBUSY);
221 return (EBUSY);
/freebsd-10.0-release/sys/netinet6/
H A Dsend.c339 return (EBUSY);
349 return (EBUSY);
/freebsd-10.0-release/sys/xen/evtchn/
H A Devtchn_dev.c280 return EBUSY;
283 return EBUSY;
/freebsd-10.0-release/sys/amd64/vmm/io/
H A Dppt.c333 return (EBUSY);
353 return (EBUSY);
394 return (EBUSY);
459 return (EBUSY);
548 return (EBUSY);
/freebsd-10.0-release/sys/kern/
H A Dsubr_rman.c193 rv = EBUSY;
200 rv = EBUSY;
257 return EBUSY;
364 return (EBUSY);
369 return (EBUSY);
694 return EBUSY;
724 if (rv != EBUSY)
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dsound.c221 return (EBUSY);
343 err = EBUSY;
350 err = EBUSY;
1151 return (EBUSY);
1161 return (EBUSY);
1176 return (EBUSY);
1186 return (EBUSY);
1194 if (mixer_uninit(dev) == EBUSY) {
1202 return (EBUSY);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h142 device_or_resource_busy, // EBUSY
285 # ifndef EBUSY
286 # define EBUSY 16 macro
510 device_or_resource_busy = EBUSY,
/freebsd-10.0-release/sys/libkern/
H A Diconv.c90 return EBUSY;
141 return EBUSY;
574 return (EBUSY);
/freebsd-10.0-release/contrib/amd/amd/
H A Damfs_toplvl.c285 if (error == EBUSY) {
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h80 PJDLOG_ASSERT(error == 0 || error == EBUSY);
/freebsd-10.0-release/lib/libproc/
H A Dproc_util.c87 if (errno == EBUSY) {
/freebsd-10.0-release/sys/arm/lpc/
H A Dlpc_spi.c136 return (EBUSY);
/freebsd-10.0-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_test.c67 return -EBUSY;
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Datombios_dp.c95 return -EBUSY;
136 if (ret == -EBUSY)
169 if (ret == -EBUSY)
246 if (ret == -EBUSY)

Completed in 292 milliseconds

1234567891011>>