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

/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c177 name_to_type(const char *arg) function
846 if ((type = name_to_type(optarg)) == TYPE_INVAL &&
858 if ((label = name_to_type(optarg)) == TYPE_INVAL &&
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c204 * Callback function for mdb_tgt_object_iter used from name_to_type, below,
238 name_to_type(mdb_tgt_t *t, const char *cname, ctf_id_t *idp) function
327 if ((fp = name_to_type(t, name, &mcip->mci_id)) == NULL) {

Completed in 50 milliseconds