HomeSort by: relevance | last modified time | path
    Searched defs:gp_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
gpio.h 99 int gp_flags; member in struct:gpio_set
132 int gp_flags; /* pin configuration flags */ member in struct:gpio_pin_ctl
  /src/usr.sbin/sysinst/
gpt.c 139 uint gp_flags; member in struct:gpt_part_entry
256 p->gp_flags |= GPEF_WEDGE;
362 np->gp_flags |= GPEF_ON_DISK;
366 np->gp_flags |= GPEF_TARGET;
528 if (p->gp_flags & GPEF_TARGET)
637 p->gp_flags |= GPEF_TARGET;
640 n->gp_flags &= ~GPEF_TARGET;
642 p->gp_flags &= ~GPEF_TARGET;
645 if ((p->gp_flags & GPEF_ON_DISK)) {
655 p->gp_flags &= ~GPEF_ON_DISK
    [all...]

Completed in 11 milliseconds