Home
last modified time | relevance | path

Searched defs:value_pair (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dparse.h29 struct value_pair { struct
30 const char *ival; /* string option */
31 unsigned int oval; /* output value */
32 const char *help; /* help text for sub option */
33 int orval; /* OR value */
34 void *cb; /* sub-option callback */
/external/ppp/pppd/plugins/radius/
Dradiusclient.h327 typedef struct value_pair struct
335 struct value_pair *next; argument