HomeSort by: relevance | last modified time | path
    Searched refs:OFIOCGET (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ofw/
openfirmio.h 55 #define OFIOCGET _IOWR('O', 1, struct ofiocdesc) /* get openprom field */
openfirmio.c 159 case OFIOCGET:
  /src/usr.sbin/eeprom/
ofhandlers.c 124 if (ioctl(fd, OFIOCGET, (char *)&ofio) < 0) {
126 BARF("OFIOCGET", strerror(errno));
162 if (ioctl(fd, OFIOCGET, (char *)&ofio) < 0) {
164 BARF("OFIOCGET", strerror(errno));
275 if (ioctl(fd, OFIOCGET, (char *)&ofio2) < 0)
276 err(1, "ioctl: OFIOCGET");
  /src/usr.sbin/installboot/
evboards.c 1014 if (ioctl(fd, OFIOCGET, &ofio) < 0) {
1018 warn("OFIOCGET('%s')", prop);
  /src/usr.sbin/ofctl/
ofctl.c 220 if (ioctl(fd, OFIOCGET, &ofio) < 0) {
225 warn("OFIOCGET(%d, \"%s\")", fd, name);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1293 unsigned IOCTL_OFIOCGET = OFIOCGET;
sanitizer_interceptors_ioctl_netbsd.inc 319 _(OFIOCGET, READWRITE, struct_ofiocdesc_sz);

Completed in 20 milliseconds