Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/dragonfly/tools/tools/ath/athregs/
H A Ddumpregs.c95 int what, c, s, i; in main() local
104 what = 0; in main()
110 what |= DUMP_ALL; in main()
119 what |= DUMP_DCU; in main()
128 what |= DUMP_BASIC; in main()
134 what |= DUMP_QCU; in main()
137 what |= DUMP_XR; in main()
150 if (what == 0) in main()
151 what = DUMP_BASIC; in main()
200 if (what & DUMP_BASIC) in main()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Dstabs.c149 if (what == 's' || what == 'n') in aout_process_stab()
178 s_stab_generic (int what, in s_stab_generic() argument
198 if (what != 's') in s_stab_generic()
223 as_warn (_(".stab%c: missing comma"), what); in s_stab_generic()
252 what, desc); in s_stab_generic()
254 if (what == 's' || what == 'n') in s_stab_generic()
270 else if (what == 'd') in s_stab_generic()
278 what = 'n'; in s_stab_generic()
369 if (what == 's' || what == 'n') in s_stab_generic()
417 s_stab (int what) in s_stab() argument
[all …]
H A Dhash.c448 char *what (); in main()
481 p = hash_find (h, name = what ("symbol")); in main()
500 p = hash_insert (h, name = what ("symbol"), value = what ("value")); in main()
508 p = hash_jam (h, name = what ("symbol"), value = what ("value")); in main()
520 p = hash_replace (h, name = what ("symbol"), value = what ("value")); in main()
532 p = hash_delete (h, name = what ("symbol")); in main()
543 what (description) in what() function
/dragonfly/contrib/binutils-2.27/gas/
H A Dstabs.c149 if (what == 's' || what == 'n') in aout_process_stab()
176 s_stab_generic (int what, in s_stab_generic() argument
195 if (what != 's') in s_stab_generic()
243 what, desc); in s_stab_generic()
245 if (what == 's' || what == 'n') in s_stab_generic()
261 else if (what == 'd') in s_stab_generic()
269 what = 'n'; in s_stab_generic()
343 if (what == 's') in s_stab_generic()
358 if (what == 's' || what == 'n') in s_stab_generic()
400 s_stab (int what) in s_stab() argument
[all …]
H A Dhash.c448 char *what (); in main()
481 p = hash_find (h, name = what ("symbol")); in main()
500 p = hash_insert (h, name = what ("symbol"), value = what ("value")); in main()
508 p = hash_jam (h, name = what ("symbol"), value = what ("value")); in main()
520 p = hash_replace (h, name = what ("symbol"), value = what ("value")); in main()
532 p = hash_delete (h, name = what ("symbol")); in main()
543 what (description) in what() function
/dragonfly/contrib/gdb-7/readline/
H A Dundo.c72 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);
185 if (rl_undo_list->what == UNDO_DELETE || rl_undo_list->what == UNDO_INSERT) in rl_do_undo()
191 switch (rl_undo_list->what) in rl_do_undo()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dwatch.c97 add_edit_pending = what->adding && what->edit; in watch_modify_watchers()
98 add_unedit_pending = what->adding && what->unedit; in watch_modify_watchers()
99 add_commit_pending = what->adding && what->commit; in watch_modify_watchers()
100 remove_edit_pending = !what->adding && what->edit; in watch_modify_watchers()
101 remove_unedit_pending = !what->adding && what->unedit; in watch_modify_watchers()
102 remove_commit_pending = !what->adding && what->commit; in watch_modify_watchers()
103 add_tedit_pending = what->add_tedit; in watch_modify_watchers()
104 add_tunedit_pending = what->add_tunedit; in watch_modify_watchers()
141 if (!what->remove_temp) in watch_modify_watchers()
147 if (!what->remove_temp) in watch_modify_watchers()
[all …]
/dragonfly/usr.sbin/installer/libaura/
H A Dmem.h41 #define AURA_MALLOC(ptr, what) \ argument
43 ptr = (struct what *)aura_malloc(sizeof(struct what), \
44 "struct " #what); \
47 #define AURA_FREE(ptr, what) \ argument
49 aura_free(ptr, "struct " #what); \
H A Dmem.c53 aura_malloc(size_t size, const char *what) in aura_malloc() argument
58 errx(EX_UNAVAILABLE, "malloc(%s) failed", what); in aura_malloc()
61 fprintf(stderr, "***** malloc(%s) = %08lx\n", what, ptr); in aura_malloc()
85 aura_free(void *ptr, const char *what) in aura_free() argument
87 aura_free(void *ptr, const char *what __unused) in aura_free()
91 fprintf(stderr, "***** free(%s) = %08lx\n", what, ptr); in aura_free()
/dragonfly/sys/bus/u4b/controller/
H A Dxhcireg.h205 #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 …]
/dragonfly/usr.bin/who/
H A Dutmpentry.c77 int what = 3; in setup() local
87 what = fname[len - 1] == 'x' ? 1 : 2; in setup()
88 if (what == 1) { in setup()
94 if (what & 1) { in setup()
98 what &= ~1; in setup()
103 what &= ~1; in setup()
106 return what; in setup()
130 int what = setup(fname); in getutentries() local
132 switch (what) { in getutentries()
143 while ((what & 1) && (utx = getutxent()) != NULL) { in getutentries()
/dragonfly/usr.bin/stat/
H A Dstat.c565 fmtcase(what, SHOW_st_dev); in output()
566 fmtcase(what, SHOW_st_ino); in output()
567 fmtcase(what, SHOW_st_mode); in output()
569 fmtcase(what, SHOW_st_uid); in output()
570 fmtcase(what, SHOW_st_gid); in output()
571 fmtcase(what, SHOW_st_rdev); in output()
576 fmtcase(what, SHOW_st_size); in output()
580 fmtcase(what, SHOW_st_gen); in output()
581 fmtcase(what, SHOW_symlink); in output()
621 int hilo, int what) in format1() argument
[all …]
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-stack.c37 static void list_args_or_locals (enum what_to_list what,
270 if (values != PRINT_NO_VALUES || what == all) in list_arg_or_local()
278 if (what == all && SYMBOL_IS_ARGUMENT (arg->sym)) in list_arg_or_local()
314 if (values != PRINT_NO_VALUES || what == all) in list_arg_or_local()
325 list_args_or_locals (enum what_to_list what, enum print_values values, in list_args_or_locals() argument
338 switch (what) in list_args_or_locals()
351 "unexpected what_to_list: %d", (int) what); in list_args_or_locals()
383 if (what == all) in list_args_or_locals()
385 else if (what == locals) in list_args_or_locals()
429 list_arg_or_local (&arg, what, values); in list_args_or_locals()
[all …]
/dragonfly/sys/dev/drm/amd/display/include/
H A Dvector.h74 const void *what,
88 const void *what,
115 type_t what, \
118 return dal_vector_insert_at(vector, what, position); \
144 type_t what, \
147 dal_vector_set_at_index(vector, what, index); \
/dragonfly/sys/dev/virtual/virtio/pci/
H A Dvirtio_pci.c50 int what; member
692 if (e->what == what) in vtpci_add_irqentry()
696 e->what = what; in vtpci_add_irqentry()
697 if (e->what == -1) { in vtpci_add_irqentry()
713 if (e->what == what) in vtpci_del_irqentry()
737 if (what == -1) { in vtpci_bind_intr()
751 if (sc->vtpci_nvqs <= what || what < 0) in vtpci_bind_intr()
754 vqx = &sc->vtpci_vqx[what]; in vtpci_bind_intr()
778 if (what == -1) { in vtpci_unbind_intr()
791 if (sc->vtpci_nvqs <= what || what < 0) in vtpci_unbind_intr()
[all …]
/dragonfly/sys/kern/
H A Dkern_syscalls.c81 syscall_module_handler(struct module *mod, int what, void *arg) in syscall_module_handler() argument
87 switch (what) { in syscall_module_handler()
96 error = data->chainevh(mod, what, data->chainarg); in syscall_module_handler()
101 error = data->chainevh(mod, what, data->chainarg); in syscall_module_handler()
110 return data->chainevh(mod, what, data->chainarg); in syscall_module_handler()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Deh_exception.cc40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() function in std::exception
49 std::bad_exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() function in std::bad_exception
70 return that->std::exception::what(); in _ZGTtNKSt9exception4whatEv()
83 return that->std::bad_exception::what(); in _ZGTtNKSt13bad_exception4whatEv()
/dragonfly/games/hunt/hunt/
H A Dotto.c112 char what; member
164 if (strchr(OPPONENT, flbr[i].what) != NULL) { in otto()
171 if (strchr(SHOTS, bitem.what) != NULL && !(bitem.what & ON_SIDE)) { in otto()
210 itemp->what = c; in stop_look()
225 || itemp->what == GMINE || itemp->what == MINE))) { in stop_look()
227 itemp->what = c; in stop_look()
241 itemp->what = c; in stop_look()
255 itemp->what = c; in stop_look()
268 itemp->what = 0; in ottolook()
494 if (flbr[i].what == mine && flbr[i].distance < dist) { in go_for_ammo()
/dragonfly/contrib/tcsh-6/
H A Dtc.prompt.c202 if (what == FMT_HISTORY) { in tprintf()
233 switch (what) { in tprintf()
270 what != FMT_PROMPT || adrof(STRnoding)) { in tprintf()
307 if (what == FMT_WHO) in tprintf()
318 if (what == FMT_WHO) in tprintf()
325 if (what == FMT_WHO) in tprintf()
332 while (*cz != 0 && (what == FMT_WHO || *cz != '.')) { in tprintf()
460 if (what == FMT_WHO) { in tprintf()
480 if (what == FMT_WHO) { in tprintf()
584 if (*cp == 'a' && what == FMT_WHO) { in tprintf()
[all …]
/dragonfly/lib/libutil/
H A Dlogin_class.c49 const char *what; member
79 for (lr = resources; lr->what != NULL; ++lr) { in setclassresources()
95 syslog(LOG_ERR, "getting %s resource limit: %m", lr->what); in setclassresources()
102 sprintf(name_cur, "%s-cur", lr->what); in setclassresources()
103 sprintf(name_max, "%s-max", lr->what); in setclassresources()
105 rcur = (*lr->who)(lc, lr->what, rcur, rcur); in setclassresources()
106 rmax = (*lr->who)(lc, lr->what, rmax, rmax); in setclassresources()
111 syslog(LOG_WARNING, "set class '%s' resource limit %s: %m", lc->lc_class, lr->what); in setclassresources()
/dragonfly/games/monop/
H A Dexecute.c66 static int getnum(const char *what, char *txt, int min, int max, int *ret);
67 static int getnum_withbrace(const char *what, char *txt, int min, int max,
715 getnum(const char *what, char *txt, int min, int max, int *ret) in getnum() argument
723 printf("%s: not a number.\n", what); in getnum()
727 printf("%s: out of range.\n", what); in getnum()
734 getnum_withbrace(const char *what, char *txt, int min, int max, int *ret) in getnum_withbrace() argument
739 printf("%s: expected open brace\n", what); in getnum_withbrace()
746 printf("%s: expected open brace\n", what); in getnum_withbrace()
750 printf("%s: garbage after open brace\n", what); in getnum_withbrace()
753 return getnum(what, txt, min, max, ret); in getnum_withbrace()
/dragonfly/usr.sbin/cdcontrol/
H A Dcdcontrol.c793 int what = 0; in pstatus() local
799 what |= STATUS_AUDIO; in pstatus()
801 what |= STATUS_MEDIA; in pstatus()
803 what |= STATUS_VOLUME; in pstatus()
809 if (!what) in pstatus()
811 if (what & STATUS_AUDIO) { in pstatus()
822 if (what & STATUS_MEDIA) { in pstatus()
832 if (ss.data->what.media_catalog.mc_valid && in pstatus()
833 ss.data->what.media_catalog.mc_number[0]) in pstatus()
843 if (what & STATUS_VOLUME) { in pstatus()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dconcurrence.h71 what() const throw() in _GLIBCXX_VISIBILITY()
79 what() const throw() in _GLIBCXX_VISIBILITY()
87 what() const throw() in _GLIBCXX_VISIBILITY()
95 what() const throw() in _GLIBCXX_VISIBILITY()
/dragonfly/games/larn/
H A Dscores.c34 short what; /* the number of the monster that killed player */ member
69 char what[46]; /* what happened to player */ member
282 if (sco[j].what < 256) in shou()
283 lprintf("killed by a %s", monster[sco[j].what].name); in shou()
285 lprintf("%s", whydead[sco[j].what - 256]); in shou()
492 p->what = whyded; in new2sub()
631 sprintf(logg.what, "killed by %s %s", mod, monster[x].name); in died()
633 sprintf(logg.what, "%s", whydead[x - 256]); in died()
719 …%s %s on %d at %s", (long)(logg.score), (long)(logg.diff), logg.who, logg.what, (long)(logg.cavele… in diedlog()
/dragonfly/usr.sbin/manctl/
H A Dmanctl.sh308 local what
310 what=$1
322 do_compress_so $what $i
325 $what $i

12345678910>>...22