Searched refs:amount (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_malloc.c63 m_malloc(amount)
64 size_t amount;
91 if ((ptr = malloc(amount)) == NULL) {
92 if (amount == 0) {
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D__extensions.c100 * Return the amount of output pending on a stream (in bytes).
105 size_t amount; local
109 amount = stream->_ptr - stream->_base;
111 return (amount);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.h38 (asn1buf *buf, const unsigned int amount);
41 effects If buf has less than amount octets of free space, then it is
42 expanded to have at least amount octets of free space.
44 #define asn1buf_ensure_space(buf,amount) \
45 ((asn1buf_free(buf) < (amount)) \
46 ? (asn1buf_expand((buf), (amount)-asn1buf_free(buf))) \
H A Dasn1buf.c355 asn1_error_code asn1buf_ensure_space(asn1buf *buf, const unsigned int amount) argument
358 if(avail < amount){
359 asn1_error_code retval = asn1buf_expand(buf, amount-avail);
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h275 #define IOSRAM_STAT_ADD(field, amount) iosram_stats.field += (uint64_t)amount
281 #define IOSRAM_STAT_ADD(field, amount)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c120 off_t amount = 0; local
225 amount += size;
233 if (amount > 0)
234 printstats("Sent", amount);
247 unsigned long amount = 0; local
374 amount += size;
403 if (amount > 0)
404 printstats("Received", amount);
725 printstats(char *direction, off_t amount) argument
732 " seconds", direction, amount, tenth
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl43 payload int, -- Total amount of data stored in this table or index
314 The total amount of disk space used by the entire database files.
332 The amount of the complete database file that is devoted to storing
341 The total amount of disk space required to store all B*Tree entries
347 The amount of payload stored under this category. Payload is the sum
349 amount of data. Each index entry has 4 or more bytes of key and no
355 The amount of data stored under this category. The data space reported
367 The average amount of payload on each entry. This is just the bytes of
372 The average amount of free space remaining on all pages under this
H A Dspace_used.tcl29 payload int, -- Total amount of data stored in this table or index
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h589 #define CPU_STATS_ADD_K(class, stat, amount) \
591 CPU_STATS_ADDQ(CPU, class, stat, amount); \
595 #define CPU_STATS_ADDQ(cp, class, stat, amount) { \
599 __dtrace_probe___cpu_##class##info_##stat((amount), \
601 *(stataddr) += (amount); \
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c72 * The maximum amount of data (in bytes) that will be transferred using
79 * Maximum amount of data that will be transferred in a reply to a
1096 uintptr_t start, end, offset, amount; local
1104 amount = end - start;
1106 ASSERT(amount > 0 && amount <= count && amount <= pgsize);
1108 if (copyout_nowatch(kbase + offset, (void *)start, amount))
1110 count -= amount;
2349 int amount; local
2496 size_t amount; local
2807 uint_t amount; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S81 call hexout # amount of
/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/man/
H A Dmakewhatis.c67 /* Remove the last amount characters from the sbuf */
68 #define sbuf_retract(sbuf, amount) ((sbuf)->end -= (amount))
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh302 HELP - The amount of time in seconds after which an LDAP bind operation
310 HELP - The amount of time in seconds after which an LDAP search operation
318 HELP - The amount of time in seconds after which an LDAP modify operation
326 HELP - The amount of time in seconds after which an LDAP add operation
334 HELP - The amount of time in seconds after which an LDAP delete operation
349 Since the nisLDAPsearchTimeout limits the amount of time the
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh515 float array[12].amount=2.9
516 expected='typeset -C -A array=([12]=(typeset -l -E amount=2.9;))'
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s321 * 'local storage' from the previous stack this amount must
335 * by 4 which is the 'word size' to calculate the amount
356 sub %sp, %l1, %sp ! grow our stack by amount required.
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h2561 #define SFMMU_STAT_ADD(stat, amount) sfmmu_global_stat.stat += (amount)
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s713 * 'local storage' from the previous stack this amount must
728 * by 8 which is the 'word size' to calculate the amount
749 sub %sp, %l1, %sp ! grow our stack by amount required.
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s808 ! The block store wins when the amount of data is so large
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c12633 * the read and write error thresholds based on the amount of
13390 * command fails, or if the amount of Request Sense data is not enough, then
15756 * and then space forward this amount
15765 * add 1, rewind, space forward this amount,
18514 int amount = SAS_TLR_MOD_LEN; local
18520 ret = st_gen_mode_sense(un, ubf, 0x18, mode_data, amount);
18526 if (mode_data->data_len != amount + 1) {
18527 amount = mode_data->data_len + 1;
18544 ret = st_gen_mode_select(un, ubf, mode_data, amount);
18556 (char *)mode_data, amount);
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex795 % This records the amount of indent in the innermost environment.
5069 \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount
6744 % using an old version of TeX, don't do anything. We want the amount of

Completed in 170 milliseconds