Searched refs:state_addr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1128 * specified (in state_addr), given the address of the global soft state
1134 uintptr_t *state_addr, void *state_buf_p, size_t sizeof_state)
1150 if (state_addr != NULL)
1151 *state_addr = (uintptr_t)statep;
1172 * specified (in state_addr), given the name of the global soft state pointer
1178 uintptr_t *state_addr, void *state_buf_p, size_t sizeof_state)
1185 return (mdb_get_soft_state_byaddr(ssaddr, instance, state_addr,
1133 mdb_get_soft_state_byaddr(uintptr_t ssaddr, uint_t instance, uintptr_t *state_addr, void *state_buf_p, size_t sizeof_state) argument
1177 mdb_get_soft_state_byname(char *softstatep_name, uint_t instance, uintptr_t *state_addr, void *state_buf_p, size_t sizeof_state) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c3404 uintptr_t state_addr, array_addr; local
3426 if (mdb_readvar(&state_addr, "iscsi_state") == -1) {
3434 if (mdb_vread(ss, sizeof (*ss), state_addr) != sizeof (*ss)) {

Completed in 70 milliseconds