Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c270 static str_val_t nv_types[] = { variable
5649 for (x = 0; nv_types[x].string[0]; x++) { in readtype()
5650 if (strcmp(nv_types[x].string, typest) == 0) { in readtype()
5658 if (nv_types[x].string[0] == '\0') { in readtype()
5664 *type = nv_types[x].value; in readtype()
5682 IPQOSCDBG2(L1, "read type: %s default: %s\n", nv_types[x].string, in readtype()
5802 valst, nv_types[*type].string); in readnvpair()
6112 nv_types[*type].string, lineno); in readnvpair()