Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsunpm.h70 int consumed; /* normalized consumed cycles */ member
/titanic_44/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_44/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1104 u_int consumed; in process() local
1191 consumed = buf_len - buffer_len(&iqueue); in process()
1192 if (msg_len < consumed) in process()
1193 fatal("msg_len %d < consumed %d", msg_len, consumed); in process()
1194 if (msg_len > consumed) in process()
1195 buffer_consume(&iqueue, msg_len - consumed); in process()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1072 int consumed; in mbc_marshal_put_unicode_string() local
1086 consumed = smb_mbtowc(&wchar, ascii, MTS_MB_CHAR_MAX); in mbc_marshal_put_unicode_string()
1087 if (consumed == -1) in mbc_marshal_put_unicode_string()
1095 ascii += consumed; in mbc_marshal_put_unicode_string()
/titanic_44/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_44/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_44/usr/src/cmd/praudit/
H A Dprint_audit.txt149 updated to reflect amount of input successfully consumed. in_buf
/titanic_44/usr/src/cmd/ssh/doc/
H A DOVERVIEW19 Data can be consumed from either end. The code is used heavily
/titanic_44/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl339 Bytes of storage consumed
/titanic_44/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_44/usr/src/uts/common/os/
H A Dsunpm.c6791 if (smart_p->consumed >= smart_p->allowed) { in pm_trans_check()
/titanic_44/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_44/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_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6806 sd_pm_tran_data.un.smart_count.consumed = ncycles; in sdpower()