Home
last modified time | relevance | path

Searched refs:what (Results 176 – 200 of 1223) sorted by relevance

12345678910>>...49

/freebsd/usr.bin/fstat/
H A Dfstat.c106 int arg, ch, what; in do_fstat() local
110 what = KERN_PROC_PROC; in do_fstat()
136 what = KERN_PROC_PID; in do_fstat()
147 what = KERN_PROC_UID; in do_fstat()
180 p = procstat_getprocs(procstat, what, arg, &cnt); in do_fstat()
/freebsd/sys/dev/usb/
H A Dusb_dev.c2054 while (len || (what == 1)) { in usb_fifo_put_data()
2068 if ((len == 0) && (what == 1)) { in usb_fifo_put_data()
2075 if ((len == 0) || (what == 1)) { in usb_fifo_put_data()
2086 usb_size_t len, uint8_t what) in usb_fifo_put_data_linear() argument
2091 while (len || (what == 1)) { in usb_fifo_put_data_linear()
2105 if ((len == 0) && (what == 1)) { in usb_fifo_put_data_linear()
2112 if ((len == 0) || (what == 1)) { in usb_fifo_put_data_linear()
2159 uint8_t what) in usb_fifo_get_data() argument
2183 if ((m->cur_data_len == 0) || (what == 1)) { in usb_fifo_get_data()
2188 if (what == 1) { in usb_fifo_get_data()
[all …]
/freebsd/contrib/lua/src/
H A Dltablib.c46 static void checktab (lua_State *L, int arg, int what) { in checktab() argument
50 (!(what & TAB_R) || checkfield(L, "__index", ++n)) && in checktab()
51 (!(what & TAB_W) || checkfield(L, "__newindex", ++n)) && in checktab()
52 (!(what & TAB_L) || checkfield(L, "__len", ++n))) { in checktab()
/freebsd/contrib/kyua/cli/
H A Dcmd_db_exec.cpp194 cmdline::print_error(ui, F("SQLite error: %s.") % e.what()); in run()
197 cmdline::print_error(ui, F("%s.") % e.what()); in run()
/freebsd/contrib/libpcap/
H A DTODO14 design guideline for what is done where. There should be a common coding
16 what needs to be documented.
/freebsd/sys/netlink/
H A Dnetlink_sysevent.c182 nlsysevent_loader(module_t mod __unused, int what, void *priv __unused) in nlsysevent_loader() argument
186 switch (what) { in nlsysevent_loader()
/freebsd/tools/tools/ath/athani/
H A Dmain.c180 int what, c; in main() local
188 what = 0; in main()
/freebsd/contrib/blocklist/diff/
H A Dftpd.diff19 +pfilter_notify(int what, const char *msg)
26 + blacklist_r(blstate, what, 0, msg);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c380 record_event_cb(evutil_socket_t s, short what, void *ptr) in record_event_cb() argument
385 *whatp = what; in record_event_cb()
1911 (void) fd; (void) what; in incr_arg_cb()
1917 (void) fd; (void) what; in remove_timers_cb()
1924 (void) fd; (void) what; in send_a_byte_cb()
1939 (void) fd; (void) what; in read_not_timeout_cb()
1942 rntp->events |= what; in read_not_timeout_cb()
3161 short what; in test_get_assignment() local
3170 tt_int_op(what, ==, EV_READ); in test_get_assignment()
3347 tabf_cb(evutil_socket_t fd, short what, void *arg) in tabf_cb() argument
[all …]
/freebsd/contrib/libevent/test/
H A Dregress.c380 record_event_cb(evutil_socket_t s, short what, void *ptr) in record_event_cb() argument
385 *whatp = what; in record_event_cb()
1911 (void) fd; (void) what; in incr_arg_cb()
1917 (void) fd; (void) what; in remove_timers_cb()
1924 (void) fd; (void) what; in send_a_byte_cb()
1939 (void) fd; (void) what; in read_not_timeout_cb()
1942 rntp->events |= what; in read_not_timeout_cb()
3161 short what; in test_get_assignment() local
3170 tt_int_op(what, ==, EV_READ); in test_get_assignment()
3347 tabf_cb(evutil_socket_t fd, short what, void *arg) in tabf_cb() argument
[all …]
/freebsd/bin/ps/
H A Dps.c174 int prtheader, wflag, what, xkeep, xkeep_implied; in main() local
499 what = showthreads != 0 ? KERN_PROC_ALL : KERN_PROC_PROC; in main()
503 what = KERN_PROC_RGID | showthreads; in main()
507 what = KERN_PROC_PGRP | showthreads; in main()
511 what = KERN_PROC_PID | showthreads; in main()
515 what = KERN_PROC_RUID | showthreads; in main()
519 what = KERN_PROC_SESSION | showthreads; in main()
523 what = KERN_PROC_TTY | showthreads; in main()
527 what = KERN_PROC_UID | showthreads; in main()
537 kp = kvm_getprocs(kd, what, flag, &nentries); in main()
/freebsd/share/examples/netgraph/
H A Dngctl40 # node, which tells it what kind of socket to create.
72 # This is what you would have to do for protocol families other
79 # number, we need to do a ``getname'' to see what port number we got:
90 # us in its ASCII form. In this case, what we get back is a struct
102 # Now watch what happens when we try to ping from that machine:
/freebsd/libexec/nuageinit/
H A Dyaml.lua66 local string_trim = function(s, what)
67 what = what or " "
68 return s:gsub("^[" .. what .. "]*(.-)["..what.."]*$", "%1")
/freebsd/contrib/dialog/samples/install/
H A Dsetup.help19 - overview about what "setup" does.
22 - how to use "setup", what keys are supported
/freebsd/contrib/libxo/
H A DREADME.md10 described in a format string. A "field descriptor" tells libxo what
11 the field is and what it means.
/freebsd/tools/uma/smrstress/
H A Dsmrstress.c204 smrs_modevent(module_t mod, int what, void *arg) in smrs_modevent() argument
207 switch (what) { in smrs_modevent()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexception26 virtual const char* what() const noexcept;
37 virtual const char* what() const noexcept;
/freebsd/sys/dev/sound/pcm/
H A Dbuffer.c732 sndbuf_dump(struct snd_dbuf *b, char *s, u_int32_t what) in sndbuf_dump() argument
735 if (what & 0x01) in sndbuf_dump()
737 if (what & 0x02) in sndbuf_dump()
739 if (what & 0x04) in sndbuf_dump()
741 if (what & 0x08) in sndbuf_dump()
743 if (what & 0x10) in sndbuf_dump()
/freebsd/contrib/llvm-project/libcxx/src/
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.cpp18 const char* bad_function_call::what() const noexcept { return "std::bad_function_call"; } in what() function in bad_function_call
/freebsd/sys/kern/
H A Dkern_devctl.c136 static void devaddq(const char *type, const char *what, device_t dev);
484 devaddq(const char *type, const char *what, device_t dev) in devaddq() argument
495 sbuf_cat(&sb, what); in devaddq()
531 what, t, sbuf_data(&sb) + beginlen); in devaddq()
/freebsd/contrib/file/magic/Magdir/
H A Dclipper6 # XXX - what byte order does the Clipper use?
8 # XXX - what's the "!" stuff:
/freebsd/tools/test/stress2/misc/
H A Dfpclone.sh164 fpclone_modevent(module_t mod, int what, void *arg)
166 switch (what) {
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h201 #define UCOM_MTX_ASSERT(sc, what) USB_MTX_ASSERT((sc)->sc_mtx, what) argument
/freebsd/usr.bin/what/
H A DMakefile3 PROG= what

12345678910>>...49