Home
last modified time | relevance | path

Searched refs:what (Results 126 – 150 of 1221) sorted by relevance

12345678910>>...49

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c314 dtrace_dropkind_t what, uint64_t howmany) in dt_handle_cpudrop() argument
321 assert(what == DTRACEDROP_PRINCIPAL || what == DTRACEDROP_AGGREGATION); in dt_handle_cpudrop()
326 drop.dtdda_kind = what; in dt_handle_cpudrop()
331 (void) snprintf(str, sizeof (str), "[%s] ", dt_droptag(what)); in dt_handle_cpudrop()
341 what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ", in dt_handle_cpudrop()
/freebsd/contrib/sendmail/src/
H A Dbf.c263 sm_bfgetinfo(fp, what, valp) in sm_bfgetinfo() argument
265 int what;
271 switch (what)
825 sm_bfsetinfo(fp, what, valp) in sm_bfsetinfo() argument
827 int what;
835 switch (what)
H A Dsfsasl.c57 sasl_getinfo(fp, what, valp) in sasl_getinfo() argument
59 int what;
64 switch (what)
76 return sm_io_getinfo(so->fp, what, valp);
449 tls_getinfo(fp, what, valp) in tls_getinfo() argument
451 int what;
456 switch (what)
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h289 #define BHND_NVSTORE_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->mtx, what) argument
304 #define BHND_NVSTORE_LOCK_ASSERT(sc, what) argument
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlmem.c45 int limit, const char *what) { in luaM_growaux_() argument
50 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h127 #define BHNDB_PCI_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->mtx, what) argument
/freebsd/contrib/lua/src/
H A Dlauxlib.c107 else if (*ar->what == 'm') /* main? */ in pushfuncname()
109 else if (*ar->what != 'C') /* for Lua functions, use <file:line> */ in pushfuncname()
272 #define l_inspectstat(stat,what) \ argument
274 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
278 #define l_inspectstat(stat,what) /* no op */ argument
289 const char *what = "exit"; /* type of termination */ in luaL_execresult() local
290 l_inspectstat(stat, what); /* interpret result */ in luaL_execresult()
291 if (*what == 'e' && stat == 0) /* successful termination? */ in luaL_execresult()
295 lua_pushstring(L, what); in luaL_execresult()
734 static int errfile (lua_State *L, const char *what, int fnameindex) { in errfile() argument
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Doptions.cpp333 "validated: %s") % raw_value % e.what()); in convert()
398 "validated: %s") % raw_value % e.what()); in convert()
453 raw_value, e.what()); in validate()
472 "validated: %s") % raw_value % e.what()); in convert()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c328 short what = BEV_EVENT_EOF; in be_pair_flush() local
330 what |= BEV_EVENT_WRITING; in be_pair_flush()
332 what |= BEV_EVENT_READING; in be_pair_flush()
333 bufferevent_run_eventcb_(partner, what, 0); in be_pair_flush()
/freebsd/contrib/libevent/
H A Dbufferevent_pair.c328 short what = BEV_EVENT_EOF; in be_pair_flush() local
330 what |= BEV_EVENT_WRITING; in be_pair_flush()
332 what |= BEV_EVENT_READING; in be_pair_flush()
333 bufferevent_run_eventcb_(partner, what, 0); in be_pair_flush()
/freebsd/sys/kern/
H A Dkern_sx.c114 static void assert_sx(const struct lock_object *lock, int what);
139 #define _sx_assert(sx, what, file, line) argument
175 assert_sx(const struct lock_object *lock, int what) in assert_sx() argument
178 sx_assert((const struct sx *)lock, what); in assert_sx()
1430 switch (what) { in _sx_assert()
1442 witness_assert(&sx->lock_object, what, file, line); in _sx_assert()
1458 if (what & SA_NOTRECURSED) in _sx_assert()
1462 } else if (what & SA_RECURSED) in _sx_assert()
1475 if (what & SA_NOTRECURSED) in _sx_assert()
1478 } else if (what & SA_RECURSED) in _sx_assert()
[all …]
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctlvar.h122 #define PWRCTL_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->mtx, what) argument
/freebsd/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp69 atf::system_error::what(void) in what() function in atf::system_error
75 m_message = std::string(std::runtime_error::what()) + ": "; in what()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c258 const char *what = BASIC_REQUEST_BODY; in http_readcb() local
307 if (what & BEV_EVENT_CONNECTED) in http_errorcb()
640 const char *what = "Hello, 127.0.0.1"; in http_badreq_readcb() local
1615 const char *what = arg; in http_request_done() local
1884 const char *what = "DISPATCHER_TEST"; in http_dispatcher_test_done() local
2062 const char *what = BASIC_REQUEST_BODY; in http_postrequest_done() local
2180 const char *what = "That ain't funny"; in http_putrequest_done() local
2217 const char *what = "400 Bad Request"; in http_failure_readcb() local
3077 if (what & BEV_EVENT_CONNECTED) in http_incomplete_errorcb()
3181 if (what & BEV_EVENT_CONNECTED) in http_chunked_errorcb()
[all …]
/freebsd/contrib/libevent/test/
H A Dregress_http.c258 const char *what = BASIC_REQUEST_BODY; in http_readcb() local
307 if (what & BEV_EVENT_CONNECTED) in http_errorcb()
640 const char *what = "Hello, 127.0.0.1"; in http_badreq_readcb() local
1615 const char *what = arg; in http_request_done() local
1884 const char *what = "DISPATCHER_TEST"; in http_dispatcher_test_done() local
2062 const char *what = BASIC_REQUEST_BODY; in http_postrequest_done() local
2180 const char *what = "That ain't funny"; in http_putrequest_done() local
2217 const char *what = "400 Bad Request"; in http_failure_readcb() local
3077 if (what & BEV_EVENT_CONNECTED) in http_incomplete_errorcb()
3181 if (what & BEV_EVENT_CONNECTED) in http_chunked_errorcb()
[all …]
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmuvar.h124 #define BPMU_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->mtx, what) argument
/freebsd/sys/dev/ispfw/
H A Dispfw.c150 module_handler(module_t mod, int what, void *arg) in module_handler() argument
153 switch (what) { in module_handler()
/freebsd/sys/sys/
H A Dmutex.h131 void __mtx_assert(const volatile uintptr_t *c, int what, const char *file,
441 #define mtx_assert_(m, what, file, line) \ argument
442 _mtx_assert((m), (what), (file), (line))
447 #define mtx_assert_(m, what, file, line) (void)0 argument
463 #define mtx_assert(m, what) \ argument
464 mtx_assert_((m), (what), __FILE__, __LINE__)
H A Drwlock.h152 void __rw_assert(const volatile uintptr_t *c, int what, const char *file,
293 #define rw_assert(rw, what) _rw_assert((rw), (what), LOCK_FILE, LOCK_LINE) argument
295 #define rw_assert(rw, what) argument
/freebsd/contrib/libedit/
H A Deln.c250 int what = va_arg(ap, int); in el_set() local
252 ret = el_wset(el, op, what, fp); in el_set()
344 int what = va_arg(ap, int); in el_get() local
346 ret = el_wget(el, op, what, fpp); in el_get()
/freebsd/sys/dev/nvmf/
H A Dnvmf_transport.c226 nvmf_transport_module_handler(struct module *mod, int what, void *arg) in nvmf_transport_module_handler() argument
232 switch (what) { in nvmf_transport_module_handler()
321 nvmf_transport_modevent(module_t mod __unused, int what, void *arg __unused) in nvmf_transport_modevent() argument
323 switch (what) { in nvmf_transport_modevent()
/freebsd/contrib/kyua/utils/config/
H A Dtree.cpp126 "mistake: " + std::string(e.what())); in define_dynamic()
202 throw invalid_key_value(key, e.what()); in set_lua()
257 throw invalid_key_value(key, e.what()); in set_string()
/freebsd/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c76 int get_file_time(char *pfile, int what, time_t *ptr);
182 get_file_time(char *pfile, int what, time_t *ptr) in get_file_time() argument
194 switch (what) { in get_file_time()
/freebsd/contrib/lutok/
H A Doperations.cpp90 e.what()); in do_file()
130 e.what()); in do_string()
/freebsd/contrib/kyua/utils/fs/
H A Dauto_cleaners.cpp68 e.what()); in ~impl()
180 e.what()); in ~impl()

12345678910>>...49