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

/illumos-gate/usr/src/cmd/devprop/
H A Ddevprop.c64 #define PER_OPT(ch, typ) \ macro
87 PER_OPT('b', DI_PROP_TYPE_BYTE);
88 PER_OPT('i', DI_PROP_TYPE_INT);
89 PER_OPT('l', DI_PROP_TYPE_INT64);
90 PER_OPT('s', DI_PROP_TYPE_STRING);
95 #undef PER_OPT macro

Completed in 43 milliseconds