Home
last modified time | relevance | path

Searched refs:state_names (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/disk/ahci/
H A Dahci_dragonfly.c168 const char *state_names[] = in ahci_sysctl_link_pwr_state() local
174 if (state < 0 || state >= NELEM(state_names)) in ahci_sysctl_link_pwr_state()
177 ksnprintf(buf, sizeof(buf), "%s", state_names[state]); in ahci_sysctl_link_pwr_state()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Ddebug.cc712 state_names[_Error_formatter::__last_state] = in print_field() local
721 print_word(ctx, state_names[iterator._M_state]); in print_field()
/dragonfly/sbin/ifconfig/
H A Difieee80211.c3692 static const char *state_names[] = { in mesh_linkstate_string() local
3701 if (state >= nitems(state_names)) { in mesh_linkstate_string()
3706 return state_names[state]; in mesh_linkstate_string()