Searched refs:fsps_list (Results 1 – 1 of 1) sorted by relevance
5412 uu_list_t *fsps_list; /* list of fs_perms */ member5528 if ((fspset->fsps_list = uu_list_create(fspset->fsps_list_pool, NULL, in fs_perm_set_init()5557 fs_perm_node_t *node = uu_list_first(fspset->fsps_list); in fs_perm_set_fini()5561 uu_list_next(fspset->fsps_list, node); in fs_perm_set_fini()5564 uu_list_remove(fspset->fsps_list, node); in fs_perm_set_fini()5850 idx = uu_list_numnodes(fspset->fsps_list); in parse_fs_perm_set()5858 uu_list_insert(fspset->fsps_list, node, idx); in parse_fs_perm_set()6533 for (node = uu_list_first(fspset->fsps_list); node != NULL; in print_fs_perms()6534 node = uu_list_next(fspset->fsps_list, node)) { in print_fs_perms()