Home
last modified time | relevance | path

Searched refs:ap_dip (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c336 (void) fp->ap_ops(fp->ap_dip, fp->handle, cp); in fc_close()
349 (void) fp->ap_ops(fp->ap_dip, fp->handle, cp); in fc_close()
700 error = fp->ap_ops(fp->ap_dip, fp->handle, cp); in fc_run_priv()
806 (void) fp->ap_ops(fp->ap_dip, fp->handle, cp); in fc_validate()
H A Dfc_subr.c162 fp->ap_dip = ap; in fcode_interpreter()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h549 dev_info_t *ap_dip; /* Attachment point. ie: pci nexus */ member