Lines Matching defs:arg
70 ddi_ctl_enum_t op, void *arg, void *result);
81 void *arg, void **result);
99 static int ebus_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
244 ebus_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result)
249 instance = getminor((dev_t)arg);
657 ddi_ctl_enum_t op, void *arg, void *result)
668 dev_info_t *child = (dev_info_t *)arg;
688 ddi_get_name((dev_info_t *)arg),
689 ddi_get_instance((dev_info_t *)arg));
690 ddi_set_name_addr((dev_info_t *)arg, NULL);
691 ddi_remove_minor_node((dev_info_t *)arg, NULL);
692 impl_rem_dev_props((dev_info_t *)arg);
714 if (*(int *)arg < 0 || *(int *)arg >= n) {
719 *((off_t *)result) = ebus_rp[*(int *)arg].size;
741 return (ddi_ctlops(dip, rdip, op, arg, result));
1029 ebus_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp,
1052 return (ndi_devctl_ioctl(self, cmd, arg, mode, 0));
1058 if (ndi_dc_allochdl((void *)arg, &dcp) != NDI_SUCCESS)