Searched refs:cua (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | cpu_uarray.c | 33 cpu_uarray_t *cua; in cpu_uarray_zalloc() local 35 cua = kmem_zalloc(cpu_uarray_size(nr_items), kmflags); in cpu_uarray_zalloc() 37 if (cua != NULL) { in cpu_uarray_zalloc() 38 VERIFY(IS_P2ALIGNED(cua->cu_vals, CUA_ALIGN)); in cpu_uarray_zalloc() 39 cua->cu_nr_items = nr_items; in cpu_uarray_zalloc() 42 return (cua); in cpu_uarray_zalloc() 46 cpu_uarray_free(cpu_uarray_t *cua) in cpu_uarray_free() argument 48 if (cua != NULL) in cpu_uarray_free() 49 kmem_free(cua, cpu_uarray_size(cua->cu_nr_items)); in cpu_uarray_free() 53 cpu_uarray_sum(cpu_uarray_t *cua, size_t index) in cpu_uarray_sum() argument [all …]
|
/illumos-gate/usr/src/lib/libcustr/common/ |
H A D | custr.c | 269 custr_alloc_init(custr_alloc_t *cua, const custr_alloc_ops_t *ops, ...) in custr_alloc_init() argument 273 if (cua->cua_version != CUSTR_VERSION || ops->custr_ao_alloc == NULL || in custr_alloc_init() 279 cua->cua_ops = ops; in custr_alloc_init() 280 cua->cua_arg = NULL; in custr_alloc_init() 286 ret = ops->custr_ao_init(cua, ap); in custr_alloc_init() 294 custr_alloc_fini(custr_alloc_t *cua) in custr_alloc_fini() argument 296 if (cua->cua_ops->custr_ao_fini != NULL) in custr_alloc_fini() 297 cua->cua_ops->custr_ao_fini(cua); in custr_alloc_fini()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpu_uarray.h | 57 #define CPU_UARRAY_VAL(cua, cpu_index, stat_index) \ argument 58 ((cua)->cu_vals[CUA_INDEX((cua)->cu_nr_items, cpu_index, stat_index)])
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Devices | 48 # ACU cua/b - 2400 hayes 50 # ACU cua/b - 2400 hayes \D 53 # Direct cua/b - 9600 direct 57 # ACU cua/b - 1200 develcon vent ventel 58 # ACU cua/b - 1200 develcon vent ventel \D 61 # Develcon cua/b - Any develcon \D 132 ACU cua/b - Any hayes 133 Direct cua/b - Any direct
|
/illumos-gate/usr/src/lib/libdemangle/common/ |
H A D | rust.c | 28 rust_cualloc(custr_alloc_t *cua, size_t len) in rust_cualloc() argument 30 rust_state_t *st = cua->cua_arg; in rust_cualloc() 35 rust_cufree(custr_alloc_t *cua, void *p, size_t len) in rust_cufree() argument 37 rust_state_t *st = cua->cua_arg; in rust_cufree()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | etc.remote | 1 cuab:dv=/dev/cua/b:br#2400 26 :dv=/dev/cua/b:
|