Lines Matching defs:devnm
7129 mdi_power(dev_info_t *vdip, mdi_pm_op_t op, void *args, char *devnm, int flags)
7142 if (devnm != NULL) {
7144 client_dip = ndi_devi_findchild(vdip, devnm);
7148 "op = %d %s %p", op, devnm ? devnm : "", (void *)client_dip));
7204 if (devnm)
8565 char *devnm;
8569 devnm = strrchr(path, '/');
8570 *devnm++ = '\0';
8577 if (ndi_devi_config_one(ph_dip, devnm, &child, NDI_NO_EVENT) ==
8590 devnm--;
8591 *devnm = '/';