Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 40) sorted by relevance

12

/titanic_51/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c431 size_t skipped; in nfscmd_convdirplus() local
446 for (skipped = 0, i = 0; i < nents; i++) { in nfscmd_convdirplus()
468 skipped++; in nfscmd_convdirplus()
486 return (nents - (i + skipped)); in nfscmd_convdirplus()
/titanic_51/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c51 #define IXL_CHECK_SKIP 1 /* ixl cmd intr processing context skipped */
316 uint_t skipped; in hci1394_ixl_intr_check_xfer() local
333 skipped = 0; in hci1394_ixl_intr_check_xfer()
334 while ((skipped == 0) && (ixldepth < xferctlp->cnt)) { in hci1394_ixl_intr_check_xfer()
365 * (lost), context has either stopped, is done, or has skipped in hci1394_ixl_intr_check_xfer()
378 skipped = 0; in hci1394_ixl_intr_check_xfer()
497 skipped = 1; in hci1394_ixl_intr_check_xfer()
513 if ((skipped == 0) && (ixldepth >= xferctlp->cnt)) { in hci1394_ixl_intr_check_xfer()
672 * if status is now set here, return skipped, to cause calling in hci1394_ixl_intr_check_done()
856 * return skipped, t in hci1394_ixl_intr_check_done()
[all...]
/titanic_51/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_iob.h59 int skipped; /* this iob used sd_add_mem */ member
H A Dsd_bio.c434 ret->skipped = 0; in _sd_get_hook()
812 if (hook->skipped) in sd_add_fba()
827 if (hook->skipped) in sd_add_fba()
835 hook->skipped = 0; in sd_add_fba()
843 hook->skipped = 1; in sd_add_fba()
1038 "combined %d norm %d norm_size %" NSC_SZFMT " skipped %d", in sd_start_io()
/titanic_51/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c432 uint64_t space = 0, unref = 0, skipped = 0; in dmu_tx_count_free() local
500 skipped += (lastblk >> epbs) - (blkid >> epbs) + 1; in dmu_tx_count_free()
508 skipped += (lastblk >> epbs) - (blkid >> epbs) + 1; in dmu_tx_count_free()
514 skipped += (new_blkid >> epbs) - (blkid >> epbs) - 1; in dmu_tx_count_free()
588 if (skipped > 0) { in dmu_tx_count_free()
589 txh->txh_fudge += skipped << dn->dn_indblkshift; in dmu_tx_count_free()
590 skipped = MIN(skipped, DMU_MAX_DELETEBLKCNT >> epbs); in dmu_tx_count_free()
591 txh->txh_memory_tohold += skipped << dn->dn_indblkshift; in dmu_tx_count_free()
1203 * XXX - the "fudge" factor is to account for skipped block in dmu_tx_try_assign()
[all...]
H A Dzfs_dir.c534 int skipped = 0; in zfs_purgedir() local
543 skipped += 1; in zfs_purgedir()
562 skipped += 1; in zfs_purgedir()
571 skipped += 1; in zfs_purgedir()
578 skipped += 1; in zfs_purgedir()
579 return (skipped); in zfs_purgedir()
H A Dzfs_ioctl.c2718 props_skip(nvlist_t *props, nvlist_t *skipped, nvlist_t **newprops) in props_skip() argument
2726 if (nvlist_exists(skipped, nvpair_name(pair))) in props_skip()
2735 nvlist_t *skipped) in clear_received_props() argument
2739 props_skip(props, skipped, &cleared_props); in clear_received_props()
/titanic_51/usr/src/uts/common/io/
H A Dconsms.c710 boolean_t skipped = B_FALSE; in consms_lqs_ack_complete() local
723 * set skipped flag to B_TRUE in order to skip the ioctl in consms_lqs_ack_complete()
740 skipped = B_TRUE; in consms_lqs_ack_complete()
745 if (!skipped && mp && mp->b_cont && in consms_lqs_ack_complete()
761 skipped = B_TRUE; in consms_lqs_ack_complete()
766 if (!skipped && mp && mp->b_cont && in consms_lqs_ack_complete()
/titanic_51/exception_lists/
H A Dmapfilechk35 # that match this pattern that should be skipped.
H A Dcheck_rtime84 # Identify any files that should be skipped when building a crle(1)
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk163 error 1 :DLL: tests skipped
H A DRELEASE141 08-06-11 regress.sh: fix bug that skipped the last test
302 mamexec.c: fix non-contiguous "exec" bug that skipped lines
304 iffe.sh: fix child process stdin hijack that skipped input lines
423 03-09-23 ratz.c: fix tar header number parse bug that skipped to next number
687 01-04-01 regress: fix SAME that just skipped it -- we should regress regress!
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c1452 int skipped = 0; in decode_ldap() local
1460 skipped = newbuf-buf; in decode_ldap()
1464 len = len-skipped; in decode_ldap()
/titanic_51/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1032 uint16_t total, cleaned, skipped, unhandled; in fct_trigger_rport_cleanup() local
1038 cleaned = skipped = unhandled = 0; in fct_trigger_rport_cleanup()
1056 skipped++; in fct_trigger_rport_cleanup()
1068 skipped++; in fct_trigger_rport_cleanup()
1071 if (((cleaned + skipped) == total) && (unhandled == 0)) { in fct_trigger_rport_cleanup()
1078 " %p, c/s/u/t = %d/%d/%d/%d", irp, cleaned, skipped, in fct_trigger_rport_cleanup()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpty.sh37 whence -q pty || { lineno=$LINENO; err_exit "pty command not found -- tests skipped"; exit 0; }
78 then err_exit pty command hangs on $bintrue -- tests skipped
/titanic_51/usr/src/test/
H A DREADME61 marked SKIPPED; this is intentional. If a test must be skipped due to
/titanic_51/usr/src/lib/libsqlite/test/
H A Dnull.test56 # FALSE and UNKNOWN test expressions are skipped.
/titanic_51/usr/src/lib/libshell/common/sh/
H A Darray.c348 int nelem, skipped=0; in array_clone() local
402 skipped=1; in array_clone()
448 if(!skipped) in array_clone()
/titanic_51/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg653 @ MSG_FIL_SKIP_1 "file=%s; skipped: already processed as %s"
654 @ MSG_FIL_SKIP_2 "file=%s; skipped: already processed"
665 @ MSG_FIL_FILTEE_3 "file=%s; filtee skipped (auditor directed)"
939 @ MSG_SYM_AR_SKIP "file=%s, symbol=%s, skipped"
1065 returned: 0 (path skipped)"
1076 @ MSG_AUD_SKIP "file=%s; skipped: using auditor from %s"
1077 @ MSG_AUD_TERM "file=%s; auditor has indicated path should be skipped"
/titanic_51/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s1492 sub %g2, 1, %g2 ! account for skipped frame
/titanic_51/usr/src/lib/libpp/common/
H A DRELEASE46 04-02-29 ppproto.c: fix bug that skipped prototyped check during notices check
106 ppsearch: fix SEARCH_NEXT bug that skipped the include stack
438 89-11-11 add -1 arg to pp.incref -- include skipped
H A DHISTORY22 ignore errors in skipped ppexpr() &&, || and ?: subexpressions
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE57 04-02-29 ppproto.c: fix bug that skipped prototyped check during notices check
117 ppsearch: fix SEARCH_NEXT bug that skipped the include stack
449 89-11-11 add -1 arg to pp.incref -- include skipped
H A DHISTORY22 ignore errors in skipped ppexpr() &&, || and ?: subexpressions
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c452 int nelem, skipped=0; in array_clone() local
506 skipped=1; in array_clone()
552 if(!skipped) in array_clone()

12