Searched defs:value_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c1127 typedef struct value_table { struct
/systemd/src/basic/
H A Dvirt.c336 } value_table[] = { local
406 for (j = 0; j < ELEMENTSOF(value_table); j++)
407 if (streq(e, value_table[j].value)) {
408 r = value_table[j].id;

Completed in 88 milliseconds