Searched refs:p_fio (Results 1 – 2 of 2) sorted by relevance
190 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()979 io = mdb_fdio_create_path(NULL, IOP_NAME(pt->p_fio), mode, 0); 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()1251 if (pt->p_fio == NULL) { in pt_attach()1817 mdb_printf("executable file: %s\n", IOP_NAME(pt->p_fio)); in pt_status_dcmd()[all …]
141 mdb_io_t *p_fio; /* Current file i/o backend */ member