Searched refs:consumed (Results 1 - 12 of 12) sorted by relevance
| /forgerock/web-agents-v4/pcre/ |
| H A D | pcre_jit_compile.c | 3189 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 D | spaceanal.tcl | 168 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 D | texinfo.tex | 5694 % an opening brace, and that opening brace is not consumed.
|
| /illumos-gate/usr/src/cmd/praudit/ |
| H A D | print_audit.txt | 149 updated to reflect amount of input successfully consumed. in_buf
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| H A D | ikeadm.c | 541 * 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 D | sunpm.c | 6791 if (smart_p->consumed >= smart_p->allowed) {
|
| /illumos-gate/usr/src/uts/common/io/scsi/targets/ |
| H A D | sd.c | 6793 sd_pm_tran_data.un.smart_count.consumed = ncycles;
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | sunpm.h | 70 int consumed; /* normalized consumed cycles */ member in struct:pm_smart_count
|
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
| H A D | oce_hw.h | 524 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 D | emlxs_queue.h | 494 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 D | emlxs_sli4.c | 5200 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 D | smb_mbuf_marshaling.c | 1115 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