| /onnv-gate/usr/src/lib/libxcurses/src/libc/mks/ |
| H A D | m_malloc.c | 63 m_malloc(amount) in m_malloc() argument 64 size_t amount; in m_malloc() 91 if ((ptr = malloc(amount)) == NULL) { 92 if (amount == 0) {
|
| /onnv-gate/usr/src/lib/libc/port/stdio/ |
| H A D | __extensions.c | 105 size_t amount; in __fpending() local 109 amount = stream->_ptr - stream->_base; in __fpending() 111 return (amount); in __fpending()
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
| H A D | asn1buf.h | 38 (asn1buf *buf, const unsigned int amount); 44 #define asn1buf_ensure_space(buf,amount) \ argument 45 ((asn1buf_free(buf) < (amount)) \ 46 ? (asn1buf_expand((buf), (amount)-asn1buf_free(buf))) \
|
| H A D | asn1buf.c | 355 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()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
| H A D | tftp.c | 120 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() 247 unsigned long amount = 0; in tftp_recvfile() local 374 amount += size; in tftp_recvfile() 403 if (amount > 0) in tftp_recvfile() 404 printstats("Received", amount); in tftp_recvfile() 725 printstats(char *direction, off_t amount) in printstats() argument 732 " seconds", direction, amount, tenths / 10, tenths % 10); in printstats() [all …]
|
| /onnv-gate/usr/src/uts/sun4u/starcat/sys/ |
| H A D | iosramvar.h | 275 #define IOSRAM_STAT_ADD(field, amount) iosram_stats.field += (uint64_t)amount argument 281 #define IOSRAM_STAT_ADD(field, amount) argument
|
| /onnv-gate/usr/src/common/openssl/crypto/ |
| H A D | cryptlib.c | 186 static int (MS_FAR *add_lock_callback)(int *pointer,int amount, 492 int CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, in CRYPTO_add_lock() argument 503 ret=add_lock_callback(pointer,amount,type,file,line); in CRYPTO_add_lock() 507 before,amount,ret, in CRYPTO_add_lock() 516 ret= *pointer+amount; in CRYPTO_add_lock() 520 *pointer,amount,ret, in CRYPTO_add_lock()
|
| H A D | crypto.h | 239 #define CRYPTO_add(addr,amount,type) \ argument 240 CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__) 427 int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
|
| /onnv-gate/usr/src/lib/libsqlite/tool/ |
| H A D | spaceanal.tcl | 43 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 D | space_used.tcl | 29 payload int, -- Total amount of data stored in this table or index
|
| /onnv-gate/usr/src/uts/common/fs/doorfs/ |
| H A D | door_sys.c | 1096 uintptr_t start, end, offset, amount; in door_stack_copyout() local 1104 amount = end - start; in door_stack_copyout() 1106 ASSERT(amount > 0 && amount <= count && amount <= pgsize); in door_stack_copyout() 1108 if (copyout_nowatch(kbase + offset, (void *)start, amount)) in door_stack_copyout() 1110 count -= amount; in door_stack_copyout() 2349 int amount; in door_overflow() local 2352 amount = len > PAGESIZE ? PAGESIZE : len; in door_overflow() 2353 if ((error = door_copy(as, src, saddr, amount)) != 0) { in door_overflow() 2357 saddr += amount; in door_overflow() 2358 src += amount; in door_overflow() [all …]
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | cpuvar.h | 592 #define CPU_STATS_ADD_K(class, stat, amount) \ argument 594 CPU_STATS_ADDQ(CPU, class, stat, amount); \ 598 #define CPU_STATS_ADDQ(cp, class, stat, amount) { \ argument 602 __dtrace_probe___cpu_##class##info_##stat((amount), \ 604 *(stataddr) += (amount); \
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | BIO_s_bio.pod | 56 determine the amount of pending data in the read or write buffer. 85 value will return a value from BIO_write() less than the amount requested or if the 90 amount of data requested, or the buffer size if it is less, if the 94 in TLS/SSL applications where the amount of data read is usually 98 Note that BIO_get_read_request() never returns an amount larger
|
| H A D | RAND_egd.pod | 28 be generated, it is not necessary to request the full amount 255 bytes from 29 the EGD socket. This can be advantageous, since the amount of entropy
|
| H A D | BIO_ctrl.pod | 92 return the amount of pending data. 102 determine the amount of pending data in all cases. For example in the
|
| H A D | OBJ_nid2obj.pod | 54 The total amount of space required is returned. If B<no_name> is 0 then 125 to B<NULL> to determine the amount of data that should be written.
|
| H A D | buffer.pod | 34 B<length> is the current size of the buffer in bytes, B<max> is the amount of
|
| H A D | threads.pod | 47 #define CRYPTO_add(addr,amount,type) \ 48 CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
|
| H A D | BIO_read.pod | 33 All these functions return either the amount of data successfully read or
|
| H A D | X509_NAME_get_index_by_NID.pod | 43 excluding the terminating null. If B<buf> is <NULL> then the amount
|
| H A D | EVP_EncryptInit.pod | 115 multiple times to encrypt successive blocks of data. The amount 117 as a result the amount of data written may be anything from zero bytes 175 is zero then no padding is performed, the total amount of data encrypted 363 the total amount of data decrypted is a multiple of the block size.
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | d2i_SSL_SESSION.pod | 48 amount of space should be obtained by first calling i2d_SSL_SESSION() with
|
| /onnv-gate/usr/src/cmd/ypcmd/yp2lscripts/ |
| H A D | inityp2l.sh | 302 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
|
| /onnv-gate/usr/src/cmd/tcpd/ |
| H A D | README.IRIX | 18 Even with this amount of care I have seen inetd messing up, like
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
| H A D | Maketext.pm | 558 you could easily halve or double the amount of cumin, or use chopped mint
|