Searched refs:p_fio (Results 1 – 2 of 2) sorted by relevance
188 pt->p_fio = io; in pt_open_aout()218 pt->p_fio = NULL; in pt_close_aout()426 IOP_NAME(pt->p_fio)); in pt_post_attach()559 if (pt->p_fio != pt->p_aout_fio) { in pt_pre_detach()974 if (pt->p_fio == NULL) in pt_setflags()977 io = mdb_fdio_create_path(NULL, IOP_NAME(pt->p_fio), mode, 0); in pt_setflags()985 pt->p_fio = mdb_io_hold(io); in pt_setflags()987 pt->p_file->gf_io = pt->p_fio; in pt_setflags()1252 if (pt->p_fio == NULL) { in pt_attach()1751 mdb_printf("executable file: %s\n", IOP_NAME(pt->p_fio)); in pt_status_dcmd()[all …]
144 mdb_io_t *p_fio; /* Current file i/o backend */ member