Searched refs:what (Results 426 - 450 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/tcsh/
H A Dsh.set.c1107 plist(struct varent *p, int what) argument
1118 if ((p->v_flags & what) != 0) {
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c385 const char *p, int what) {
390 ms->capture[level].len = what;
458 ep = classend(ms, p); /* points to what is next */
384 start_capture(MatchState *ms, const char *s, const char *p, int what) argument
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-sunsh.mk78 # the ':sh' assignment operator modifier. Let's see what happens ...
H A Descape.mk31 # Our practice, despite what POSIX might say, is that "\#"
/freebsd-current/contrib/libpcap/
H A Dpcap-dos.c641 void pcap_assert (const char *what, const char *file, unsigned line) argument
645 file, line, what);
698 /* Select what traffic to receive
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c394 bev_refill_callback_(evutil_socket_t fd, short what, void *arg) argument
432 maybe figure out what timeout we really want.
529 bev_group_refill_callback_(evutil_socket_t fd, short what, void *arg) argument
817 * bufferevent_get_read_max_() is more likely what you want*/
836 * bufferevent_get_write_max_() is more likely what you want*/
943 * bufferevent_get_read_max_() is more likely what you want*/
956 * bufferevent_get_write_max_() is more likely what you want. */
/freebsd-current/stand/kshim/
H A Dbsd_kernel.c899 device_get_method(device_t dev, const char *what) argument
905 if (devclass_equal(mtod->desc, what)) {
/freebsd-current/sys/dev/gpio/
H A Dgpiokeys.c1028 gpiokeys_driver_load(module_t mod, int what, void *arg) argument
1030 switch (what) {
/freebsd-current/usr.bin/sort/
H A Dsort.c502 unknown(const char *what) argument
505 errx(2, "%s: %s", getstr(3), what);
/freebsd-current/usr.sbin/ctld/
H A Dlogin.c190 login_list_contains(const char *list, const char *what) argument
197 if (strcmp(token, what) == 0) {
555 * We'll limit our _send_ to what the initiator can handle but
928 * At this point we know what kind of authentication we need.
/freebsd-current/usr.sbin/ppp/
H A Dccp.c324 CcpInitRestartCounter(struct fsm *fp, int what) argument
330 switch (what) {
H A Dipv6cp.c596 ipv6cp_InitRestartCounter(struct fsm *fp, int what) argument
602 switch (what) {
/freebsd-current/contrib/file/src/
H A Dfuncs.c75 file_checkfield(char *msg, size_t mlen, const char *what, const char **pp) argument
88 snprintf(msg, mlen, "field %s too large: %d", what, fw);
/freebsd-current/share/mk/
H A Dlocal.dirdeps.mk131 # These hints will not factor into the final Makefile.depend as only what is
H A Dsrc.sys.obj.mk65 # this is what we use below
/freebsd-current/contrib/libevent/
H A Dbufferevent_ratelim.c394 bev_refill_callback_(evutil_socket_t fd, short what, void *arg) argument
432 maybe figure out what timeout we really want.
529 bev_group_refill_callback_(evutil_socket_t fd, short what, void *arg) argument
817 * bufferevent_get_read_max_() is more likely what you want*/
836 * bufferevent_get_write_max_() is more likely what you want*/
943 * bufferevent_get_read_max_() is more likely what you want*/
956 * bufferevent_get_write_max_() is more likely what you want. */
/freebsd-current/sys/kern/
H A Dsubr_acl_nfs4.c603 * If they are not equal to what we want, append six ACEs.
942 * XXX: Read it again and make sure what does the "otherwise"
1372 acl_nfs4_modload(module_t module, int what, void *arg) argument
1378 switch (what) {
/freebsd-current/sys/amd64/sgx/
H A Dsgx.c1190 sgx_handler(module_t mod, int what, void *arg) argument
1194 switch (what) {
/freebsd-current/sys/netinet/
H A Dsiftr.c1348 * "what" == MOD_LOAD
1350 * "what" = MOD_QUIESCE first, followed by "what" = MOD_UNLOAD second
1352 * this function is called once with "what" = MOD_SHUTDOWN
1357 siftr_load_handler(module_t mod, int what, void *arg) argument
1361 switch (what) {
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf52 progs vacation vgrind vi vis vmstat w wall wc what whatis whereis who
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c115 * not in the range of what we consider "printable" ASCII, display it
156 get_what(mode_t what) argument
158 switch (what & S_IFMT) {
/freebsd-current/sys/dev/irdma/
H A Dicrdma.c781 * @what: the module event to handle
789 irdma_module_event_handler(module_t __unused mod, int what, void __unused * arg) argument
791 switch (what) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc324 // and DWARF, so it should do a good job regardless of what debug info or
600 /// handler can have a cookie passed to it to identify what instance of the
/freebsd-current/contrib/libcxxrt/
H A Dexception.cc245 virtual const char* what() const throw();
648 // FIXME: Check that this is really what the spec says to do.
749 fprintf(stderr, " '%s'", e->what());
1109 // with a future version of the ABI, it won't know what to do, so it
/freebsd-current/sys/i386/linux/
H A Dlinux_machdep.c106 switch (args->what & 0xFFFF) {
156 if ((args->what >> 16) == 0) {
523 * XXX: what if a user space program doesn't check this value and tries
663 /* EACCESS is what exec(2) returns. */
771 * (what a waste).

Completed in 377 milliseconds

<<11121314151617181920>>