Searched refs:fsps_list (Results 1 – 1 of 1) sorted by relevance
5483 list_t fsps_list; /* list of fs_perms */ member5574 list_create(&fspset->fsps_list, sizeof (fs_perm_node_t), in fs_perm_set_init()5585 while ((node = list_remove_head(&fspset->fsps_list)) != NULL) { in fs_perm_set_fini()5590 list_destroy(&fspset->fsps_list); in fs_perm_set_fini()5846 list_insert_tail(&fspset->fsps_list, node); in parse_fs_perm_set()6519 for (node = list_head(&fspset->fsps_list); node != NULL; in print_fs_perms()6520 node = list_next(&fspset->fsps_list, node)) { in print_fs_perms()