Searched refs:what (Results 251 - 275 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/libevent/test/
H A Dregress_thread.c75 wake_all_timeout(evutil_socket_t fd, short what, void *arg) argument
85 wake_one_timeout(evutil_socket_t fd, short what, void *arg) argument
343 /* Now, let's see what happened. At least one of 5 or 6 should
436 timer_callback(evutil_socket_t fd, short what, void *arg) argument
442 start_threads_callback(evutil_socket_t fd, short what, void *arg) argument
502 note_time_cb(evutil_socket_t fd, short what, void *arg) argument
H A Dregress_dns.c1211 int what; member in struct:be_conn_hostname_result
1214 /* Bufferevent event callback for the connect_hostname test: remembers what
1217 be_connect_hostname_event_cb(struct bufferevent *bev, short what, void *ctx) argument
1221 if (got->what) {
1223 got->what, (int)what));
1226 TT_BLATHER(("Got a bufferevent event %d", what));
1227 got->what = what;
1229 if ((what
1419 cancel_gai_cb(evutil_socket_t fd, short what, void *ptr) argument
1815 gaic_cancel_request_cb(evutil_socket_t fd, short what, void *arg) argument
[all...]
H A Dregress.c368 simpleclose_close_fd_cb(evutil_socket_t s, short what, void *ptr) argument
380 record_event_cb(evutil_socket_t s, short what, void *ptr) argument
385 *whatp = what;
386 TT_BLATHER(("Recorded %d on socket %d", (int)what, (int)s));
1091 static void null_cb(evutil_socket_t fd, short what, void *arg) {}
1798 bad_reentrant_run_loop_cb(evutil_socket_t fd, short what, void *ptr)
1833 write_a_byte_cb(evutil_socket_t fd, short what, void *arg)
1840 read_and_drain_cb(evutil_socket_t fd, short what, void *arg)
1850 activate_other_event_cb(evutil_socket_t fd, short what, void *other_)
1908 static void incr_arg_cb(evutil_socket_t fd, short what, voi
[all...]
/freebsd-current/contrib/kyua/utils/process/
H A Dexecutor.cpp356 LE(F("Subprocess cleanup failed: %s") % error.what());
581 LE(F("Executor global cleanup failed: %s") % error.what());
608 data.control_directory() % e.what());
619 "%s: %s") % iter.control_directory() % e.what());
634 root_work_directory->directory() % e.what());
/freebsd-current/usr.bin/fstat/
H A Dfstat.c106 int arg, ch, what; local
110 what = KERN_PROC_PROC;
136 what = KERN_PROC_PID;
147 what = KERN_PROC_UID;
180 p = procstat_getprocs(procstat, what, arg, &cnt);
/freebsd-current/contrib/libedit/
H A Dterminal.c819 /* what termcap says we should use */
1316 char what[8], how[8]; local
1323 strlcpy(what, ct_encode_string(argv[1], &el->el_scratch), sizeof(what));
1330 if (strcmp(ts->name, what) == 0)
1342 if (strcmp(tv->name, what) == 0)
1347 "%ls: Bad capability `%s'.\n", argv[0], what);
1402 char *what; local
1408 what = argv[1];
1415 if (strcmp(ts->name, what)
[all...]
/freebsd-current/bin/ps/
H A Dps.c174 int prtheader, wflag, what, xkeep, xkeep_implied; local
360 * debate. This is what SUSv3 defines as
399 /* This is what SUSv3 defines as the `-u' option. */
487 * scan requested variables, noting what structures are needed,
499 what = showthreads != 0 ? KERN_PROC_ALL : KERN_PROC_PROC;
503 what = KERN_PROC_RGID | showthreads;
507 what = KERN_PROC_PGRP | showthreads;
511 what = KERN_PROC_PID | showthreads;
515 what = KERN_PROC_RUID | showthreads;
519 what
[all...]
/freebsd-current/sys/kern/
H A Dkern_mutex.c97 static void assert_mtx(const struct lock_object *lock, int what);
184 assert_mtx(const struct lock_object *lock, int what) argument
198 if (what & LA_LOCKED) {
199 what &= ~LA_LOCKED;
200 what |= LA_XLOCKED;
202 mtx_assert((const struct mtx *)lock, what);
1079 __mtx_assert(const volatile uintptr_t *c, int what, const char *file, int line) argument
1088 switch (what) {
1096 if ((what & MA_NOTRECURSED) != 0)
1099 } else if ((what
[all...]
/freebsd-current/crypto/openssl/
H A DConfigure219 # Still, the numbering we use here covers what we need.
535 our %disabled = ( # "what" => "comment"
564 # "what" => [ "cascade", ... ]
703 # Info about what "make variables" may be prefixed with the cross compiler
1450 # we expect the user to know what [s]He is doing.
1792 foreach my $what (sort keys %disabled) {
1795 next if $deprecated_disablables{$what};
1798 next if $what =~ m|^deprecated-|;
1800 $config{options} .= " no-$what";
1802 if (!grep { $what e
[all...]
/freebsd-current/tools/tools/ath/athprom/
H A Dathprom.c226 token(FILE *fd, char id[], int maxid, const char *what) argument
240 warnx("line %d, %s too long", lineno, what);
252 skipto(FILE *fd, const char *what) argument
264 if (strcasecmp(id, what) == 0)
279 warnx("EOF with no matching .%s", what);
460 undef(const char *what) argument
462 warnx("%s undefined for version %d.%d format EEPROM", what,
/freebsd-current/sys/netinet/
H A Dtcp_timer.c689 * - Reduce MTU to lower value than what we
823 tcp_bblog_timer(struct tcpcb *tp, tt_which which, tt_what what, uint32_t ticks) argument
835 lgb->tlb_flex1 = (what << 8) | which;
836 if (what == TT_STARTING) {
913 tt_what what; local
924 what = TT_STARTING;
928 what = TT_STOPPING;
931 tcp_bblog_timer(tp, which, what, delta);
/freebsd-current/contrib/kyua/model/
H A Dmetadata.cpp217 throw config::value_error(e.what());
324 key % e.what());
348 key % e.what());
1031 F("Invalid value for metadata property %s: %s") % key % e.what());
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c81 args->what.name = "giant-skunk";
82 args->what.dir.data.data_len = rootfh->fhandle3_len;
83 args->what.dir.data.data_val = rootfh->fhandle3_val;
/freebsd-current/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h293 LUA_API int (lua_gc) (lua_State *L, int what, int data);
382 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
402 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */ member in struct:lua_Debug
/freebsd-current/crypto/openssh/
H A Dsshbuf.c32 # define SSHBUF_TELL(what) do { \
34 __FILE__, __LINE__, __func__, what, \
39 # define SSHBUF_TELL(what)
/freebsd-current/tools/bus_space/Python/
H A Dlang.c327 int error, mdid, sid, what; local
329 if (!PyArg_ParseTuple(args, "ii", &mdid, &what))
331 sid = bd_md_first_seg(mdid, what);
/freebsd-current/sys/riscv/sifive/
H A Dsifive_uart.c256 sfuart_bus_flush(struct uart_softc *sc, int what) argument
264 if (what & UART_FLUSH_TRANSMITTER) {
270 if (what & UART_FLUSH_RECEIVER) {
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1211 int what; member in struct:be_conn_hostname_result
1214 /* Bufferevent event callback for the connect_hostname test: remembers what
1217 be_connect_hostname_event_cb(struct bufferevent *bev, short what, void *ctx) argument
1221 if (got->what) {
1223 got->what, (int)what));
1226 TT_BLATHER(("Got a bufferevent event %d", what));
1227 got->what = what;
1229 if ((what
1419 cancel_gai_cb(evutil_socket_t fd, short what, void *ptr) argument
1815 gaic_cancel_request_cb(evutil_socket_t fd, short what, void *arg) argument
[all...]
H A Dregress.c368 simpleclose_close_fd_cb(evutil_socket_t s, short what, void *ptr) argument
380 record_event_cb(evutil_socket_t s, short what, void *ptr) argument
385 *whatp = what;
386 TT_BLATHER(("Recorded %d on socket %d", (int)what, (int)s));
1091 static void null_cb(evutil_socket_t fd, short what, void *arg) {}
1798 bad_reentrant_run_loop_cb(evutil_socket_t fd, short what, void *ptr)
1833 write_a_byte_cb(evutil_socket_t fd, short what, void *arg)
1840 read_and_drain_cb(evutil_socket_t fd, short what, void *arg)
1850 activate_other_event_cb(evutil_socket_t fd, short what, void *other_)
1908 static void incr_arg_cb(evutil_socket_t fd, short what, voi
[all...]
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dui.cpp144 e.what());
/freebsd-current/contrib/kyua/engine/
H A Datf_list.cpp146 throw engine::format_error(e.what());
H A Dconfig.cpp251 throw load_error(file, e.what());
/freebsd-current/contrib/kyua/utils/config/
H A Dlua_module.cpp167 e.what());
254 /// entity that defines what configuration variables exist.
/freebsd-current/contrib/libpcap/
H A Dpcap-dos.h217 void pcap_assert (const char *what, const char *file, unsigned line);
/freebsd-current/contrib/kyua/utils/
H A Denv.cpp133 home.get() % e.what());

Completed in 321 milliseconds

<<11121314151617181920>>