Searched defs:scfdata (Results 1 - 1 of 1) sorted by relevance

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

Completed in 92 milliseconds