Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c403 path = path_canon(mdb.m_ipathstr, path); in mdb_set_ipath()
490 mdb.m_ipathstr = mdb_zalloc(MAXPATHLEN, UM_SLEEP); in mdb_create()
636 mdb_free(mdb.m_ipathstr, MAXPATHLEN); in mdb_destroy()
1300 mdb.m_forkmode, mdb.m_root, mdb.m_termtype, mdb.m_ipathstr, in mdb_get_config()
1386 size_t len = MIN(sizeof (mdb.m_ipathstr) - 1, p - s); in mdb_set_config()
1387 (void) strncpy(mdb.m_ipathstr, s, len); in mdb_set_config()
1388 mdb.m_ipathstr[len] = '\0'; in mdb_set_config()
H A Dmdb.h131 char *m_ipathstr; /* Path string for include path */ member
H A Dmdb_main.c1089 mdb_set_ipath(mdb.m_ipathstr); in main()
H A Dmdb_target.c343 mdb_set_ipath(mdb.m_ipathstr); in mdb_tgt_activate()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c261 mdb_set_ipath(mdb.m_ipathstr); in kmdb_init()