| /titanic_44/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()
|
| /titanic_44/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()
|
| /titanic_44/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);
|
| /titanic_44/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 …]
|
| /titanic_44/usr/src/cmd/swap/ |
| H A D | swap.c | 309 pgcnt_t allocated, reserved, available; in doswap() local 331 allocated = ai.ani_max - ai.ani_free; in doswap() 332 reserved = ai.ani_resv - allocated; in doswap() 345 nicenum_scale(allocated, factor, numbuf, sizeof (numbuf), 0); in doswap() 351 nicenum_scale(allocated + reserved, factor, numbuf, in doswap() 360 ctok(allocated), ctok(reserved), in doswap() 361 ctok(reserved) + ctok(allocated), in doswap()
|
| /titanic_44/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()
|
| /titanic_44/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()
|
| /titanic_44/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()
|
| /titanic_44/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()
|
| /titanic_44/usr/src/lib/libbc/inc/5include/ |
| H A D | malloc.h | 63 int allocated; /* number of ordinary blocks allocated */ member
|
| /titanic_44/usr/src/lib/libbc/inc/include/ |
| H A D | malloc.h | 62 int allocated; /* number of ordinary blocks allocated */ member
|
| /titanic_44/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".
|
| /titanic_44/usr/src/test/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_012_pos.ksh | 54 psize=$($ZPOOL list -H -o allocated $poolname)
|
| /titanic_44/usr/src/cmd/backup/restore/ |
| H A D | lint.sed | 12 /byteorder.c",.*assigned value never used: allocated at.*byteorder.c/d
|
| /titanic_44/usr/src/lib/libdhcputil/ |
| H A D | README.inittab | 163 functions return dynamically allocated parameters; all such parameters 196 the entries returned. The array is dynamically allocated, and the 201 provided consumer. The dhcp_symbol_t is dynamically allocated. 238 pointer to a dynamically allocated byte-array representing the encoded 249 allocated string representing the option's value in ASCII is returned.
|
| /titanic_44/usr/src/uts/sun4/ml/ |
| H A D | proc_init.s | 149 ! Resume the thread allocated for the CPU.
|
| /titanic_44/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
| H A D | picld_pluginutil_impl.h | 120 int allocated; member
|
| /titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/ |
| H A D | zpool_get.cfg | 34 "free" "allocated" "readonly" "comment" "expandsize" "freeing" "failmode"
|
| /titanic_44/usr/src/cmd/backup/dump/ |
| H A D | lint.sed | 24 /memutils.c",.*assigned value never used: allocated at/d
|
| /titanic_44/usr/src/lib/libbsm/ |
| H A D | audit_event.txt | 52 # 1 - 511 allocated for Solaris 53 # 512 - 2047 (reserved but not allocated) 56 # 2048 - 5999 (reserved but not allocated) 57 # 6000 - 9999 allocated for Solaris 58 # 10000 - 32767 (reserved but not allocated) 63 # 1 - 511 allocated for Solaris 367 # 6000 - 7999 allocated for Solaris
|
| /titanic_44/usr/src/uts/common/io/usb/hcd/ |
| H A D | README | 181 to save bandwidth allocated in each USB frame. 196 - Compare the bandwidth available in the least allocated frame list out of 409 store high speed bandwidth allocated in each frame and also each frame 410 list has eight micro frame lists, which saves bandwidth allocated in each 426 - Compare the bandwidth available in the least allocated frame list out of 472 - Compare the bandwidth available in the least allocated frame list out of
|
| /titanic_44/usr/src/uts/common/os/ |
| H A D | modconf.c | 944 int allocated; in mod_installfs() local 973 allocated = 0; in mod_installfs() 987 allocated = 1; in mod_installfs() 1024 if (allocated) { in mod_installfs()
|