Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c944 if (command->tablecmd_tname) in free_table()
945 free(command->tablecmd_tname); in free_table()
970 command->tablecmd_tname = strdup(tnametok); in parse_table()
971 if (command->tablecmd_tname == NULL) in parse_table()
993 err = ptree_get_prop_by_name(nodeh, command->tablecmd_tname, &tblh); in process_table()
1009 sizeof (picl_prophdl_t), command->tablecmd_tname, NULL, NULL); in process_table()
H A Dpicld_pluginutil_impl.h150 #define tablecmd_tname u.table.tname macro