Searched refs:flushed (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c628 * Returns the total number of bytes flushed.
633 uint64_t pa, length, flushed; local
652 flushed = 0;
655 if (hv_mem_sync(pa, length, &flushed) != H_EOK)
658 pa += flushed;
659 length -= flushed;
660 total_flushed += flushed;
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s227 ! The caller has been flushed to the stack. This is unlikely
307 ! The frame that we're looking for has been flushed to the stack; the
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1378 int fd, flushed = 0; local
1391 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) {
1392 printf("%d bytes flushed from log buffer\n",
1393 flushed);
1399 if (flushed) {
1401 syslog(LOG_INFO, "%d bytes flushed from log\n",
1402 flushed);
1404 fprintf(log, "%d bytes flushed from log\n", flushed);
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c875 int flushed, i, cd; local
942 cc_ent->cc_iocount = flushed = 1;
968 flushed = 0;
978 flushed++;
1010 flushed++;
1038 /* SDTRACE(ST_INFO|SDF_FLCLIST, cd, FBA_NUM(len), dblk, flushed, bp); */
1048 SDTRACE(ST_EXIT|SDF_FLCLIST, cd, FBA_NUM(len), dblk, flushed, 0);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus_asm.s94 * l2_index Index into the L2$ of the line to be flushed. This
96 * l3_index Index into the L3$ of the line to be flushed. This
130 * Output: Index into the L2$ of the line to be flushed.
132 * Output: Index into the L3$ of the line to be flushed.
453 GET_CPU_IMPL(%o5) ! Panther Ecache is flushed differently
523 GET_CPU_IMPL(%o3) ! Panther Ecache is flushed differently
573 GET_CPU_IMPL(%o3) ! Panther Ecache is flushed differently
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c3499 /* Returns: int - >= 0 - number of flushed rules */
3514 /* NOTE: Rules not loaded from user space cannot be flushed. */
3554 /* Returns: int - >= 0 - number of flushed rules */
3566 int flushed = 0, set; local
3578 &flushed, &ifs->ifs_ipfilter6[1][set], ifs);
3580 &flushed, &ifs->ifs_ipacct6[1][set], ifs);
3584 &flushed, &ifs->ifs_ipfilter[1][set], ifs);
3586 &flushed, &ifs->ifs_ipacct[1][set], ifs);
3592 &flushed, &ifs->ifs_ipfilter6[0][set], ifs);
3594 &flushed,
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c2303 * pcproto_flag specifies whether or not a M_PCPROTO message should be flushed
2388 * a flag which specifies whether or not M_PCPROTO messages should be flushed
2461 boolean_t flushed = B_FALSE; local
2485 flushed = B_TRUE;
2495 if (flushed)
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3627 % then page number (#2) flushed to the right margin. It is used for index

Completed in 122 milliseconds