Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c178 name_to_type(const char *arg) in name_to_type() function
958 if ((type = name_to_type(optarg)) == TYPE_INVAL && in main()
971 if ((label = name_to_type(optarg)) == TYPE_INVAL && in main()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c239 name_to_type(mdb_tgt_t *t, const char *cname, ctf_id_t *idp) in name_to_type() function
328 if ((fp = name_to_type(t, name, &mcip->mci_id)) == NULL) { in mdb_ctf_lookup_by_name()