Searched refs:consumed (Results 1 - 12 of 12) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c3189 int len, repeat, len_save, consumed = 0; local
3269 return consumed;
3292 return consumed;
3303 if (common->utf && !is_char7_bitset((const pcre_uint8 *)(cc + 1), FALSE)) return consumed;
3311 if (common->utf) return consumed;
3320 if (common->utf) return consumed;
3330 return consumed;
3339 return consumed;
3348 return consumed;
3364 if (common->utf) return consumed;
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl168 statline "Bytes of storage consumed" $storage
339 Bytes of storage consumed
351 the bytes of storage consumed.
358 of data divided by bytes of storage consumed.
363 the right is the bytes of key divided by the bytes of storage consumed.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5694 % an opening brace, and that opening brace is not consumed.
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt149 updated to reflect amount of input successfully consumed. in_buf
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c541 * or the number of cmd-line args "consumed" on success (though argc
764 int alloclen, consumed; local
775 if ((consumed = parse_idtype(argv[0], &idp->sadb_ident_type)) < 0) {
788 return (++consumed);
815 int rtn, consumed = 0; local
820 consumed = rtn;
828 consumed += rtn;
830 return (consumed);
841 int rtn, consumed = 0; local
846 consumed
866 int rtn, consumed = 0; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c6791 if (smart_p->consumed >= smart_p->allowed) {
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6793 sd_pm_tran_data.un.smart_count.consumed = ncycles;
/illumos-gate/usr/src/uts/common/sys/
H A Dsunpm.h70 int consumed; /* normalized consumed cycles */ member in struct:pm_smart_count
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h524 uint32_t consumed:1; member in struct:oce_mq_cqe::__anon7632::__anon7633
534 uint32_t consumed:1;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h494 uint32_t consumed: 1; member in struct:CQE_MBOX
505 uint32_t consumed: 1; member in struct:CQE_MBOX
853 uint32_t WQEC: 1; /* Request WQE consumed CQE */
901 uint32_t WQEC: 1; /* Request WQE consumed CQE */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c5200 if (cqe->consumed && !cqe->completed) {
5202 "CQ ENTRY: Mbox event. Entry consumed but not completed");
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1115 int consumed; local
1129 consumed = smb_mbtowc(&wchar, ascii, MTS_MB_CHAR_MAX);
1130 if (consumed == -1)
1133 * Note that consumed will be 0 when the null terminator
1138 ascii += consumed;

Completed in 1071 milliseconds