Home
last modified time | relevance | path

Searched refs:belist (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/bectl/
H A Dbectl_jail.c404 nvlist_t *belist, *props; in bectl_locate_jail() local
419 if (be_prop_list_alloc(&belist) != 0) in bectl_locate_jail()
422 if (be_get_bootenv_props(be, belist) != 0) in bectl_locate_jail()
425 if (nvlist_lookup_nvlist(belist, ident, &props) == 0) { in bectl_locate_jail()
432 be_prop_list_free(belist); in bectl_locate_jail()
436 be_prop_list_free(belist); in bectl_locate_jail()