Home
last modified time | relevance | path

Searched refs:consumed (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c791 return (++consumed); in parse_ident()
818 int rtn, consumed = 0; in parse_addr_pr() local
823 consumed = rtn; in parse_addr_pr()
831 consumed += rtn; in parse_addr_pr()
833 return (consumed); in parse_addr_pr()
849 consumed = rtn; in parse_ident_pr()
859 consumed += rtn; in parse_ident_pr()
863 return (consumed); in parse_ident_pr()
874 consumed = rtn; in parse_cky_pr()
881 consumed += rtn; in parse_cky_pr()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsunpm.h70 int consumed; /* normalized consumed cycles */ member
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_vtd.mapfile40 # IOMMU ops consumed by bhyve
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h496 uint32_t consumed: 1; member
507 uint32_t consumed: 1; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h524 uint32_t consumed:1; member
534 uint32_t consumed:1;
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt147 updated to reflect amount of input successfully consumed. in_buf
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl336 Bytes of storage consumed
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi204 consumed by the boot loader will typically be made available again after
H A Dmultiboot.info166 loader, that is probably appropriate, because all the memory consumed
H A Dtexinfo.tex5694 % an opening brace, and that opening brace is not consumed.
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c6782 if (smart_p->consumed >= smart_p->allowed) { in pm_trans_check()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE174 10-04-30 string/chresc.c: fix \uXXXXY bug that consumed Y
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c5555 if (cqe->consumed && !cqe->completed) { in emlxs_sli4_process_mbox_event()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt8125 memory used during the execution, as well as the maximum memory consumed
9118 ACPI tables consumed by the ACPICA core, and another for the
9120 ACPI tables that are consumed by the drivers and other software. The
12661 consumed by ACPI CA, the header definitions are useful for ACPI
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6282 sd_pm_tran_data.un.smart_count.consumed = ncycles; in sdpower()