Searched defs:ddi_ctlops (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.s | 140 ddi_ctlops(dev_info_t *d, dev_info_t *r, ddi_ctl_enum_t op, void *a, void *v) 147 ENTRY(ddi_ctlops) function 163 SET_SIZE(ddi_ctlops)
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 344 rval = ddi_ctlops(devi, devi, cmd, &peekpoke_args, 648 (void) ddi_ctlops(dip, dip, DDI_CTLOPS_BTOP, &bytes, &pages); 657 (void) ddi_ctlops(dip, dip, DDI_CTLOPS_BTOPR, &bytes, &pages); 666 (void) ddi_ctlops(dip, dip, DDI_CTLOPS_PTOB, &pages, &bytes); 693 ddi_ctlops(dev_info_t *d, dev_info_t *r, ddi_ctl_enum_t op, void *a, void *v) function 4762 (void) ddi_ctlops(d, d, DDI_CTLOPS_REPORTDEV, (void *)0, (void *)0); 4779 * ddi_ctlops() is described in the assembler not to buy a new register 4788 ret = ddi_ctlops(dev, dev, DDI_CTLOPS_REGSIZE, 4797 return (ddi_ctlops(dev, dev, DDI_CTLOPS_NREGS, 0, (void *)result)); 4803 return (ddi_ctlops( [all...] |
Completed in 1125 milliseconds