/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | lpad.c | 39 uint64_t inuse; member 118 lpd->inuse = &(lpp->inuse); in lpad_setup() 202 if (lpad_pool[idx].inuse == 0) { in lpad_alloc() 206 lpad_pool[idx].inuse = 1; in lpad_alloc()
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | keyserv_cache.c | 93 struct cachekey_disklist *inuse; /* LRU order */ member 297 INVALID_ADDRESS(ch->inuse, ch) || in create_cache_file_ch() 339 ch->inuse = 0; in create_cache_file_ch() 408 if (INVALID_ADDRESS(ch->inuse, ch) || in cache_remap_addresses_ch() 414 ch->inuse = MOVE_ADDR(ch->inuse, offset); in cache_remap_addresses_ch() 521 list_remove(fcd, &(ch->inuse), &(ch->inuse_end), in remap_cache_file_ch() 582 int i, inuse, inuse_err, free, free_err; in print_cache_ch() local 596 for (i = 0, inuse = 0, inuse_err = 0; i < NUMHASHBUCKETS; i++) { in print_cache_ch() 607 inuse++; in print_cache_ch() 617 printf("\ncounted hash inuse = %d, errors = %d\n", inuse, inuse_err); in print_cache_ch() [all …]
|
/illumos-gate/usr/src/cmd/tsol/misc/ |
H A D | relabel.sh | 64 inuse=`/usr/sbin/fuser $1 2>&1 | /usr/bin/cut -d ":" -f2` 65 if [ $inuse ]; then
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/ |
H A D | inuse_001_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_004_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_008_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_005_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_006_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_009_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_007_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_003_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | Makefile | 19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/inuse
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | uart_emul.c | 71 bool inuse; member 451 if (which < 0 || which >= (int)UART_NLDEVS || uart_lres[which].inuse) in uart_legacy_alloc() 454 uart_lres[which].inuse = true; in uart_legacy_alloc()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 316 boolean_t *inuse) in zpool_in_use() argument 328 *inuse = B_FALSE; in zpool_in_use() 484 *inuse = ret; in zpool_in_use()
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_proc_init.S | 165 ldx [%l1 + LPAD_INUSE], %l5 ! %l5 = va of inuse mailbox 191 stx %g0, [%l5] ! clear the inuse mailbox
|
/illumos-gate/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 485 flow->inuse = B_TRUE; in flowacct_update_flows_tbl() 518 flow->inuse = B_FALSE; in flowacct_update_flows_tbl() 532 flow->inuse = B_FALSE; in flowacct_update_flows_tbl() 546 flow->inuse = B_FALSE; in flowacct_update_flows_tbl() 635 flow->inuse = B_FALSE; in flowacct_update_flows_tbl() 834 if (!flow->inuse) { in flowacct_timer()
|
H A D | flowacct_impl.h | 141 boolean_t inuse; member
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | lpad.h | 65 uint64_t *inuse; /* clear flag when done with lpad */ member
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 291 boolean_t inuse; in check_file() local 305 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) == 0 && inuse) { in check_file() 1120 boolean_t inuse; in is_spare() local 1125 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) != 0 || in is_spare() 1126 !inuse || in is_spare()
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ldo.c | 210 int inuse = stackinuse(L); in luaD_shrinkstack() local 211 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK; in luaD_shrinkstack() 213 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */ in luaD_shrinkstack()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lofi.h | 225 int inuse; member
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | ebus.h | 58 uint_t inuse; member
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | ib.h | 237 bool_t inuse; /* indicates HCA usage */ member
|
/illumos-gate/usr/src/cmd/gss/gssd/ |
H A D | gssd_proc.c | 59 bool_t inuse; member 175 gssd_ctx_slot_tbl[i].inuse = FALSE; in gssd_setup() 183 gssd_ctx_slot_tbl[0].inuse = FALSE; in gssd_setup() 211 if (lru->inuse) { in gssd_alloc_slot() 241 lru->inuse = TRUE; in gssd_alloc_slot() 277 lru->inuse = FALSE; in gssd_rel_slot()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fssnapsup.c | 212 u_longlong_t inuse, size = 0; in fssnap_display_info() local
|