| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
| H A D | errmap.h | 61 size_t allocated; member 72 arr->allocated = 10; in mecherrmap__pairarray_init() 79 return arr->allocated; in mecherrmap__pairarray_size() 96 size_t oldsize = sizeof(*arr->elts) * arr->allocated; in mecherrmap__pairarray_grow() 102 if (newcount < arr->allocated) in mecherrmap__pairarray_grow() 113 arr->allocated = newcount; in mecherrmap__pairarray_grow() 120 if (idx < 0 || idx >= arr->allocated) in mecherrmap__pairarray_getaddr()
|
| /onnv-gate/usr/src/uts/common/fs/proc/ |
| H A D | prusrio.c | 50 int allocated; in prusrio() local 58 allocated = 0; in prusrio() 61 allocated = 1; in prusrio() 126 if (allocated) in prusrio()
|
| /onnv-gate/usr/src/cmd/backup/lib/ |
| H A D | memutils.c | 70 xrealloc(allocated, newsize) in xrealloc() argument 71 void *allocated; in xrealloc() 77 cp = realloc(allocated, newsize);
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | buffer.pod | 35 memory allocated to the buffer. There are three functions which handle these 47 BUF_strdup() copies a null terminated string into a block of allocated 48 memory and returns a pointer to the allocated block. 53 The memory allocated from BUF_strdup() should be freed up using the OPENSSL_free()
|
| H A D | ASN1_STRING_new.pod | 16 ASN1_STRING_new() returns an allocated B<ASN1_STRING> structure. Its type 19 ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure of
|
| H A D | BN_BLINDING_new.pod | 61 "thread id" of a newly allocated B<BN_BLINDING> structure is zero. 69 32). In newly allocated B<BN_BLINDING> objects no flags are set. 79 BN_BLINDING_new() returns the newly allocated B<BN_BLINDING> structure
|
| H A D | DSA_sign.pod | 30 in newly allocated B<BIGNUM>s at *B<kinvp> and *B<rp>, after freeing 33 B<ctx> is a pre-allocated B<BN_CTX> or NULL.
|
| H A D | BN_mod_mul_reciprocal.pod | 31 previously allocated B<BN_CTX> used for temporary variables. 62 BN_RECP_CTX_new() returns the newly allocated B<BN_RECP_CTX>, and NULL
|
| /onnv-gate/usr/src/uts/common/avs/ns/sdbc/ |
| H A D | CACHE_SPEC.txt | 82 2) Multiple writes to an allocated block will be supported. It 129 handle will be allocated and freed during _sd_alloc_buf 136 Only handles that are allocated through _sd_alloc_handle 162 allocated. _sd_free_buf will free up any handles 163 allocated in this fashion. 164 NOTE: Handles allocated in this fashion will not have 207 handle = handle previously allocated in allocate buf. 208 fba_pos and fba_len have to be within the allocated portion. 211 Attempting to write to a handle that was not allocated for write 228 handle = handle previously allocated in allocate buf. [all …]
|
| /onnv-gate/usr/src/cmd/swap/ |
| H A D | swap.c | 306 pgcnt_t allocated, reserved, available; in doswap() local 329 allocated = ai.ani_max - ai.ani_free; in doswap() 330 reserved = ai.ani_resv - allocated; in doswap() 343 number_to_scaled_string(numbuf, allocated, in doswap() 350 allocated + reserved, factor, scale)); in doswap() 357 ctok(allocated), ctok(reserved), in doswap() 358 ctok(reserved) + ctok(allocated), in doswap()
|
| /onnv-gate/usr/src/cmd/tcpd/ |
| H A D | environ.c | 34 static int allocated = 0; /* environ is, or is not, allocated */ variable 163 envp = allocated ? 169 allocated = 1;
|
| /onnv-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
| H A D | xgehal-channel.c | 446 xge_assert(!__hal_fifo_txdl_priv(dtr)->allocated); in xge_hal_channel_abort() 449 xge_assert(!__hal_ring_rxd_priv((xge_hal_ring_t * ) channelh, dtr)->allocated); in xge_hal_channel_abort() 465 xge_assert(__hal_fifo_txdl_priv(dtr)->allocated); in xge_hal_channel_abort() 469 ->allocated); in xge_hal_channel_abort() 486 xge_assert(!__hal_fifo_txdl_priv(dtr)->allocated); in xge_hal_channel_abort() 489 xge_assert(!__hal_ring_rxd_priv((xge_hal_ring_t * ) channelh, dtr)->allocated); in xge_hal_channel_abort()
|
| H A D | xgehal-fifo-fp.c | 147 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_free_many() 182 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_restore_many() 307 next_txdl_priv->allocated = 1; in xge_hal_fifo_dtr_reserve_many() 365 txdl_priv->allocated = 1; in xge_hal_fifo_dtr_reserve_many() 447 txdl_priv->allocated = 1; in xge_hal_fifo_dtr_reserve() 775 __hal_fifo_txdl_priv(dtr)->allocated = 0; in xge_hal_fifo_dtr_free()
|
| H A D | xgehal-mm.c | 233 int allocated; in __hal_mempool_create() local 332 status = __hal_mempool_grow(mempool, memblocks_to_allocate, &allocated); in __hal_mempool_create() 343 mempool->memblock_size * allocated / 1024); in __hal_mempool_create()
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_SESSION_free.pod | 5 SSL_SESSION_free - free an allocated SSL_SESSION structure 16 the B<SSL_SESSION> structure pointed to by B<session> and frees up the allocated 21 SSL_SESSION objects are allocated, when a TLS/SSL handshake operation
|
| H A D | SSL_CTX_free.pod | 5 SSL_CTX_free - free an allocated SSL_CTX object 16 SSL_CTX object pointed to by B<ctx> and frees up the allocated memory if the
|
| H A D | SSL_free.pod | 5 SSL_free - free an allocated SSL structure 16 structure pointed to by B<ssl> and frees up the allocated memory if the
|
| /onnv-gate/usr/src/cmd/nscd/ |
| H A D | nscd_nswstate.c | 527 ctrl_p->allocated); in _get_nsw_state_int() 536 if (ctrl_p->first == NULL && ctrl_p->allocated == ctrl_p->max) in _get_nsw_state_int() 618 ctrl_p->allocated++; in _get_nsw_state_int() 646 ctrl_p->allocated); in _get_nsw_state_int() 746 ctrl_p->allocated); in _put_nsw_state_int() 770 if (thread_only && ctrl_p->free == ctrl_p->allocated) { in _put_nsw_state_int() 790 ctrl_p->allocated); in _put_nsw_state_int()
|
| /onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | malloc.c | 541 __mallinfo.allocated++; /* frags allocated */ in malloc() 614 __mallinfo.allocated--; /* frags allocated */ in free() 722 __mallinfo.allocated++; /* negate effect of free() */ in shrink() 966 __mallinfo.allocated++; in reclaim() 1036 __mallinfo.allocated += 2; in reclaim() 1058 __mallinfo.allocated += 3; in reclaim() 1142 __mallinfo.allocated++; in morecore()
|
| H A D | mallopt.c | 84 mi.uordblks = mi.uordbytes - (mi.allocated * sizeof(uint)); in mallinfo()
|
| /onnv-gate/usr/src/tools/stabs/ |
| H A D | genassym.c | 140 boolean_t allocated = B_FALSE; in switch_on_type() local 143 allocated = B_TRUE; in switch_on_type() 183 if (allocated) in switch_on_type()
|
| /onnv-gate/usr/src/lib/libbc/inc/include/ |
| H A D | malloc.h | 62 int allocated; /* number of ordinary blocks allocated */ member
|
| /onnv-gate/usr/src/lib/libbc/inc/5include/ |
| H A D | malloc.h | 63 int allocated; /* number of ordinary blocks allocated */ member
|
| /onnv-gate/usr/src/common/openssl/crypto/dso/ |
| H A D | dso_lib.c | 197 int allocated = 0; in DSO_load() local 207 allocated = 1; in DSO_load() 250 if(allocated) in DSO_load()
|
| /onnv-gate/usr/src/lib/libcryptoutil/ |
| H A D | README | 155 allocated for "ppliblist". 162 allocated for the returning data. 166 Free space allocated for an pointer to the struct "uentrylist_t". 170 Free space allocated for an pointer to the struct "uentry_t". 174 Free space allocated for an pointer to the struct "umechlist_t".
|