Searched refs:what (Results 176 - 200 of 590) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp71 atf::system_error::what(void) function in class:atf::system_error
77 m_message = std::string(std::runtime_error::what()) + ": ";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pch/
H A Dpch.exp30 set old_dg_do_what_default "${dg-do-what-default}"
59 set dg-do-what-default "$old_dg_do_what_default"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dproc-utils.h26 extern void proc_prettyprint_why (unsigned long why, unsigned long what,
49 unsigned long what, int verbose);
H A Di386-nat.c34 more of the watchpoints triggered and at what address, checking
192 static int i386_handle_nonaligned_watchpoint (i386_wp_op_t what,
416 i386_handle_nonaligned_watchpoint (i386_wp_op_t what, CORE_ADDR addr, int len, argument
442 if (what == WP_COUNT)
456 if (what == WP_INSERT)
458 else if (what == WP_REMOVE)
463 (int)what);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Dpmuls.s20 # but that's what it says in the manual...)
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Disic_isa_usr_sti.c313 usrtai_read_fifo(struct isic_softc *sc, int what, void *buf, size_t size) argument
321 map = map_base[what] + (offset / 4);
334 usrtai_write_fifo(struct isic_softc *sc, int what, const void *buf, size_t size) argument
343 map = map_base[what] + (offset / 4);
357 usrtai_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data) argument
359 int map = map_base[what] + (offs / 4),
371 usrtai_read_reg(struct isic_softc *sc, int what, bus_size_t offs) argument
373 int map = map_base[what] + (offs / 4),
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Disic_pci_elsa_qs1p.c101 eqs1pp_read_fifo(struct isic_softc *sc, int what, void *buf, size_t size) argument
105 switch (what) {
126 eqs1pp_write_fifo(struct isic_softc *sc, int what, const void *buf, size_t size) argument
130 switch (what) {
151 eqs1pp_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data) argument
155 switch (what) {
180 eqs1pp_read_reg(struct isic_softc *sc, int what, bus_size_t offs) argument
184 switch (what) {
331 /* now see what LEDs we want to add */
/netbsd-6-1-5-RELEASE/sys/dev/adb/
H A Dadb_bus.c184 nadb_print(void *aux, const char *what) argument
191 nadb_devprint(void *aux, const char *what) argument
195 if (what == NULL)
200 printf("%s: ADB Keyboard", what);
203 printf("%s: ADB relative pointing device", what);
207 what,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dhash.c469 char *what ();
502 p = hash_find (h, name = what ("symbol"));
516 printf ("s say what %% of table is used\n");
521 p = hash_insert (h, name = what ("symbol"), value = what ("value"));
529 p = hash_jam (h, name = what ("symbol"), value = what ("value"));
541 p = hash_replace (h, name = what ("symbol"), value = what ("value"));
553 p = hash_delete (h, name = what ("symbo
563 what (description) function
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_cdrom.c267 l_subchnl.cdsc_adr = t_subchannel.info.what.position.addr_type;
268 l_subchnl.cdsc_ctrl = t_subchannel.info.what.position.control;
269 l_subchnl.cdsc_ind = t_subchannel.info.what.position.index_number;
276 t_subchannel.info.what.position.data_format,
277 t_subchannel.info.what.position.control,
278 t_subchannel.info.what.position.addr_type,
279 t_subchannel.info.what.position.track_number,
280 t_subchannel.info.what.position.index_number));
283 &t_subchannel.info.what.position.absaddr,
286 &t_subchannel.info.what
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dmacros_test.cpp190 if (get_config_var("what") == "throw_int")
192 else if (get_config_var("what") == "throw_rt")
195 else if (get_config_var("what") == "no_throw_rt")
211 if (get_config_var("what") == "throw_int")
213 else if (get_config_var("what") == "throw_rt_match")
216 else if (get_config_var("what") == "throw_rt_no_match")
219 else if (get_config_var("what") == "no_throw_rt")
248 if (get_config_var("what") == "no_error")
250 else if (get_config_var("what") == "errno_ok")
252 else if (get_config_var("what")
556 const char *what; member in struct:test
604 const char *what; member in struct:test
654 const char *what; member in struct:test
701 const char *what; member in struct:test
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Dpoll.c170 int what; local
173 what = pop->event_set[i].revents;
175 if (!what)
181 if (what & (POLLHUP|POLLERR))
182 what |= POLLIN|POLLOUT;
183 if (what & POLLIN) {
187 if (what & POLLOUT) {
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dldebug.c157 ar->what = "C";
163 ar->what = (ar->linedefined == 0) ? "main" : "Lua";
171 ar->what = "tail";
195 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, argument
202 for (; *what; what++) {
203 switch (*what) {
234 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { argument
239 if (*what == '>') {
242 what
[all...]
/netbsd-6-1-5-RELEASE/games/hunt/hunt/
H A Dotto.c40 * please let us know what subroutines you would expect in the
122 char what; member in struct:item
193 if (strchr(OPPONENT, flbr[i].what) != NULL) {
200 if (strchr(SHOTS, bitem.what) != NULL && !(bitem.what & ON_SIDE)) {
244 itemp->what = c;
261 || itemp->what == GMINE || itemp->what == MINE))) {
263 itemp->what = c;
277 itemp->what
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dmiscbltin.c360 int optc, what; local
363 what = 'f';
376 what = optc;
379 for (l = limits; l->name && l->option != what; l++)
382 error("internal error (%c)", what);
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/sun68k/
H A Dautoconf.c204 #define BAD_LOCATOR(ma_loc, what) \
207 what, cf->cf_name, cf->cf_unit)
209 #define BAD_LOCATOR(ma_loc, what) return 0
212 #define CHECK_LOCATOR(ma_loc, cf_loc, what) \
215 BAD_LOCATOR(ma_loc, what); \
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Dmachdep.c168 cpu_reboot(int howto, char *what) argument
226 if (what && *what) {
227 if (strlen(what) > sizeof str - 5)
230 strcpy(str, what);
/netbsd-6-1-5-RELEASE/sys/arch/bebox/bebox/
H A Dmachdep.c277 cpu_reboot(int howto, char *what) argument
301 if (what && *what) {
302 if (strlen(what) > sizeof str - 5)
305 strcpy(str, what);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/obs405/
H A Dobs600_machdep.c279 cpu_reboot(int howto, char *what) argument
320 if (what && *what) {
321 if (strlen(what) > sizeof str - 5)
324 strcpy(str, what);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/pmppc/
H A Dmachdep.c342 cpu_reboot(int howto, char *what) argument
368 if (what && *what) {
369 if (strlen(what) > sizeof str - 5)
372 strcpy(str, what);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/
H A Dmachdep.c264 cpu_reboot(int howto, char *what) argument
308 if (what && *what) {
309 if (strlen(what) > sizeof str - 5)
312 strcpy(str, what);
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dps.c150 ttyname2dev(const char *ttname, int *xflg, int *what) argument
177 *what = KERN_PROC_TTY;
203 int prtheader, wflag, what, xflg, mode, showlwps; local
222 what = KERN_PROC_UID;
233 what = KERN_PROC_ALL;
303 what = KERN_PROC_PID;
321 flag = ttyname2dev(ttname, &xflg, &what);
324 flag = ttyname2dev(optarg, &xflg, &what);
330 what = KERN_PROC_UID;
403 * scan requested variables, noting what structure
565 getkinfo_kvm(kvm_t *kdp, int what, int flag, int *nentriesp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dcomp-goto-1.c57 simulator_kernel (int what, environment_t *env) argument
67 if (what != 0)
76 for (i = 0; i < what; i++)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dcomp-goto-1.c57 simulator_kernel (int what, environment_t *env) argument
67 if (what != 0)
76 for (i = 0; i < what; i++)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dlvmdiskscan.c66 uint64_t size, const char *what)
69 display_size(cmd, size), what ? : "");
65 _print(struct cmd_context *cmd, const struct device *dev, uint64_t size, const char *what) argument

Completed in 174 milliseconds

1234567891011>>