Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 61) sorted by relevance

123

/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_malloc.c61 m_malloc(amount) in m_malloc() argument
62 size_t amount; in m_malloc()
89 if ((ptr = malloc(amount)) == NULL) {
90 if (amount == 0) {
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.nameval1 { if (amount[$2] == "")
3 amount[$2] += $1
6 print name[i], amount[name[i]]
H A Dt.in11 { if (amount[$2] == "")
3 amount[$2] += $1
6 print i, name[i], amount[name[i]] | "sort"
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.h36 (asn1buf *buf, const unsigned int amount);
42 #define asn1buf_ensure_space(buf,amount) \ argument
43 ((asn1buf_free(buf) < (amount)) \
44 ? (asn1buf_expand((buf), (amount)-asn1buf_free(buf))) \
H A Dasn1buf.c355 asn1_error_code asn1buf_ensure_space(asn1buf *buf, const unsigned int amount) in asn1buf_ensure_space() argument
358 if(avail < amount){ in asn1buf_ensure_space()
359 asn1_error_code retval = asn1buf_expand(buf, amount-avail); in asn1buf_ensure_space()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D__extensions.c103 size_t amount; in __fpending() local
107 amount = stream->_ptr - stream->_base; in __fpending()
109 return (amount); in __fpending()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c120 volatile off_t amount = 0; in tftp_sendfile() local
225 amount += size; in tftp_sendfile()
233 if (amount > 0) in tftp_sendfile()
234 printstats("Sent", amount); in tftp_sendfile()
248 volatile unsigned long amount = 0; in tftp_recvfile() local
375 amount += size; in tftp_recvfile()
404 if (amount > 0) in tftp_recvfile()
405 printstats("Received", amount); in tftp_recvfile()
727 printstats(char *direction, off_t amount) in printstats() argument
734 " seconds", direction, amount, tenths / 10, tenths % 10); in printstats()
[all …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl40 payload int, -- Total amount of data stored in this table or index
311 The total amount of disk space used by the entire database files.
329 The amount of the complete database file that is devoted to storing
338 The total amount of disk space required to store all B*Tree entries
344 The amount of payload stored under this category. Payload is the sum
346 amount of data. Each index entry has 4 or more bytes of key and no
352 The amount of data stored under this category. The data space reported
364 The average amount of payload on each entry. This is just the bytes of
369 The average amount of free space remaining on all pages under this
H A Dspace_used.tcl26 payload int, -- Total amount of data stored in this table or index
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h556 #define CPU_STATS_ADD_K(class, stat, amount) \ argument
558 CPU_STATS_ADDQ(CPU, class, stat, amount); \
562 #define CPU_STATS_ADDQ(cp, class, stat, amount) { \ argument
566 __dtrace_probe___cpu_##class##info_##stat((amount), \
568 *(stataddr) += (amount); \
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1108 ASSERT(amount > 0 && amount <= count && amount <= pgsize); in door_stack_copyout()
1112 count -= amount; in door_stack_copyout()
2364 int amount; in door_overflow() local
2373 src += amount; in door_overflow()
2374 len -= amount; in door_overflow()
2511 size_t amount; in door_args() local
2529 ASSERT(amount > 0 && amount <= len && in door_args()
2536 len -= amount; in door_args()
2822 uint_t amount; in door_results() local
2837 src += amount; in door_results()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_atomic_inc_dec.c218 struct expression *amount; in match_atomic_add() local
221 amount = get_argument_from_call_expr(expr->args, 0); in match_atomic_add()
222 if (get_implied_value(amount, &sval) && sval_is_negative(sval)) { in match_atomic_add()
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c333 io_buffer_advance(struct io_buffer *io, size_t amount) in io_buffer_advance() argument
336 assert(amount <= io->len); in io_buffer_advance()
337 io->start += amount; in io_buffer_advance()
338 io->len -= amount; in io_buffer_advance()
342 io_buffer_consume(struct io_buffer *io, size_t amount) in io_buffer_consume() argument
345 io_buffer_advance(io, amount); in io_buffer_consume()
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S81 call hexout # amount of
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex166 {}% Indent amount
178 {} % Indent amount
189 {}% Indent amount
203 {}% Indent amount
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c69 #define sbuf_retract(sbuf, amount) ((sbuf)->end -= (amount)) argument
/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/uts/common/smbsrv/ndl/
H A Dsvcctl.ndl187 * An estimate of the amount of time, in milliseconds, that the service
191 * dwCurrentState. If the amount of time specified by wait_hint passes,
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME41 file. It also does a certain amount of parsing of
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.S355 sub %sp, %l1, %sp ! grow our stack by amount required.
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dabd.c731 abd_iter_advance(struct abd_iter *aiter, size_t amount) in abd_iter_advance() argument
740 aiter->iter_pos += amount; in abd_iter_advance()
/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/cmd/sgs/libelf/common/
H A DREADME.LFS44 if the program needs to access a large amount of data at once --- having
/illumos-gate/usr/src/lib/libslp/etc/
H A Dslp.conf.example131 # Set this property to change the maximum amount of time to wait until
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh515 float array[12].amount=2.9

123