Searched refs:rmlist (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dipc.c1350 list_t rmlist; local
1353 list_create(&rmlist, sizeof (kipc_perm_t),
1374 list_insert_tail(&rmlist, perm);
1382 for (perm = list_head(&rmlist); perm != NULL; perm = next) {
1383 next = list_next(&rmlist, perm);
1384 list_remove(&rmlist, perm);
1395 list_destroy(&rmlist);
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h135 mac_cb_t *rmlist; \
139 rmlist = mac_callback_walker_cleanup((mcbi), headp); \
140 mac_callback_free(rmlist); \
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c723 mac_cb_t *rmlist = NULL; /* List of removed elements */ local
734 p->mcb_nextp = rmlist;
735 rmlist = p;
744 return (rmlist);
775 mac_callback_free(mac_cb_t *rmlist) argument
780 for (mcb = rmlist; mcb != NULL; mcb = mcb_next) {
796 mac_cb_t *rmlist; local
806 rmlist = mac_callback_walker_cleanup(&mip->mi_promisc_cb_info,
809 for (mcb = rmlist; mcb != NULL; mcb = mcb_next) {

Completed in 62 milliseconds