/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | memutils.c | 70 xrealloc(allocated, newsize) 71 void *allocated; 77 cp = realloc(allocated, newsize);
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prusrio.c | 50 int allocated; local 58 allocated = 0; 61 allocated = 1; 126 if (allocated)
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | malloc.h | 62 int uordbytes; /* space (including overhead) allocated in ord. blks */ 63 int allocated; /* number of ordinary blocks allocated */ member in struct:mallinfo
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | malloc.h | 61 int uordbytes; /* space (including overhead) allocated in ord. blks */ 62 int allocated; /* number of ordinary blocks allocated */ member in struct:mallinfo
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | errmap.h | 62 size_t allocated; 73 arr->allocated = 10; 80 return arr->allocated; 98 size_t oldsize = sizeof(*arr->elts) * arr->allocated; 104 if (newcount < arr->allocated) 115 arr->allocated = newcount; 122 if (idx < 0 || idx >= arr->allocated) 61 size_t allocated; member in struct:mecherrmap__pairarray__header
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | mallopt.c | 39 return (-1); /* small block has been allocated */ 84 mi.uordblks = mi.uordbytes - (mi.allocated * sizeof(uint));
|
H A D | malloc.c | 405 * Malloc returns a pointer to the allocated block. A null 410 * ENOMEM: storage could not be allocated. 416 * Note: In this implementation, each allocated block includes a 424 Freehdr allocp; /* ptr to node to be allocated */ 534 * set the length field of the allocated block; we need 540 __mallinfo.uordbytes += retblk->size; /* bytes allocated */ 541 __mallinfo.allocated++; /* frags allocated */ 589 * Freeing something that wasn't allocated isn't 613 __mallinfo.uordbytes -= nbytes; /* bytes allocated */ [all...] |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_012_pos.ksh | 54 psize=$(zpool list -H -o allocated $poolname)
|
/illumos-gate/usr/src/cmd/swap/ |
H A D | swap.c | 306 pgcnt_t allocated, reserved, available; local 320 * allocated = anon memory not free 321 * reserved = anon memory reserved but not allocated 329 allocated = ai.ani_max - ai.ani_free; 330 reserved = ai.ani_resv - allocated; 337 * -s option: "allocated", "reserved", "used", "available" 342 (void) printf(gettext("total: %s allocated + "), 343 number_to_scaled_string(numbuf, allocated, 350 allocated + reserved, factor, scale)); 355 (void) printf(gettext("total: %luk bytes allocated [all...] |
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-channel.c | 446 xge_assert(!__hal_fifo_txdl_priv(dtr)->allocated); 449 xge_assert(!__hal_ring_rxd_priv((xge_hal_ring_t * ) channelh, dtr)->allocated); 465 xge_assert(__hal_fifo_txdl_priv(dtr)->allocated); 469 ->allocated); 486 xge_assert(!__hal_fifo_txdl_priv(dtr)->allocated); 489 xge_assert(!__hal_ring_rxd_priv((xge_hal_ring_t * ) channelh, dtr)->allocated);
|
H A D | xgehal-mm.c | 82 * has a space allocated for item's private usage upon 191 "memblock%d: allocated %dk, vaddr 0x"XGE_OS_LLXFMT", " 204 /* increment actual number of allocated memblocks */ 219 * never shrink. Pool consists of number of dynamically allocated blocks 233 int allocated; local 332 status = __hal_mempool_grow(mempool, memblocks_to_allocate, &allocated); 342 "total: allocated %dk of DMA-capable memory", 343 mempool->memblock_size * allocated / 1024);
|
H A D | xgehal-fifo-fp.c | 147 current_txdl_priv->allocated = 0; 182 current_txdl_priv->allocated = 0; 298 xge_debug_fifo(XGE_TRACE, "allocated linked dtrh %p" 307 next_txdl_priv->allocated = 1; 365 txdl_priv->allocated = 1; 447 txdl_priv->allocated = 1; 775 __hal_fifo_txdl_priv(dtr)->allocated = 0;
|
H A D | xgehal-ring-fp.c | 165 __hal_ring_rxd_priv((xge_hal_ring_t *) channelh, rxdp)->allocated = 1; 784 __hal_ring_rxd_priv((xge_hal_ring_t * ) channelh, dtrh)->allocated = 0;
|
/illumos-gate/usr/src/tools/stabs/ |
H A D | genassym.c | 140 boolean_t allocated = B_FALSE; local 143 allocated = B_TRUE; 183 if (allocated)
|
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
H A D | picld_pluginutil_impl.h | 120 int allocated; member in struct:__anon1078
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | proc_init.s | 149 ! Resume the thread allocated for the CPU.
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_nswstate.c | 189 (me, "nsw state %p allocated\n", s); 210 (me, "db be array %p allocated\n", s->be); 223 (me, "db be constructor array %p allocated\n", s->be_constr); 235 (me, "db be version ptr array %p allocated\n", s->be_version_p); 246 (me, "be_db_pp array %p allocated\n", s->be_db_pp); 526 _nscd_logit(me, "number of nsw state allocated = %d\n", 527 ctrl_p->allocated); 536 if (ctrl_p->first == NULL && ctrl_p->allocated == ctrl_p->max) 618 ctrl_p->allocated++; 645 _nscd_logit(me, "number od nsw state allocated [all...] |
H A D | nscd_switch.h | 82 int allocated; member in struct:__anon1025
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5st.h | 57 u32_t base_size; /* size allocated in bytes */ 62 u32_t pbl_size; /* size allocated in bytes */ 82 * iSCSI info that will be allocated in the bind phase. 98 * iSCSI info that will be allocated in the bind phase. 136 // Paramters that stay valid in D3 and are allocated in bind time. 140 // Paramters that are not valid in D3 and are allocated after bind time. 242 * FCoE info that will be allocated in the bind phase. 249 u8_t allocated; /*For D3 case and better debugging*/ member in struct:_lm_fcoe_pbl_t 253 u32_t pbl_size; /* size allocated in bytes */ 270 * FCoE info that will be allocated i [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | modconf.c | 944 int allocated; local 973 allocated = 0; 987 allocated = 1; 1024 if (allocated) { 1320 * See if execsw entry is already allocated. Can't use findexectype()
|
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-fifo.h | 148 * @mempool: Memory pool, from which descriptors get allocated. 190 * @alloc_frags: Total number of fragments allocated. 208 * @allocated: True if the descriptor is reserved, 0 otherwise. Internal usage. 241 int allocated; member in struct:xge_hal_fifo_txdl_priv_t 246 * xge_hal_fifo_get_max_frags_cnt - Return the max fragments allocated
|
H A D | xgehal-ring.h | 256 * @allocated: True if the descriptor is reserved, 0 otherwise. Internal usage. 271 int allocated; member in struct:xge_hal_ring_rxd_priv_t 292 * @mempool: Memory pool, the pool from which descriptors get allocated.
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | read2.cc | 1562 wchar_t *allocated; local 1576 from = allocated = (wchar_t *) wcsdup(wcs_buffer); 1612 retmem(allocated); 1636 retmem(allocated);
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 736 * Free the soft state data structures allocated with this instance. 1683 "(null rx buf pool or buf not allocated")); 1692 "(null rbr cntl buf pool or rbr cntl buf not allocated")); 1701 "(null rcr cntl buf pool or rcr cntl buf not allocated")); 1710 "(null mbox cntl buf pool or mbox cntl buf not allocated")); 1766 size_t allocated = 0; local 1790 while ((allocated < total_alloc_size) && 1817 " alloc_rx_buf_dma allocated rdc %d " 1822 allocated += alloc_sizes[size_index]; 1826 if (allocated < total_alloc_siz 2073 size_t allocated = 0; local [all...] |
/illumos-gate/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 1853 int allocated; local 1884 allocated = 2 * (sizeof (crypto_data_t) + msglen); 1885 buf = kmem_alloc(allocated, KM_NOSLEEP); 1976 ssl->job.buflen = allocated; 1981 kmem_free(buf, allocated); 2003 kmem_free(buf, allocated);
|