Home
last modified time | relevance | path

Searched refs:wcount (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_001_pos.ksh163 typeset -i wcount=0
168 (( wcount = size*1024*1024 - 512 ))
172 (( wcount = size*1024 - 512 ))
176 (( wcount = size - 512 ))
179 (( wcount = FILESIZE/1024 - 512 ))
182 dd if=/dev/zero of=$fbase.$i seek=512 bs=1024 count=$wcount conv=notrunc \
/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c75 anlwrk(char *file, char **wvec, int wcount) in anlwrk() argument
139 nargs = getargs(str, wvec, wcount); in anlwrk()
280 gtwvec(char *file, char **wrkvec, int wcount) in gtwvec() argument
285 while ((nargs = anlwrk(file, wrkvec, wcount)) == 0) { in gtwvec()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c468 ssize_t wcount = 0; in _wndoprnt() local
1678 wcount = 1; in _wndoprnt()
1733 wcount = 1; in _wndoprnt()
1756 wcount = 0; in _wndoprnt()
1759 wcount++; in _wndoprnt()
1780 wcount = 0; in _wndoprnt()
1824 wcount = nwc; in _wndoprnt()
1844 wcount = nwc; in _wndoprnt()
1857 wcount = prec; in _wndoprnt()
1955 wcount = 0; in _wndoprnt()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_print_lines.c789 Dwarf_Unsigned wcount = bogus_bytes_count; in print_actuals_and_locals() local
795 wcount); in print_actuals_and_locals()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c2259 int wcount = 0; in lwp_rwlock_release() local
2269 if ((wcount++ == 0) && (rcount == 0)) { in lwp_rwlock_release()
2285 if (wcount == 0) { in lwp_rwlock_release()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2685 uint32_t wcount; in emlxs_dump_hba_memory() local
2800 wcount = in emlxs_dump_hba_memory()
2803 emlxs_mb_dump(hba, mbq, portAddr, wcount); in emlxs_dump_hba_memory()
2810 portAddr, wcount, mb->mbxStatus); in emlxs_dump_hba_memory()