/titanic_41/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) {
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/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 …]
|
/titanic_41/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
|
/titanic_41/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
|
/titanic_41/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 …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | cpuvar.h | 589 #define CPU_STATS_ADD_K(class, stat, amount) \ argument 591 CPU_STATS_ADDQ(CPU, class, stat, amount); \ 595 #define CPU_STATS_ADDQ(cp, class, stat, amount) { \ argument 599 __dtrace_probe___cpu_##class##info_##stat((amount), \ 601 *(stataddr) += (amount); \
|
/titanic_41/usr/src/cmd/man/ |
H A D | makewhatis.c | 68 #define sbuf_retract(sbuf, amount) ((sbuf)->end -= (amount)) argument
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | WARNING.RNG | 48 Executing each program in the list can take a large amount of time,
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_elf.s | 356 sub %sp, %l1, %sp ! grow our stack by amount required.
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | READ_ME | 41 file. It also does a certain amount of parsing of
|
/titanic_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | svcctl.ndl | 185 * An estimate of the amount of time, in milliseconds, that the service 189 * dwCurrentState. If the amount of time specified by wait_hint passes,
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 171 as the amount of time a request spends in its pre-service state, and "runq" the 172 amount of time a request spends in its service state. Transitions to the
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | comvar.sh | 515 float array[12].amount=2.9
|
/titanic_41/usr/src/tools/depcheck/ |
H A D | DependencyCheck.txt | 81 dependency check would be a tremendous amount of work and outside the scope
|
/titanic_41/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 149 updated to reflect amount of input successfully consumed. in_buf
|
/titanic_41/usr/src/lib/libslp/etc/ |
H A D | slp.conf.example | 132 # Set this property to change the maximum amount of time to wait until
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | README.LFS | 44 if the program needs to access a large amount of data at once --- having
|
/titanic_41/usr/src/pkg/license_files/ |
H A D | lic_OSBL | 144 the amount paid by you for Software under this Agreement. The foregoing
|
/titanic_41/usr/src/tools/opensolaris/ |
H A D | BINARYLICENSE.txt | 144 the amount paid by you for Software under this Agreement. The foregoing
|
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.s | 749 sub %sp, %l1, %sp ! grow our stack by amount required.
|