Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c597 int typetok; in parse_prop() local
620 if ((typetok = getpicltype(tok)) < 0) in parse_prop()
631 if (typetok == PICL_PTYPE_VOID) { in parse_prop()
637 command->propcmd_type = typetok; in parse_prop()
654 if (typetok == PICL_PTYPE_CHARSTRING) { in parse_prop()
673 sizetok, typetok, valtok); in parse_prop()
683 command->propcmd_type = typetok; in parse_prop()