Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 25 of 69) sorted by relevance

123

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derrmap.h61 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()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_allocation_funcs.c30 static struct tracker_list *allocated; variable
52 add_tracker(&allocated, my_id, left_name, left_sym); in match_allocation()
75 if (!in_tracker_list(allocated, my_id, name, sym)) in match_return()
87 free_trackers_and_list(&allocated); in match_end_func()
H A Dcheck_leaks.c44 STATE(allocated);
130 set_state_expr(my_id, expr->left, &allocated); in match_alloc()
144 if (sm && slist_has_state(sm->possible, &allocated)) in match_condition()
202 if (!slist_has_state(sm->possible, &allocated)) in warn_if_allocated()
233 if (!slist_has_state(tmp->possible, &allocated)) in check_for_allocated()
H A Dcheck_unwind.c33 STATE(allocated);
85 set_state_expr(my_id, arg_expr, &allocated); in request_granted()
151 if (slist_has_state(tmp->possible, &allocated)) in match_return()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprusrio.c48 int allocated; in prusrio() local
56 allocated = 0; in prusrio()
59 allocated = 1; in prusrio()
124 if (allocated) in prusrio()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_modconf.c82 int allocated; in fake_installfs() local
90 allocated = 0; in fake_installfs()
104 allocated = 1; in fake_installfs()
135 if (allocated) { in fake_installfs()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dmemutils.c68 xrealloc(allocated, newsize) in xrealloc() argument
69 void *allocated; in xrealloc()
75 cp = realloc(allocated, newsize);
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c309 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()
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel.c446 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 Dxgehal-fifo-fp.c147 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 Dxgehal-mm.c233 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()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswstate.c527 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()
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME155 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".
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_012_pos.ksh54 psize=$(zpool list -H -o allocated $poolname)
/illumos-gate/usr/src/cmd/backup/restore/
H A Dlint.sed12 /byteorder.c",.*assigned value never used: allocated at.*byteorder.c/d
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design87 missing from the public structure. Whenever a 'FILE *' is allocated,
106 'struct _xFILEdata' is allocated along with it.
110 is considered free and can be allocated. All of the allocated (whether
115 will be allocated.
117 An important thing to understand is that once allocated, a 'FILE *' will
133 There are pre-allocated buffers that exist. There are two specifically
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.recursive.zcp17 -- not use the C stack. The LUA stack is is allocated from the kernel's
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab162 functions return dynamically allocated parameters; all such parameters
195 the entries returned. The array is dynamically allocated, and the
200 provided consumer. The dhcp_symbol_t is dynamically allocated.
237 pointer to a dynamically allocated byte-array representing the encoded
248 allocated string representing the option's value in ASCII is returned.
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.S132 ! Resume the thread allocated for the CPU.
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h118 int allocated; member
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlint.sed24 /memutils.c",.*assigned value never used: allocated at/d
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME181 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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg50 "allocated"
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt53 # 1 - 511 allocated for Solaris
54 # 512 - 2047 (reserved but not allocated)
57 # 2048 - 5999 (reserved but not allocated)
58 # 6000 - 9999 allocated for Solaris
59 # 10000 - 32767 (reserved but not allocated)
64 # 1 - 511 allocated for Solaris
375 # 6000 - 7999 allocated for Solaris
/illumos-gate/usr/src/lib/libc/
H A DREADME107 Memory allocated by lmalloc() can only be freed by lfree().
108 Memory allocated by libc_malloc(), libc_realloc(), or libc_strdup()
109 can only be freed by libc_free(). Never pass such allocated
168 * As the memory allocated by lmalloc or libc_malloc needs

123