Home
last modified time | relevance | path

Searched defs:what (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c99 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) in zfs_component_namecheck()
136 permset_namecheck(const char *path, namecheck_err_t *why, char *what) in permset_namecheck()
183 entity_namecheck(const char *path, namecheck_err_t *why, char *what) in entity_namecheck()
301 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) in dataset_namecheck()
320 bookmark_namecheck(const char *path, namecheck_err_t *why, char *what) in bookmark_namecheck()
339 snapshot_namecheck(const char *path, namecheck_err_t *why, char *what) in snapshot_namecheck()
408 pool_namecheck(const char *pool, namecheck_err_t *why, char *what) in pool_namecheck()
/freebsd/contrib/libcxxrt/
H A Dstdexcept.cc41 const char* exception::what() const _LIBCXXRT_NOEXCEPT in what() function in std::exception
53 const char* bad_alloc::what() const _LIBCXXRT_NOEXCEPT in what() function in std::bad_alloc
67 const char* bad_cast::what() const _LIBCXXRT_NOEXCEPT in what() function in std::bad_cast
80 const char* bad_typeid::what() const _LIBCXXRT_NOEXCEPT in what() function in std::bad_typeid
93 const char* bad_array_new_length::what() const _LIBCXXRT_NOEXCEPT in what() function in std::bad_array_new_length
/freebsd/sys/fs/cuse/
H A Dcuse_defs.h81 #define CUSE_ID_DEFAULT(what) CUSE_MAKE_ID(0,0,what,0) argument
82 #define CUSE_ID_WEBCAMD(what) CUSE_MAKE_ID('W','C',what,0) /* Used by Webcamd. */ argument
83 #define CUSE_ID_SUNDTEK(what) CUSE_MAKE_ID('S','K',what,0) /* Used by Sundtek. */ argument
84 #define CUSE_ID_CX88(what) CUSE_MAKE_ID('C','X',what,0) /* Used by cx88 driver. */ argument
85 #define CUSE_ID_UHIDD(what) CUSE_MAKE_ID('U','D',what,0) /* Used by uhidd. */ argument
/freebsd/contrib/llvm-project/libcxx/src/
H A Dany.cpp12 const char* bad_any_cast::what() const noexcept { return "bad any cast"; } in what() function in std::bad_any_cast
30 const char* bad_any_cast::what() const noexcept { what() function in bad_any_cast
H A Dexpected.cpp13 const char* bad_expected_access<void>::what() const noexcept { return "bad access to std::expected"… in what() function in bad_expected_access
H A Dvariant.cpp13 const char* bad_variant_access::what() const noexcept { return "bad_variant_access"; } in what() function in std::bad_variant_access
H A Dfunctional.cpp16 const char* bad_function_call::what() const noexcept { return "std::bad_function_call"; } in what() function in bad_function_call
H A Doptional.cpp16 const char* bad_optional_access::what() const noexcept { return "bad_optional_access"; } in what() function in std::bad_optional_access
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c457 errno_t what = errno; in create() local
471 errno_t what = errno; in create() local
480 errno_t what = errno; in create() local
495 errno_t what = errno; in create() local
508 errno_t what = errno; in create() local
527 errno_t what = errno; in rm() local
563 errno_t what = errno; in info() local
573 errno_t what = errno; in info() local
620 errno_t what = errno; in recv() local
631 errno_t what = errno; in recv() local
[all …]
/freebsd/sys/sys/
H A Drangelock.h75 #define rangelock_cookie_assert_(cookie, what, file, line) \ argument
78 #define rangelock_cookie_assert_(cookie, what, file, line) (void)0 argument
81 #define rangelock_cookie_assert(cookie, what) \ argument
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c96 int what, c, i; in main() local
382 ath_hal_anyregs(int what) in ath_hal_anyregs()
396 ath_hal_setupregs(struct ath_diag *atd, int what) in ath_hal_setupregs()
449 ath_hal_dumpregs(FILE *fd, int what) in ath_hal_dumpregs()
524 ath_hal_dumpint(FILE *fd, int what) in ath_hal_dumpint()
548 ath_hal_dumpqcu(FILE *fd, int what) in ath_hal_dumpqcu()
574 ath_hal_dumpdcu(FILE *fd, int what) in ath_hal_dumpdcu()
591 ath_hal_dumpbb(FILE *fd, int what) in ath_hal_dumpbb()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_async.c105 be_async_run_eventcb(struct bufferevent *bev, short what, int options) in be_async_run_eventcb()
109 be_async_trigger_nolock(struct bufferevent *bev, short what, int options) in be_async_trigger_nolock()
345 be_async_enable(struct bufferevent *buf, short what) in be_async_enable()
373 be_async_disable(struct bufferevent *bev, short what) in be_async_disable()
426 be_async_flush(struct bufferevent *bev, short what, in be_async_flush()
466 short what = BEV_EVENT_READING; in read_complete() local
505 short what = BEV_EVENT_WRITING; in write_complete() local
H A Dbufferevent.c67 bufferevent_suspend_read_(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_suspend_read_()
78 bufferevent_unsuspend_read_(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_unsuspend_read_()
89 bufferevent_suspend_write_(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_suspend_write_()
100 bufferevent_unsuspend_write_(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_unsuspend_write_()
175 short what = bufev_private->eventcb_pending; in bufferevent_run_deferred_callbacks_locked() local
220 short what = bufev_private->eventcb_pending; in bufferevent_run_deferred_callbacks_unlocked() local
285 bufferevent_run_eventcb_(struct bufferevent *bufev, short what, int options) in bufferevent_run_eventcb_()
301 bufferevent_trigger_event(struct bufferevent *bufev, short what, int options) in bufferevent_trigger_event()
/freebsd/contrib/libevent/
H A Dbufferevent_async.c105 be_async_run_eventcb(struct bufferevent *bev, short what, int options) in be_async_run_eventcb()
109 be_async_trigger_nolock(struct bufferevent *bev, short what, int options) in be_async_trigger_nolock()
345 be_async_enable(struct bufferevent *buf, short what) in be_async_enable()
373 be_async_disable(struct bufferevent *bev, short what) in be_async_disable()
426 be_async_flush(struct bufferevent *bev, short what, in be_async_flush()
466 short what = BEV_EVENT_READING; in read_complete() local
505 short what = BEV_EVENT_WRITING; in write_complete() local
H A Dbufferevent.c67 bufferevent_suspend_read_(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_suspend_read_()
78 bufferevent_unsuspend_read_(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_unsuspend_read_()
89 bufferevent_suspend_write_(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_suspend_write_()
100 bufferevent_unsuspend_write_(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_unsuspend_write_()
175 short what = bufev_private->eventcb_pending; in bufferevent_run_deferred_callbacks_locked() local
220 short what = bufev_private->eventcb_pending; in bufferevent_run_deferred_callbacks_unlocked() local
285 bufferevent_run_eventcb_(struct bufferevent *bufev, short what, int options) in bufferevent_run_eventcb_()
301 bufferevent_trigger_event(struct bufferevent *bufev, short what, int options) in bufferevent_trigger_event()
/freebsd/contrib/sendmail/libsm/
H A Dsyslogio.c173 sm_syslogsetinfo(fp, what, valp) in sm_syslogsetinfo() argument
206 sm_sysloggetinfo(fp, what, valp) in sm_sysloggetinfo() argument
H A Dfindfp.c283 sm_io_setinfo(fp, what, valp) in sm_io_setinfo() argument
355 sm_io_getinfo(fp, what, valp) in sm_io_getinfo() argument
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c133 errorcb(struct bufferevent *bev, short what, void *arg) in errorcb()
400 wm_errorcb(struct bufferevent *bev, short what, void *arg) in wm_errorcb()
627 sender_errorcb(struct bufferevent *bev, short what, void *ctx) in sender_errorcb()
682 reader_eventcb(struct bufferevent *bev, short what, void *ctx) in reader_eventcb()
711 reader_eventcb_simple(struct bufferevent *bev, short what, void *ctx) in reader_eventcb_simple()
804 close_socket_cb(evutil_socket_t fd, short what, void *arg) in close_socket_cb()
868 want_fail_eventcb(struct bufferevent *bev, short what, void *ctx) in want_fail_eventcb()
958 bev_timeout_event_cb(struct bufferevent *bev, short what, void *arg) in bev_timeout_event_cb()
1077 trigger_failure_cb(evutil_socket_t fd, short what, void *ctx) in trigger_failure_cb()
1083 trigger_eventcb(struct bufferevent *bev, short what, void *ctx) in trigger_eventcb()
[all …]
H A Dregress_thread.c75 wake_all_timeout(evutil_socket_t fd, short what, void *arg) in wake_all_timeout()
85 wake_one_timeout(evutil_socket_t fd, short what, void *arg) in wake_one_timeout()
436 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback()
442 start_threads_callback(evutil_socket_t fd, short what, void *arg) in start_threads_callback()
502 note_time_cb(evutil_socket_t fd, short what, void *arg) in note_time_cb()
/freebsd/contrib/libevent/test/
H A Dregress_bufferevent.c133 errorcb(struct bufferevent *bev, short what, void *arg) in errorcb()
400 wm_errorcb(struct bufferevent *bev, short what, void *arg) in wm_errorcb()
627 sender_errorcb(struct bufferevent *bev, short what, void *ctx) in sender_errorcb()
682 reader_eventcb(struct bufferevent *bev, short what, void *ctx) in reader_eventcb()
711 reader_eventcb_simple(struct bufferevent *bev, short what, void *ctx) in reader_eventcb_simple()
804 close_socket_cb(evutil_socket_t fd, short what, void *arg) in close_socket_cb()
868 want_fail_eventcb(struct bufferevent *bev, short what, void *ctx) in want_fail_eventcb()
958 bev_timeout_event_cb(struct bufferevent *bev, short what, void *arg) in bev_timeout_event_cb()
1077 trigger_failure_cb(evutil_socket_t fd, short what, void *ctx) in trigger_failure_cb()
1083 trigger_eventcb(struct bufferevent *bev, short what, void *ctx) in trigger_eventcb()
[all …]
H A Dregress_thread.c75 wake_all_timeout(evutil_socket_t fd, short what, void *arg) in wake_all_timeout()
85 wake_one_timeout(evutil_socket_t fd, short what, void *arg) in wake_one_timeout()
436 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback()
442 start_threads_callback(evutil_socket_t fd, short what, void *arg) in start_threads_callback()
502 note_time_cb(evutil_socket_t fd, short what, void *arg) in note_time_cb()
/freebsd/crypto/openssh/regress/
H A Dmodpipe.c45 enum { MOD_XOR, MOD_AND_OR } what; member
53 char what[16+1]; in parse_modification() local
/freebsd/crypto/openssl/test/
H A Dtiming_load_creds.c78 static void print_timeval(const char *what, struct timeval *tp) in print_timeval()
100 int i, debug = 0, count = 100, what = 'c'; in main() local
/freebsd/contrib/sendmail/src/
H A Dshmticklib.c37 int what; variable
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h158 __throw_filesystem_error(what, ec); in report() local
176 __throw_filesystem_error(what, ec); in report_impl() local

12345678910>>...15