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

/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c506 neti_apply_all_instances(neti_stack_t *nts, napplyfn_t *applyfn) argument
514 if ((applyfn)(nts, n->nini_parent)) {
524 neti_apply_all_stacks(void *parent, napplyfn_t *applyfn) argument
539 if ((applyfn)(nts, parent)) {
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c593 * The applyfn has to drop netstack_g_lock if it does some work.
600 * It is safe to restart the loop at netstack_head since the applyfn
602 * pass through will have no effect in applyfn, hence the loop will terminate
606 apply_all_netstacks(int moduleid, applyfn_t *applyfn) argument
616 } else if ((applyfn)(&netstack_g_lock, ns, moduleid)) {
633 apply_all_modules(netstack_t *ns, applyfn_t *applyfn) argument
643 (void) (applyfn)(&netstack_g_lock, ns, i);
650 apply_all_modules_reverse(netstack_t *ns, applyfn_t *applyfn) argument
660 (void) (applyfn)(&netstack_g_lock, ns, i);
H A Dzone.c932 * The applyfn has to drop zonehash_lock if it does some work, and
940 * It is safe to restart the loop at list_head since the applyfn
942 * pass through will have no effect in applyfn, hence the loop will terminate
946 zsd_apply_all_zones(zsd_applyfn_t *applyfn, zone_key_t key) argument
953 if ((applyfn)(&zonehash_lock, B_FALSE, zone, key)) {
966 * The applyfn has to drop zonehash_lock if it does some work, and
974 * It is safe to restart the loop at list_head since the applyfn
976 * pass through will have no effect in applyfn, hence the loop will terminate
980 zsd_apply_all_keys(zsd_applyfn_t *applyfn, zone_t *zone) argument
987 if ((applyfn)(NUL
[all...]

Completed in 136 milliseconds