Home
last modified time | relevance | path

Searched refs:m_ipath (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c400 if (mdb.m_ipath != NULL) in mdb_set_ipath()
401 mdb_path_free(mdb.m_ipath, mdb.m_ipathlen); in mdb_set_ipath()
404 mdb.m_ipath = mdb_path_alloc(path, &mdb.m_ipathlen); in mdb_set_ipath()
639 if (mdb.m_ipath != NULL) in mdb_destroy()
640 mdb_path_free(mdb.m_ipath, mdb.m_ipathlen); in mdb_destroy()
H A Dmdb.h133 const char **m_ipath; /* Path for $< and $<< macro files */ member
H A Dmdb_set.c247 print_path(mdb.m_ipath, 14); in print_properties()
H A Dmdb_cmds.c837 if ((fio = mdb_fdio_create_path(mdb.m_ipath, fname, in cmd_src_file()
904 if ((fio = mdb_fdio_create_path(mdb.m_ipath, fname, in cmd_exec_file()