Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c381 scfsetphpinfo_t scfdata; in notify_scf_of_hotplug() local
469 (void) memset(scfdata.buf, 0, sizeof (scfdata.buf)); in notify_scf_of_hotplug()
474 scfdata.size = sizeof (scf_slotinfo_t); in notify_scf_of_hotplug()
484 (void) memcpy((void *)&(scfdata.buf), (void *)&sdata, in notify_scf_of_hotplug()
502 while (ioctl(fd, SCFIOCSETPHPINFO, scfdata) < 0) { in notify_scf_of_hotplug()