Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.c408 pthread_t mtid; in __nis_pop_item_mt() local
414 mtid = pthread_self(); in __nis_pop_item_mt()
420 if (item->writer != 0 && item->writer_id == mtid) in __nis_pop_item_mt()
501 pthread_t mtid; in __nis_remove_item_mt() local
507 mtid = pthread_self(); in __nis_remove_item_mt()
513 if (nl->writer != 0 && nl->writer_id == mtid) in __nis_remove_item_mt()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1963 ctf_id_t id, mtid; in mdb_ctf_add_member() local
1978 mtid = ctf_add_type(mdb.m_synth, mcim->mci_fp, mcim->mci_id); in mdb_ctf_add_member()
1979 if (mtid == CTF_ERR) { in mdb_ctf_add_member()
1991 id = ctf_add_member(mdb.m_synth, mcip->mci_id, name, mtid, ULONG_MAX); in mdb_ctf_add_member()