Home
last modified time | relevance | path

Searched refs:db_vnet (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/ddb/
H A Ddb_sym.c71 static void *db_vnet = NULL; variable
136 *valuep = (db_expr_t)db_vnet; in db_var_db_vnet()
140 db_vnet = *(void **)valuep; in db_var_db_vnet()
262 if (db_vnet != NULL) in db_value_of_name_vnet()
263 vnet = db_vnet; in db_value_of_name_vnet()