| /freebsd-11-stable/tools/tools/ath/athregs/ |
| HD | dumpregs.c | 62 static int ath_hal_anyregs(int what); 63 static int ath_hal_setupregs(struct ath_diag *atd, int what); 65 static void ath_hal_dumpregs(FILE *fd, int what); 68 static void ath_hal_dumpint(FILE *fd, int what); 69 static void ath_hal_dumpqcu(FILE *fd, int what); 70 static void ath_hal_dumpdcu(FILE *fd, int what); 71 static void ath_hal_dumpbb(FILE *fd, int what); 98 int what, c, i; in main() local 107 what = 0; in main() 113 what |= DUMP_ALL; in main() [all …]
|
| /freebsd-11-stable/sys/fs/cuse/ |
| HD | cuse_defs.h | 82 #define CUSE_ID_DEFAULT(what) CUSE_MAKE_ID(0,0,what,0) argument 83 #define CUSE_ID_WEBCAMD(what) CUSE_MAKE_ID('W','C',what,0) /* Used by Webcamd. */ argument 84 #define CUSE_ID_SUNDTEK(what) CUSE_MAKE_ID('S','K',what,0) /* Used by Sundtek. */ argument 85 #define CUSE_ID_CX88(what) CUSE_MAKE_ID('C','X',what,0) /* Used by cx88 driver. */ argument 86 #define CUSE_ID_UHIDD(what) CUSE_MAKE_ID('U','D',what,0) /* Used by uhidd. */ argument
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | wince-stub.c | 120 gdb_wince_id what; in getdword() local 126 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what)) in getdword() 128 while (what_this != what); in getdword() 143 gdb_wince_id what; in getword() local 149 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what)) in getword() 151 while (what_this != what); in getword() 160 #define gethandle(huh, s, what) (HANDLE) getdword ((huh), (s), (what)) argument 161 #define getpvoid(huh, s, what) (LPVOID) getdword ((huh), (s), (what)) argument 162 #define getlen(huh, s, what) (gdb_wince_len) getword ((huh), (s), (what)) argument 168 getmemory (LPCWSTR huh, int s, gdb_wince_id what, gdb_wince_len *inlen) in getmemory() argument [all …]
|
| HD | proc-why.c | 108 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, in proc_prettyfprint_why() argument 130 proc_prettyfprint_signal (file, what, verbose); in proc_prettyfprint_why() 135 proc_prettyfprint_fault (file, what, verbose); in proc_prettyfprint_why() 141 proc_prettyfprint_syscall (file, what, verbose); in proc_prettyfprint_why() 147 proc_prettyfprint_syscall (file, what, verbose); in proc_prettyfprint_why() 152 proc_prettyfprint_signal (file, what, verbose); in proc_prettyfprint_why() 157 fprintf (file, "Exit status: %d\n", what); in proc_prettyfprint_why() 161 fprintf (file, "Unknown why %ld, what %ld\n", why, what); in proc_prettyfprint_why() 172 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) in proc_prettyprint_why() argument 174 proc_prettyfprint_why (stdout, why, what, verbose); in proc_prettyprint_why()
|
| HD | wince.c | 482 putdword (LPCSTR huh, gdb_wince_id what, DWORD n) in putdword() argument 484 if (sockwrite (huh, &what, sizeof (what)) != sizeof (what)) in putdword() 492 putword (LPCSTR huh, gdb_wince_id what, WORD n) in putword() argument 494 if (sockwrite (huh, &what, sizeof (what)) != sizeof (what)) in putword() 501 #define putlen(huh, what, n) putword((huh), (what), (gdb_wince_len) (n)) argument 507 putmemory (LPCSTR huh, gdb_wince_id what, const void *mem, gdb_wince_len len) in putmemory() argument 509 putlen (huh, what, len); in putmemory() 521 gdb_wince_id what; in getdword() local 523 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what)) in getdword() 525 while (what_this != what); in getdword() [all …]
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | stabs.c | 137 aout_process_stab (what, string, type, other, desc) in aout_process_stab() argument 138 int what; in aout_process_stab() 152 if (what == 's' || what == 'n') 177 s_stab_generic (int what, char *stab_secname, char *stabstr_secname) in s_stab_generic() argument 193 if (what != 's') in s_stab_generic() 212 as_warn (_(".stab%c: missing comma"), what); in s_stab_generic() 220 as_warn (_(".stab%c: missing comma"), what); in s_stab_generic() 228 as_warn (_(".stab%c: missing comma"), what); in s_stab_generic() 241 what, desc); in s_stab_generic() 243 if (what == 's' || what == 'n') in s_stab_generic() [all …]
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| HD | zfs_namecheck.c | 100 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) in zfs_component_namecheck() argument 120 *what = *loc; in zfs_component_namecheck() 137 permset_namecheck(const char *path, namecheck_err_t *why, char *what) in permset_namecheck() argument 148 *what = path[0]; in permset_namecheck() 153 return (zfs_component_namecheck(&path[1], why, what)); in permset_namecheck() 184 entity_namecheck(const char *path, namecheck_err_t *why, char *what) in entity_namecheck() argument 231 *what = *loc; in entity_namecheck() 279 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) in dataset_namecheck() argument 281 int ret = entity_namecheck(path, why, what); in dataset_namecheck() 286 *what = '#'; in dataset_namecheck() [all …]
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | undo.c | 72 alloc_undo_entry (what, start, end, text) in alloc_undo_entry() argument 73 enum undo_code what; in alloc_undo_entry() 80 temp->what = what; 92 rl_add_undo (what, start, end, text) in rl_add_undo() argument 93 enum undo_code what; in rl_add_undo() 99 temp = alloc_undo_entry (what, start, end, text); 116 if (release->what == UNDO_DELETE) in rl_free_undo_list() 131 new = alloc_undo_entry (entry->what, entry->start, entry->end, (char *)NULL); 182 if (rl_undo_list->what == UNDO_DELETE || rl_undo_list->what == UNDO_INSERT) in rl_do_undo() 188 switch (rl_undo_list->what) in rl_do_undo() [all …]
|
| /freebsd-11-stable/sys/dev/usb/controller/ |
| HD | xhcireg.h | 205 #define XREAD1(sc, what, a) \ argument 207 (a) + (sc)->sc_##what##_off) 208 #define XREAD2(sc, what, a) \ argument 210 (a) + (sc)->sc_##what##_off) 211 #define XREAD4(sc, what, a) \ argument 213 (a) + (sc)->sc_##what##_off) 214 #define XWRITE1(sc, what, a, x) \ argument 216 (a) + (sc)->sc_##what##_off, (x)) 217 #define XWRITE2(sc, what, a, x) \ argument 219 (a) + (sc)->sc_##what##_off, (x)) [all …]
|
| /freebsd-11-stable/crypto/openssh/regress/ |
| HD | modpipe.c | 45 enum { MOD_XOR, MOD_AND_OR } what; member 53 char what[16+1]; in parse_modification() local 58 what, &m->offset, &m1, &m2)) < 3) in parse_modification() 60 if (strcasecmp(what, "xor") == 0) { in parse_modification() 65 m->what = MOD_XOR; in parse_modification() 67 } else if (strcasecmp(what, "andor") == 0) { in parse_modification() 74 m->what = MOD_AND_OR; in parse_modification() 78 errx(1, "Invalid modification type \"%s\"", what); in parse_modification() 119 switch (mods[i].what) { in main()
|
| /freebsd-11-stable/usr.bin/stat/ |
| HD | stat.c | 421 int flags, size, prec, ofmt, hilo, what; in output() local 559 fmtcase(what, SHOW_realpath); in output() 560 fmtcase(what, SHOW_st_dev); in output() 561 fmtcase(what, SHOW_st_ino); in output() 562 fmtcase(what, SHOW_st_mode); in output() 563 fmtcase(what, SHOW_st_nlink); in output() 564 fmtcase(what, SHOW_st_uid); in output() 565 fmtcase(what, SHOW_st_gid); in output() 566 fmtcase(what, SHOW_st_rdev); in output() 567 fmtcase(what, SHOW_st_atime); in output() [all …]
|
| /freebsd-11-stable/contrib/sendmail/libsm/ |
| HD | syslogio.c | 173 sm_syslogsetinfo(fp, what, valp) in sm_syslogsetinfo() argument 175 int what; 178 switch (what) 206 sm_sysloggetinfo(fp, what, valp) in sm_sysloggetinfo() argument 208 int what; 211 switch (what)
|
| /freebsd-11-stable/sys/sys/ |
| HD | rangelock.h | 80 void _rangelock_cookie_assert(void *cookie, int what, const char *file, 85 #define rangelock_cookie_assert_(cookie, what, file, line) \ argument 86 _rangelock_cookie_assert((cookie), (what), (file), (line)) 88 #define rangelock_cookie_assert_(cookie, what, file, line) (void)0 argument 91 #define rangelock_cookie_assert(cookie, what) \ argument 92 rangelock_cookie_assert_((cookie), (what), __FILE__, __LINE__)
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/ |
| HD | bufferevent_async.c | 323 be_async_enable(struct bufferevent *buf, short what) in be_async_enable() argument 335 if (what & EV_READ) in be_async_enable() 337 if (what & EV_WRITE) in be_async_enable() 343 if (what & EV_READ) in be_async_enable() 345 if (what & EV_WRITE) in be_async_enable() 351 be_async_disable(struct bufferevent *bev, short what) in be_async_disable() argument 358 if (what & EV_READ) { in be_async_disable() 362 if (what & EV_WRITE) { in be_async_disable() 404 be_async_flush(struct bufferevent *bev, short what, in be_async_flush() argument 445 short what = BEV_EVENT_READING; in read_complete() local [all …]
|
| HD | devpoll.c | 204 int what = events[i].revents; in devpoll_dispatch() local 206 if (what & POLLHUP) in devpoll_dispatch() 207 what |= POLLIN | POLLOUT; in devpoll_dispatch() 208 else if (what & POLLERR) in devpoll_dispatch() 209 what |= POLLIN | POLLOUT; in devpoll_dispatch() 211 if (what & POLLIN) in devpoll_dispatch() 213 if (what & POLLOUT) in devpoll_dispatch()
|
| /freebsd-11-stable/usr.sbin/extattr/ |
| HD | rmextattr.c | 56 static enum { EADUNNO, EAGET, EASET, EARM, EALS } what = EADUNNO; variable 62 switch (what) { in usage() 133 what = EAGET; in main() 137 what = EASET; in main() 141 what = EARM; in main() 145 what = EALS; in main() 184 if (what == EASET && flag_from_stdin == 0) in main() 195 if (what != EALS) { in main() 201 if (what == EASET) { in main() 214 switch (what) { in main()
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | shmticklib.c | 35 shmtick(inc_me, what) 37 int what; variable 66 if (what >= STATUSD_LONGS) 67 what = STATUSD_LONGS - 1; 76 ++(sp->ul[what]);
|
| /freebsd-11-stable/contrib/libcxxrt/ |
| HD | stdexcept.cc | 41 const char* exception::what() const throw() in what() function in std::exception 53 const char* bad_alloc::what() const throw() in what() function in std::bad_alloc 67 const char* bad_cast::what() const throw() in what() function in std::bad_cast 80 const char* bad_typeid::what() const throw() in what() function in std::bad_typeid 93 const char* bad_array_new_length::what() const throw() in what() function in std::bad_array_new_length
|
| HD | stdexcept.h | 42 virtual const char* what() const throw(); 56 virtual const char* what() const throw(); 68 virtual const char* what() const throw(); 81 virtual const char* what() const throw(); 91 virtual const char *what() const throw();
|
| /freebsd-11-stable/usr.sbin/fmtree/ |
| HD | verify.c | 163 const char *type, *what; in miss() local 206 what = "group"; in miss() 209 what = "user & group"; in miss() 211 what = "user"; in miss() 215 "\n", path, what, strerror(errno)); in miss() 241 what = "group"; in miss() 243 what = "user & group"; in miss() 245 what = "user"; in miss() 249 path, what, strerror(errno)); in miss()
|
| /freebsd-11-stable/contrib/subversion/subversion/svnserve/ |
| HD | log-escape.c | 62 static APR_INLINE unsigned char *c2x(unsigned what, unsigned char prefix, in c2x() argument 66 what = apr_xlate_conv_byte(ap_hdrs_to_ascii, (unsigned char)what); in c2x() 69 *where++ = c2x_table[what >> 4]; in c2x() 70 *where++ = c2x_table[what & 0xf]; in c2x()
|
| /freebsd-11-stable/sys/compat/svr4/ |
| HD | svr4_ipc.c | 171 int what; member 255 int what; member 277 int what; member 305 DPRINTF(("svr4_semsys(%d)\n", uap->what)); 307 switch (uap->what) { 358 int what; member 382 int what; member 408 int what; member 428 int what; member 473 DPRINTF(("svr4_msgsys(%d)\n", uap->what)); [all …]
|
| /freebsd-11-stable/sys/fs/fuse/ |
| HD | fuse_main.c | 78 static int fuse_loader(struct module *m, int what, void *arg); 116 fuse_loader(struct module *m, int what, void *arg) in fuse_loader() argument 121 switch (what) { in fuse_loader() 133 if ((err = vfs_modevent(NULL, what, &fuse_vfsconf))) in fuse_loader() 142 if ((err = vfs_modevent(NULL, what, &fuse_vfsconf))) in fuse_loader()
|
| /freebsd-11-stable/contrib/pf/libevent/ |
| HD | evbuffer.c | 93 short what = EVBUFFER_READ; in bufferevent_readcb() local 98 what |= EVBUFFER_TIMEOUT; in bufferevent_readcb() 114 what |= EVBUFFER_ERROR; in bufferevent_readcb() 117 what |= EVBUFFER_EOF; in bufferevent_readcb() 148 (*bufev->errorcb)(bufev, what, bufev->cbarg); in bufferevent_readcb() 156 short what = EVBUFFER_WRITE; in bufferevent_writecb() local 159 what |= EVBUFFER_TIMEOUT; in bufferevent_writecb() 174 what |= EVBUFFER_ERROR; in bufferevent_writecb() 182 what |= EVBUFFER_EOF; in bufferevent_writecb() 207 (*bufev->errorcb)(bufev, what, bufev->cbarg); in bufferevent_writecb()
|
| /freebsd-11-stable/contrib/atf/atf-c++/detail/ |
| D | exceptions_test.cpp | 94 ATF_REQUIRE(std::string(e.what()).find("System error 1") != in ATF_TEST_CASE_BODY() 97 ATF_FAIL(std::string("Got unexpected exception: ") + e.what()); in ATF_TEST_CASE_BODY() 113 ATF_FAIL(std::string("Got unexpected exception: ") + e.what()); in ATF_TEST_CASE_BODY() 128 const std::string msg = e.what(); in ATF_TEST_CASE_BODY() 131 ATF_FAIL(std::string("Got unexpected exception: ") + e.what()); in ATF_TEST_CASE_BODY()
|