Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c633 uint64_t pa, length, flushed; in mem_sync() local
652 flushed = 0; in mem_sync()
655 if (hv_mem_sync(pa, length, &flushed) != H_EOK) in mem_sync()
658 pa += flushed; in mem_sync()
659 length -= flushed; in mem_sync()
660 total_flushed += flushed; in mem_sync()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.S123 ! The caller has been flushed to the stack. This is unlikely
190 ! The frame that we're looking for has been flushed to the stack; the
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1382 int fd, flushed = 0; local
1395 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) {
1397 flushed);
1403 if (flushed) {
1406 flushed);
1408 fprintf(log, "%d bytes flushed from log\n", flushed);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus_asm.S429 GET_CPU_IMPL(%o5) ! Panther Ecache is flushed differently
489 GET_CPU_IMPL(%o3) ! Panther Ecache is flushed differently
530 GET_CPU_IMPL(%o3) ! Panther Ecache is flushed differently
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_log_spacemap.c817 boolean_t flushed = metaslab_flush(curr, tx); in spa_flush_metaslabs() local
831 if (!flushed) { in spa_flush_metaslabs()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c3565 int flushed = 0, set; local
3577 &flushed, &ifs->ifs_ipfilter6[1][set], ifs);
3579 &flushed, &ifs->ifs_ipacct6[1][set], ifs);
3583 &flushed, &ifs->ifs_ipfilter[1][set], ifs);
3585 &flushed, &ifs->ifs_ipacct[1][set], ifs);
3591 &flushed, &ifs->ifs_ipfilter6[0][set], ifs);
3593 &flushed, &ifs->ifs_ipacct6[0][set], ifs);
3597 &flushed, &ifs->ifs_ipfilter[0][set], ifs);
3599 &flushed, &ifs->ifs_ipacct[0][set], ifs);
3609 flushed += tmp;
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design171 buffer needs to be flushed either the _flsbuf() or _xflsbuf() functions
174 When data needs to be flushed from a buffer to its underlying file
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c2442 boolean_t flushed = B_FALSE; in flushband() local
2466 flushed = B_TRUE; in flushband()
2476 if (flushed) in flushband()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h802 UINT32 flushed : 1; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE93258 by ksh, it is flushed first.
H A DRELEASE1452 not flushed before sleep has been fixed.
2484 01-05-09 A bug in which the output of select was not flushed before the
2882 by ksh, it is flushed first.
H A Dsh.memo3186 and buffers are flushed only when required.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt181 Make sure all slowpath OS dpc's are synced/flushed.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi1005 section will be flushed out into detailed explanations, particularly for
H A Dmultiboot.info939 section will be flushed out into detailed explanations, particularly for
H A Dtexinfo.tex3627 % then page number (#2) flushed to the right margin. It is used for index
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1458 not completely flushed in rare occasions)