/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_namecheck.c | 99 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 D | stdexcept.cc | 41 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 D | cuse_defs.h | 81 #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 D | any.cpp | 12 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 D | expected.cpp | 13 const char* bad_expected_access<void>::what() const noexcept { return "bad access to std::expected"… in what() function in bad_expected_access
|
H A D | variant.cpp | 13 const char* bad_variant_access::what() const noexcept { return "bad_variant_access"; } in what() function in std::bad_variant_access
|
H A D | functional.cpp | 16 const char* bad_function_call::what() const noexcept { return "std::bad_function_call"; } in what() function in bad_function_call
|
H A D | optional.cpp | 16 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 D | posixmqcontrol.c | 457 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 D | rangelock.h | 75 #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 D | dumpregs.c | 96 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 D | bufferevent_async.c | 105 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 D | bufferevent.c | 67 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 D | bufferevent_async.c | 105 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 D | bufferevent.c | 67 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 D | syslogio.c | 173 sm_syslogsetinfo(fp, what, valp) in sm_syslogsetinfo() argument 206 sm_sysloggetinfo(fp, what, valp) in sm_sysloggetinfo() argument
|
H A D | findfp.c | 283 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 D | regress_bufferevent.c | 133 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 D | regress_thread.c | 75 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 D | regress_bufferevent.c | 133 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 D | regress_thread.c | 75 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 D | modpipe.c | 45 enum { MOD_XOR, MOD_AND_OR } what; member 53 char what[16+1]; in parse_modification() local
|
/freebsd/crypto/openssl/test/ |
H A D | timing_load_creds.c | 78 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 D | shmticklib.c | 37 int what; variable
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | error.h | 158 __throw_filesystem_error(what, ec); in report() local 176 __throw_filesystem_error(what, ec); in report_impl() local
|