Searched defs:cv (Results 1 - 25 of 56) sorted by last modified time

123

/freebsd-10-stable/sys/kern/
H A Dtty.c1433 tty_wait(struct tty *tp, struct cv *cv) argument
1455 tty_timedwait(struct tty *tp, struct cv *cv, int hz) argument
H A Duipc_syscalls.c1852 struct cv cv; member in struct:sendfile_sync
H A Dkern_umtx.c2679 do_cv_wait(struct thread *td, struct ucond *cv, struct umutex *m, argument
2770 do_cv_signal(struct thread *td, struct ucond *cv) argument
2799 do_cv_broadcast(struct thread *td, struct ucond *cv) argument
[all...]
H A Dsubr_bus.c414 struct cv cv; member in struct:dev_softc
/freebsd-10-stable/sys/dev/sound/pcm/
H A Dsound.h415 struct cv cv; member in struct:snddev_info
[all...]
H A Dchannel.h125 struct cv cv; member in struct:pcm_channel
/freebsd-10-stable/contrib/file/src/
H A Dreadcdf.c78 static const struct cv { struct
100 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) argument
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c3055 uint32_t cv, modv; local
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c297 cv_init(kcondvar_t *cv, char *name, int type, void *arg) argument
303 cv_destroy(kcondvar_t *cv) argument
309 cv_wait(kcondvar_t *cv, kmutex_t *mp) argument
319 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) argument
362 cv_timedwait_hires(kcondvar_t *cv, kmutex_t *mp, hrtime_t tim, hrtime_t res, argument
404 cv_signal(kcondvar_t *cv) argument
410 cv_broadcast(kcondvar_t *cv) argument
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Ded.screen.c522 char *cap, *scap, *cv; local
[all...]
/freebsd-10-stable/usr.sbin/pciconf/
H A Dpciconf.c729 struct pci_vendor_info *cv; local
[all...]
/freebsd-10-stable/lib/libc/iconv/
H A Dbsd_iconv.c259 struct _citrus_iconv *cv; local
H A Dcitrus_iconv.h54 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, argument
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c1741 kcondvar_t cv; member in struct:receive_writer_arg
H A Dtxg.c244 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) argument
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.h211 iwch_wait(struct cv *cv, struct mtx *lock, int *rpl_done) argument
222 iwch_wakeup(struct cv *cv, struct mtx *lock, int *rpl_done) argument
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_umtx.c226 _thr_ucond_init(struct ucond *cv) argument
232 _thr_ucond_wait(struct ucond *cv, struct umutex *m, argument
246 _thr_ucond_signal(struct ucond *cv) argument
254 _thr_ucond_broadcast(struct ucond *cv) argument
[all...]
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h138 cv_init(pthread_cond_t *cv) argument
155 cv_wait(pthread_cond_t *cv, pthread_mutex_t *lock) argument
163 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) argument
189 cv_signal(pthread_cond_t *cv) argument
197 cv_broadcast(pthread_cond_t *cv) argument
[all...]
/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c1639 CONF_VALUE *cv; local
2195 CONF_VALUE *cv = NULL; local
[all...]
/freebsd-10-stable/sys/dev/usb/
H A Dusb_busdma.h111 struct cv cv[1]; /* internal condition variable */ member in struct:usb_dma_parent_tag
H A Dusb_msctest.c150 struct cv cv; member in struct:bbb_transfer
/freebsd-10-stable/usr.sbin/pkg/
H A Dconfig.c216 struct config_value *cv; local
431 struct config_value *cv; local
[all...]
/freebsd-10-stable/sys/boot/usb/
H A Dbsd_kernel.h230 struct cv { struct
/freebsd-10-stable/sys/geom/raid/
H A Dmd_intel.c2358 const char *version, *cv; local
/freebsd-10-stable/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c83 _citrus_iconv_none_iconv_init_context(struct _citrus_iconv *cv) argument

Completed in 228 milliseconds

123