Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h141 mdb_io_t *p_fio; /* Current file i/o backend */ member
H A Dmdb_proc.c190 pt->p_fio = io; in pt_open_aout()
220 pt->p_fio = NULL; in pt_close_aout()
428 IOP_NAME(pt->p_fio)); in pt_post_attach()
561 if (pt->p_fio != pt->p_aout_fio) { in pt_pre_detach()
976 if (pt->p_fio == NULL) in pt_setflags()
987 pt->p_fio = mdb_io_hold(io); in pt_setflags()
989 pt->p_file->gf_io = pt->p_fio; in pt_setflags()
1254 if (pt->p_fio == NULL) { in pt_attach()
3080 pt->p_fio != NULL && in pt_symbol_iter()
3214 pt->p_fio != NULL) { in pt_object_iter()
[all …]