| /freebsd-11-stable/sbin/ldconfig/ |
| HD | ldconfig.c | 78 static int rescan; variable 148 rescan = 1; in main() 152 rescan = 1; in main() 183 argv + optind, merge || rescan); in main() 190 if (justread || merge || rescan) { in main() 195 if (!nostd && !merge && !rescan) in main() 591 else if (rescan) in readhints() 595 if (rescan) in readhints()
|
| /freebsd-11-stable/usr.sbin/devctl/ |
| HD | devctl.c | 302 rescan(int ac, char **av) in rescan() function 311 DEVCTL_COMMAND(top, rescan, rescan);
|
| /freebsd-11-stable/contrib/dialog/ |
| HD | fselect.c | 435 bool rescan = FALSE; in fill_lists() local 451 rescan = (n == 0 && d_list->length == 0); in fill_lists() 456 rescan = TRUE; in fill_lists() 459 if (rescan) { in fill_lists()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | sched-rgn.c | 1036 int *order, i, rescan = 0, idx = *idxp, iter = 0, max_iter, *max_hdr; in extend_rgns() local 1052 rescan = 1; in extend_rgns() 1069 while (rescan && iter < max_iter) in extend_rgns() 1071 rescan = 0; in extend_rgns() 1119 rescan = 1; in extend_rgns() 1155 rescan ? "... failed" : ""); in extend_rgns() 1157 if (!rescan && iter != 0) in extend_rgns()
|
| HD | flow.c | 1180 int rescan, changed; in calculate_global_regs_live() local 1278 rescan = 1; in calculate_global_regs_live() 1286 rescan = bitmap_intersect_compl_p (bb->il.rtl->global_live_at_end, in calculate_global_regs_live() 1289 if (!rescan) in calculate_global_regs_live() 1302 rescan = bitmap_intersect_p (new_live_at_end, cond_local_set); in calculate_global_regs_live() 1305 if (!rescan) in calculate_global_regs_live() 1318 rescan = bitmap_intersect_p (tmp, local_set); in calculate_global_regs_live() 1327 if (! rescan) in calculate_global_regs_live()
|
| HD | FSFChangeLog | 114 (rescan): Warn about white space at end of line in string. 177 (rescan): Handle multibyte characters in comments. 180 (rescan): Handle multibyte characters in string and character literals. 2297 * cccp.c (rescan): Fix bug with macro name appearing 2624 * cccp.c: (rescan): Don't report line 0 as the possible real start
|
| HD | FSFChangeLog.10 | 2522 (rescan): Minor code reorg to keep it parallel with skip_quoted_string. 3476 (rescan, skip_if_group, skip_to_end_of_comment, macarg1): Tune. 3477 (rescan, skip_if_group, skip_to_end_of_comment, macarg1): 5025 * cccp.c (rescan): Expand `#if foo && #bar' without a bogus 6137 * cccp.c (rescan): Don't address outside of array when 9321 (get_lintcmd, rescan, create_definition): Use bcmp instead of strncmp 9326 (rescan): Remove unused label `startagain'. 9425 * cccp.c (rescan): Don't recognize preprocessing directives 10046 * cccp.c (rescan): Prevent accidental token-pasting to
|
| HD | ChangeLog-1998 | 3333 * flow.c (life_analysis_1): Enable "rescan" code after reload. 3817 * cccp.c (rescan): Handle multibyte characters ending in backslash. 3818 (rescan): Likewise. 8439 (rescan): Handle multibyte characters in comments. 8445 (rescan): Handle multibyte characters in string and character literals.
|
| HD | FSFChangeLog.11 | 6913 * cexp.y (parse_number, yylex), cccp.c (rescan), cpplib.c 7408 (check_macro_name, collect_expansion, rescan): Likewise. 7711 * cccp.c (rescan): Insert a space after `.' as well, 9971 (rescan): Diagnose $ in identifier if pedantic.
|
| HD | ChangeLog-2000 | 2561 rescan if there's overlap between cond_local_set and new_live_at_end. 3394 * tradcpp.c (rescan, do_line, macroexpand, macarg): Use 13721 * tradcpp.c (rescan): Do not recognize directives when the #
|
| HD | ChangeLog-1999 | 4023 * cccp.c (rescan): Fixed obp pointer handling around call to 4500 check_white_space, rescan, handle_directive, monthnames,
|
| HD | ChangeLog-2001 | 7938 * tradcpp.c (rescan): Likewise. 13191 * tradcpp.c (rescan): define obufp_before_macroname before RECACHE
|
| HD | ChangeLog-2003 | 28829 * function.c (put_var_into_stack): Add rescan parameter. Do not 28830 call fixup_var_refs when rescan is false.
|
| /freebsd-11-stable/sbin/camcontrol/ |
| HD | camcontrol.c | 289 static int dorescan_or_reset(int argc, char **argv, int rescan); 290 static int rescan_or_reset_bus(path_id_t bus, int rescan); 3352 dorescan_or_reset(int argc, char **argv, int rescan) in dorescan_or_reset() argument 3363 warnx(must, rescan? "rescan" : "reset"); in dorescan_or_reset() 3375 warnx(must, rescan ? "rescan" : "reset"); in dorescan_or_reset() 3381 error = scanlun_or_reset_dev(bus, target, lun, rescan); in dorescan_or_reset() 3383 error = rescan_or_reset_bus(bus, rescan); in dorescan_or_reset() 3389 rescan_or_reset_bus(path_id_t bus, int rescan) in rescan_or_reset_bus() argument 3412 ccb->ccb_h.func_code = rescan ? XPT_SCAN_BUS : XPT_RESET_BUS; in rescan_or_reset_bus() 3429 rescan ? "Re-scan" : "Reset", bus); in rescan_or_reset_bus() [all …]
|
| /freebsd-11-stable/sys/dev/ep/ |
| HD | if_ep.c | 620 rescan: in ep_intr_locked() 715 goto rescan; in ep_intr_locked()
|
| /freebsd-11-stable/sys/vm/ |
| HD | vm_object.c | 935 rescan: in vm_object_page_clean() 948 goto rescan; in vm_object_page_clean() 966 goto rescan; in vm_object_page_clean()
|
| /freebsd-11-stable/sys/kern/ |
| HD | bus_if.m | 248 * rescan. The rescan should delete devices no longer present and 253 METHOD int rescan {
|
| /freebsd-11-stable/sys/dev/mly/ |
| HD | mly.c | 904 int bus, target, rescan; in mly_complete_rescan() local 969 rescan = 0; in mly_complete_rescan() 975 rescan = 1; in mly_complete_rescan() 988 if (rescan) in mly_complete_rescan()
|
| /freebsd-11-stable/sys/cam/ctl/ |
| HD | README.ctl.txt | 173 CAM SIM to automatically trigger a rescan when the port is enabled and
|
| /freebsd-11-stable/contrib/flex/ |
| HD | ChangeLog | 92 tests/test-rescan-nr/.cvsignore, tests/test-rescan-nr/.gitignore, 93 tests/test-rescan-r/.cvsignore, tests/test-rescan-r/.gitignore, 809 tests/test-reject/Makefile.am, tests/test-rescan-nr/Makefile.am, 810 tests/test-rescan-r/Makefile.am, tests/test-string-nr/Makefile.am, 1094 * tests/test-rescan-nr/.cvsignore, 1095 tests/test-rescan-nr/Makefile.am, tests/test-rescan-nr/scanner.l, 1096 tests/test-rescan-nr/test.input, tests/test-rescan-r/.cvsignore, 1097 tests/test-rescan-r/Makefile.am, tests/test-rescan-r/scanner.l, 1098 tests/test-rescan-r/test.input: Recommit of last commit -- broken
|
| /freebsd-11-stable/usr.sbin/bsdconfig/share/media/ |
| HD | wlan.subr | 1231 # Operate in a loop so we can edit wpa_supplicant.conf(5) and rescan
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | complete.tcsh | 509 modepage negotiate periphlist rescan reset \
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/ |
| HD | ChangeLog | 526 o Add an event_base_loopcontinue() to tell Libevent to rescan for more
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | cpp.texi | 948 not bother to rescan the file at all. 3630 replacement text, it will be replaced again during the rescan pass,
|
| /freebsd-11-stable/contrib/ntp/ |
| HD | ChangeLog | 4664 * [Bug 670] Resolved a Windows issue with the dynamic interface rescan code.
|