/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/uts/common/io/xge/hal/xgehal/ |
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);
|
/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/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/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/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/cmd/nscd/ |
H A D | nscd_switch.h | 82 int allocated; member in struct:__anon1025
|
/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/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/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/io/ntxn/ |
H A D | unm_gem.c | 489 cmn_err(CE_WARN, "%s%d: ddi_dma_mem_alloc() allocated small\n", 543 int i, ret, size, allocated = 0; local 558 allocated++; 567 for (i = 0; i < allocated; i++) {
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 3979 int *allocated, 3986 *allocated = FALSE; 4009 *allocated = TRUE; 3976 __s_api_append_default_basedn( const char *dn, char **new_dn, int *allocated, ns_ldap_error_t **errp) argument
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | svm_rcm.c | 974 * hspname. The memory allocated here will be freed by free_cache() 1787 * allocated memory. 2095 uint32_t allocated = 0; /* # entrys allocated in */ local 2127 if (register_count >= allocated) { 2129 allocated += allocate_incr; 2132 allocated * sizeof (*register_list)); 2247 * of the memory allocated within the cache. 2281 * This routine frees all of the memory allocated within a node of a 2304 * memory allocated t [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);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | metaslab.c | 448 uint64_t allocated = 0; local 459 * from syncing context with a loaded metaslab that has an allocated 476 allocated += 481 msp_free_space = range_tree_space(msp->ms_tree) + allocated + 1343 * If the space map has not been allocated yet, then treat 1437 * that has an allocated space map object then load the its space 1775 * If the metaslab is fully allocated then just make the weight 0. 2104 * Create an range tree that is 100% allocated. We remove segments 2271 * allocated. 2933 * allocated al [all...] |
/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/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcf.c | 14117 "rpi_alloc:%d. RPI allocated. >", 14388 uint32_t allocated = 0; local 14414 allocated = 1; 14452 ((allocated)? "Allocated":"Updated")); 14469 ((allocated)? "Allocated":"Updated"));
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 1051 * Free any memory allocated for PHY properties 2550 "(null rx buf pool or buf not allocated")); 2556 "(null rx cntl buf pool or cntl buf not allocated")); 2599 size_t allocated = 0; local 2641 while ((allocated < total_alloc_size) && 2703 " alloc_rx_buf_dma allocated rdc %d " 2709 allocated += alloc_sizes[size_index]; 2713 if (allocated < total_alloc_size) { 2716 "allocated 0x%x requested 0x%x", 2718 allocated, total_alloc_siz 3105 size_t allocated = 0; local [all...] |
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 507 * Free routine which is called when the mblk allocated via 671 int allocated = 0; local 681 allocated = myri10ge_jfree_cnt(jpool); 682 needed = num - allocated; 691 allocated++; 694 return (allocated); 820 cmn_err(CE_WARN, "%s: %d tx dma handles allocated at close\n", 1836 int allocated, idx; local 1923 allocated = myri10ge_add_jbufs(ss, 1925 if (allocated < s [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 856 * Returns an upper bound on the number of allocated buffers in a given 1201 * per-thread cache (if any); if we are walking allocated buffers, 1219 * When walking allocated buffers in a UMF_HASH cache, we walk the 1229 * magazine layer plus the partially allocated slabs. 1230 * To walk allocated buffers, we need all of the slabs. 1240 * allocated buffers, we use a 'valid' array to track 1315 * We have a buffer which has been allocated out of the 1318 * an allocated buffer. 1400 * Set up the valid map as fully allocated -- we'll punch 1451 * allocated fo 4149 size_t allocated; local [all...] |
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 680 * up both thread-local variables and any global dynamically-allocated 1745 * dtrace_dynvar_t corresponding to the allocated variable -- or NULL if no 1746 * variable can be allocated. If NULL is returned, the appropriate counter 2154 * We have now allocated a new chunk. We copy the tuple keys into the 2192 * allocated block and re-attempt it all. Note that the free is 3403 * it always points to a valid, allocated proc structure. 3423 * it always points to a valid, allocated proc structure. 3450 * it always points to a valid, allocated proc structure. 3470 * it always points to a valid, allocated proc structure. 3490 * it always points to a valid, allocated pro 11487 int allocated = 0, desired = 0; local [all...] |