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 D | zpool_clear_001_pos.ksh | 165 typeset -i wcount=0 170 (( wcount = size*1024*1024 - 512 )) 174 (( wcount = size*1024 - 512 )) 178 (( wcount = size - 512 )) 181 (( wcount = FILESIZE/1024 - 512 )) 184 dd if=/dev/zero of=$fbase.$i seek=512 bs=1024 count=$wcount conv=notrunc \
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | anlwrk.c | 75 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 D | doprnt.c | 468 ssize_t wcount = 0; in _wndoprnt() local 1678 wcount = 1; in _wndoprnt() 1693 wcount = p - bp; in _wndoprnt() 1717 wcount = p - bp; in _wndoprnt() 1733 wcount = 1; in _wndoprnt() 1756 wcount = 0; in _wndoprnt() 1758 if ((prec - wcount - 1) >= 0) { in _wndoprnt() 1759 wcount++; in _wndoprnt() 1780 wcount = 0; in _wndoprnt() 1789 if ((prec - (wcount + nbytes)) >= 0) { in _wndoprnt() [all …]
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_print_lines.c | 789 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 D | lwp_sobj.c | 2259 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 D | emlxs_dump.c | 2685 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()
|