Home
last modified time | relevance | path

Searched refs:INVALID_PRIORITY_GROUP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncp.c52 int64_t current_ncu_priority_group = INVALID_PRIORITY_GROUP;
200 current_ncu_priority_group = INVALID_PRIORITY_GROUP; in nwamd_ncp_handle_state_event()
335 if (!wa->manual && wa->priority_group == INVALID_PRIORITY_GROUP) in nwamd_ncu_check_or_activate()
525 if (priority == INVALID_PRIORITY_GROUP) in nwamd_ncp_activate_priority_group()
580 if (priority == INVALID_PRIORITY_GROUP) in nwamd_ncp_deactivate_priority_group()
612 if (priority == INVALID_PRIORITY_GROUP) in nwamd_ncp_deactivate_priority_group_all()
636 if (*priority == INVALID_PRIORITY_GROUP) { in nwamd_ncp_check_priority_group()
H A Dncp.h40 #define INVALID_PRIORITY_GROUP -1LL macro
H A Dmain.c285 current_ncu_priority_group = INVALID_PRIORITY_GROUP; in nwamd_refresh()
H A Devents.c737 int64_t prio = INVALID_PRIORITY_GROUP; in nwamd_activate_ncus()
755 int64_t oldprio = INVALID_PRIORITY_GROUP; in nwamd_activate_ncus()
H A Dncu_phys.c689 (current_ncu_priority_group == INVALID_PRIORITY_GROUP || in wireless_selection_possible()