Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/
H A Dsunpm.h70 int consumed; /* normalized consumed cycles */ member
/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c764 int alloclen, consumed; in parse_ident() local
775 if ((consumed = parse_idtype(argv[0], &idp->sadb_ident_type)) < 0) { in parse_ident()
788 return (++consumed); in parse_ident()
815 int rtn, consumed = 0; in parse_addr_pr() local
820 consumed = rtn; in parse_addr_pr()
828 consumed += rtn; in parse_addr_pr()
830 return (consumed); in parse_addr_pr()
841 int rtn, consumed = 0; in parse_ident_pr() local
846 consumed = rtn; in parse_ident_pr()
856 consumed += rtn; in parse_ident_pr()
[all …]
/titanic_53/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1115 int consumed; in mbc_marshal_put_unicode_string() local
1129 consumed = smb_mbtowc(&wchar, ascii, MTS_MB_CHAR_MAX); in mbc_marshal_put_unicode_string()
1130 if (consumed == -1) in mbc_marshal_put_unicode_string()
1138 ascii += consumed; in mbc_marshal_put_unicode_string()
/titanic_53/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h494 uint32_t consumed: 1; member
505 uint32_t consumed: 1; member
/titanic_53/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h524 uint32_t consumed:1; member
534 uint32_t consumed:1;
/titanic_53/usr/src/cmd/praudit/
H A Dprint_audit.txt149 updated to reflect amount of input successfully consumed. in_buf
/titanic_53/usr/src/boot/lib/libz/doc/
H A Drfc1950.txt45 data can be produced or consumed, even for an arbitrarily long
94 * Can be produced or consumed, even for an arbitrarily long
H A Drfc1951.txt46 consumed, even for an arbitrarily long sequentially presented input
100 * Can be produced or consumed, even for an arbitrarily long
/titanic_53/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl339 Bytes of storage consumed
/titanic_53/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.
/titanic_53/usr/src/uts/common/os/
H A Dsunpm.c6791 if (smart_p->consumed >= smart_p->allowed) { in pm_trans_check()
/titanic_53/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE174 10-04-30 string/chresc.c: fix \uXXXXY bug that consumed Y
/titanic_53/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c5200 if (cqe->consumed && !cqe->completed) { in emlxs_sli4_process_mbox_event()
/titanic_53/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
/titanic_53/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6806 sd_pm_tran_data.un.smart_count.consumed = ncycles; in sdpower()