Home
last modified time | relevance | path

Searched refs:scan (Results 51 – 75 of 114) sorted by relevance

12345

/illumos-gate/usr/src/cmd/sh/
H A Dxec.c139 com = scan(argn);
420 args = scan(getarg(forptr(t)->forlst));
H A Ddefs.h185 extern unsigned char **scan();
H A Dservice.c430 scan(argn) in scan() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile34 SHOPT_FILESCAN == 1 /* fast file scan */
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_msgbuf.c500 if (mb.scan != mb.end) { in msg_get_a2()
610 if (mb.scan != mb.end) { in msg_get_u2()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c1571 struct ipw2200_scan scan; in ipw2200_start_scan() local
1583 (void) memset(&scan, 0, sizeof (scan)); in ipw2200_start_scan()
1584 scan.type = (ic->ic_des_esslen != 0) ? IPW2200_SCAN_TYPE_BDIRECTED : in ipw2200_start_scan()
1586 scan.dwelltime = LE_16(40); /* The interval is set up to 40 */ in ipw2200_start_scan()
1591 ch = scan.channels; in ipw2200_start_scan()
1601 ch = (cnt > 0) ? (ch + 1) : (scan.channels); in ipw2200_start_scan()
1616 return (ipw2200_cmd(sc, IPW2200_CMD_SCAN, &scan, sizeof (scan), 1)); in ipw2200_start_scan()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvscan.d56 sdt:vscan::vscan-scan-timeout
64 sdt:vscan::vscan-scan-file
/illumos-gate/usr/src/cmd/sa/
H A Dsa.h163 uint64_t scan; member
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree2.test144 if {[scan $key %d k]<1} {set k 0}
147 if {[scan $key %d k]<1} {set k 0}
244 if {[scan [btree_key $::c4] %d kx]<1} {set kx -1}
H A Dbigfile.test25 scan $::tcl_version %f vx
H A Ddate.test141 if {[clock scan [clock format 0 -format {%b %d, %Y %H:%M:%S}] -gmt 1]==-18000} {
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c610 int scan,nofree = nv_isattr(np,NV_NOFREE); in array_putval() local
618 scan = ap->nelem&ARRAY_SCAN; in array_putval()
642 ap->nelem |= scan; in array_putval()
1528 int scan = 0; in nv_endsubscript() local
1540 scan = ap->nelem&ARRAY_SCAN; in nv_endsubscript()
1551 if(scan) in nv_endsubscript()
1552 ap->nelem |= scan; in nv_endsubscript()
H A Dnvtree.c585 int scan,tabs=0,c,more,associative = 0; in nv_outnode() local
625 scan = ap->nelem&ARRAY_SCAN; in nv_outnode()
634 ap->nelem |= scan; in nv_outnode()
674 ap->nelem |= scan; in nv_outnode()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-storage-virus-scan.p5m26 set name=pkg.fmri value=pkg:/service/storage/virus-scan@$(PKGVERS)
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c71 scan(tok_kind expect, token *tokp) in scan() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME29 hashscan entry generator for scoped table scan
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME133 object, connect to a specific WLAN, initiate a scan on a link etc).
182 to send events of interest (link up/down, WLAN scan/connect results etc)
280 scan data if the WiFi link is of a higher priority than the currently-selected
315 currently-active priority group - should always be able to scan, as they
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.S151 ! this erratum, we scan the T16 top down for an unlocked TTE and
/illumos-gate/usr/src/boot/forth/
H A Dpnp.4th73 ." PNP scan summary:" cr
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1905 wpi_start_scan_t *scan = local
1910 scan->chan, LE_32(scan->status)));
1916 wpi_stop_scan_t *scan = local
1921 scan->chan, scan->nchan, scan->status));
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1726 scan=$(zpool status -v "$pool" 2>/dev/null | nawk -v token="$token:" '
1729 log_note $scan
1731 echo $scan | grep -i "$keyword" > /dev/null 2>&1
1749 check_pool_status "$1" "scan" "resilver in progress since " $2
1755 check_pool_status "$1" "scan" "resilvered " $2
1761 check_pool_status "$1" "scan" "scrub in progress since " $2
1767 check_pool_status "$1" "scan" "scrub repaired" $2
1773 check_pool_status "$1" "scan" "scrub canceled" $2
1779 check_pool_status "$1" "scan" "scrub paused since " $2
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2396 void (*scan)(dev_info_t *, ddi_fm_error_t *)) in pci_peekpoke_check_fma()
2466 (void) scan(dip, &de); in pci_peekpoke_check_fma()
2531 void (*scan)(dev_info_t *, ddi_fm_error_t *)) in pci_peekpoke_check()
2572 rval = pci_peekpoke_check_fma(dip, arg, ctlop, scan); in pci_peekpoke_check()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.S164 ! to scan src until we hit the end, and compute strlen from the
327 ! null termination of dst, then scan src until end foudn for
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c2681 iwp_start_scan_t *scan = in iwp_rx_softintr() local
2686 scan->chan, LE_32(scan->status))); in iwp_rx_softintr()
2688 ic->ic_curchan = &ic->ic_sup_channels[scan->chan]; in iwp_rx_softintr()
2695 iwp_stop_scan_t *scan = in iwp_rx_softintr() local
2700 scan->chan, scan->nchan, scan->status)); in iwp_rx_softintr()
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c315 kstat_named_t scan; member
3429 cvskd->scan.value.ui64 = cvs->scan; in cpu_vm_stats_ks_update()
3559 cso->cpu_vminfo.scan = CPU_STATS(cp, vm.scan); in cpu_stat_ks_update()

12345