Searched refs:rmlist (Results 1 – 3 of 3) sorted by relevance
1350 list_t rmlist; in ipc_remove_zone() local1353 list_create(&rmlist, sizeof (kipc_perm_t), in ipc_remove_zone()1374 list_insert_tail(&rmlist, perm); in ipc_remove_zone()1382 for (perm = list_head(&rmlist); perm != NULL; perm = next) { in ipc_remove_zone()1383 next = list_next(&rmlist, perm); in ipc_remove_zone()1384 list_remove(&rmlist, perm); in ipc_remove_zone()1395 list_destroy(&rmlist); in ipc_remove_zone()
135 mac_cb_t *rmlist; \139 rmlist = mac_callback_walker_cleanup((mcbi), headp); \140 mac_callback_free(rmlist); \
723 mac_cb_t *rmlist = NULL; /* List of removed elements */ in mac_callback_walker_cleanup() local734 p->mcb_nextp = rmlist; in mac_callback_walker_cleanup()735 rmlist = p; in mac_callback_walker_cleanup()744 return (rmlist); in mac_callback_walker_cleanup()775 mac_callback_free(mac_cb_t *rmlist) in mac_callback_free() argument780 for (mcb = rmlist; mcb != NULL; mcb = mcb_next) { in mac_callback_free()796 mac_cb_t *rmlist; in i_mac_promisc_walker_cleanup() local806 rmlist = mac_callback_walker_cleanup(&mip->mi_promisc_cb_info, in i_mac_promisc_walker_cleanup()809 for (mcb = rmlist; mcb != NULL; mcb = mcb_next) { in i_mac_promisc_walker_cleanup()