Searched refs:scan (Results 126 - 145 of 145) sorted by relevance

123456

/freebsd-9.3-release/contrib/tcsh/
H A Dcomplete.tcsh226 complete {refile,sprev,snext,scan,pick,rmm,inc,folder,show} \
370 'c/-/(prompt noscan scan notopcur topcur help)/'
414 complete scan \
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c7898 rtx insn, scan;
7914 for (scan = get_insns (); scan != NULL_RTX; scan = NEXT_INSN (scan))
7915 if (NOTE_P (scan)
7916 && NOTE_LINE_NUMBER (scan) == NOTE_INSN_FUNCTION_BEG)
7918 if (scan == NULL_RTX)
7919 scan = get_insns ();
7920 insn = emit_insn_after (insn, scan);
7852 rtx insn, scan; local
[all...]
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c272 lun_id_t lun, int scan);
3134 rescan ? "Re-scan" : "Reset", bus);
3137 rescan ? "Re-scan" : "Reset", bus,
3237 rescan? "Re-scan" : "Reset",
3246 "%#x\n", rescan? "Re-scan" : "Reset",
3269 scanlun_or_reset_dev(path_id_t bus, target_id_t target, lun_id_t lun, int scan) argument
3296 if (scan) {
3311 ccb.ccb_h.func_code = (scan)? XPT_SCAN_LUN : XPT_RESET_DEV;
3321 if (scan) {
3335 if (scan)
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt395 When a new scheduler is created, it is necessary to scan the unlinked
485 really_deletescheduler() function. This function will scan all scheduler
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex70 the Linux kernel uses OF calls to scan the device tree and transfer it
259 for the PCI host bridges; the kernel will scan the buses thus
/freebsd-9.3-release/contrib/ee/
H A Dee.c286 int scan P_((char *line, int offset, int column));
1844 scan(line, offset, column) /* determine horizontal position for get_string */ function
1885 g_horz = g_position = scan(prompt, strlen(prompt), 0);
1897 g_horz = scan(g_point, g_pos, g_position);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf.c2019 regular section. We need to scan all the headers to be sure,
2073 them. We scan through the section headers; if we find only
2079 unsigned int scan;
2083 for (scan = 1; scan < num_sec; scan++)
2085 if (elf_elfsections (abfd)[scan]->sh_type == SHT_SYMTAB
2086 || elf_elfsections (abfd)[scan]->sh_type == SHT_DYNSYM)
2093 found = scan;
5379 of the input BFD. For this first scan w
2074 unsigned int scan; local
[all...]
H A Dbfd-in2.h2089 bfd_boolean (*scan) (const struct bfd_arch_info *, const char *);
2082 bfd_boolean (*scan) (const struct bfd_arch_info *, const char *); member in struct:bfd_arch_info
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c2590 /* Ignore statistics received during a scan. */
2732 * use of the channel after a scan (where we see traffic).
3032 struct iwn_start_scan *scan = local
3039 __func__, scan->chan, le32toh(scan->status));
3044 struct iwn_stop_scan *scan = local
3050 "scan finished nchan=%d status=%d chan=%d\n",
3051 scan->nchan, scan->status, scan
[all...]
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt532 be called which will then scan for any local (FC-AL) entries by asking
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A DMakefile1198 OBJS += wpa_supplicant.o events.o blacklist.o wpas_glue.o scan.o
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY518 eliminate copying too much data into a scan buffer
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp759 if (!Callbacks.scan(RI.getData()))
2291 // having done a scan.
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dltmain.sh684 # in scan sets, so we specify it separately.
717 # in scan sets, and some SunOS ksh mistreat backslash-escaping
718 # in scan sets (worked around with variable expansion),
719 # and furthermore cannot handle '|' '&' '(' ')' in scan sets
2070 passes="conv scan dlopen dlpreopen link"
2077 test "$linkmode,$pass" = "prog,scan"; then
2190 if test "$pass" = scan; then
2323 test "$linkmode,$pass" = "prog,scan" ||
2455 deplibs="$lib $deplibs" # used for prog,scan pass
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh684 # in scan sets, so we specify it separately.
717 # in scan sets, and some SunOS ksh mistreat backslash-escaping
718 # in scan sets (worked around with variable expansion),
719 # and furthermore cannot handle '|' '&' '(' ')' in scan sets
2070 passes="conv scan dlopen dlpreopen link"
2077 test "$linkmode,$pass" = "prog,scan"; then
2190 if test "$pass" = scan; then
2323 test "$linkmode,$pass" = "prog,scan" ||
2455 deplibs="$lib $deplibs" # used for prog,scan pass
/freebsd-9.3-release/crypto/heimdal/
H A Dltmain.sh684 # in scan sets, so we specify it separately.
717 # in scan sets, and some SunOS ksh mistreat backslash-escaping
718 # in scan sets (worked around with variable expansion),
719 # and furthermore cannot handle '|' '&' '(' ')' in scan sets
2070 passes="conv scan dlopen dlpreopen link"
2077 test "$linkmode,$pass" = "prog,scan"; then
2187 if test "$pass" = scan; then
2320 test "$linkmode,$pass" = "prog,scan" ||
2452 deplibs="$lib $deplibs" # used for prog,scan pass
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2096 bfd_boolean (*scan) (const struct bfd_arch_info *, const char *);
2089 bfd_boolean (*scan) (const struct bfd_arch_info *, const char *); member in struct:bfd_arch_info
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex6497 % is turned into a normal character, we have to scan it back, so
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6698 % is turned into a normal character, we have to scan it back, so
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex6569 % is turned into a normal character, we have to scan it back, so

Completed in 361 milliseconds

123456