Searched refs:wcount (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/ |
H A D | zpool_clear_001_pos.ksh | 163 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 \
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | anlwrk.c | 76 anlwrk(file, wvec, wcount) in anlwrk() argument 141 nargs = getargs(str, wvec, wcount); 282 gtwvec(file, wrkvec, wcount) 288 while ((nargs = anlwrk(file, wrkvec, wcount)) == 0) {
|
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 466 ssize_t wcount = 0; in _wndoprnt() local 1677 wcount = 1; in _wndoprnt() 1692 wcount = p - bp; in _wndoprnt() 1716 wcount = p - bp; in _wndoprnt() 1732 wcount = 1; in _wndoprnt() 1755 wcount = 0; in _wndoprnt() 1757 if ((prec - wcount - 1) >= 0) { in _wndoprnt() 1758 wcount++; in _wndoprnt() 1779 wcount = 0; in _wndoprnt() 1788 if ((prec - (wcount + nbytes)) >= 0) { in _wndoprnt() [all …]
|
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_print_lines.c | 339 Dwarf_Unsigned wcount = bogus_bytes_count; in _dwarf_internal_printlines() local 344 wcount, boffset,boffset); in _dwarf_internal_printlines()
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 2244 int wcount = 0; in lwp_rwlock_release() local 2254 if ((wcount++ == 0) && (rcount == 0)) { in lwp_rwlock_release() 2270 if (wcount == 0) { in lwp_rwlock_release()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dump.c | 2677 uint32_t wcount; in emlxs_dump_hba_memory() local 2792 wcount = in emlxs_dump_hba_memory() 2795 emlxs_mb_dump(hba, mbq, portAddr, wcount); in emlxs_dump_hba_memory() 2802 portAddr, wcount, mb->mbxStatus); in emlxs_dump_hba_memory()
|