/src/usr.sbin/powerd/ |
powerd.c | 89 struct power_type power_type; local in function:main 142 if (prog_ioctl(fd, POWER_IOC_GET_TYPE, &power_type) == -1) { 148 power_type.power_type);
|
powerd.c | 89 struct power_type power_type; local in function:main 142 if (prog_ioctl(fd, POWER_IOC_GET_TYPE, &power_type) == -1) { 148 power_type.power_type);
|
/src/sys/dev/sysmon/ |
sysmon_power.c | 614 struct power_type *power_type = (void *) data; local in function:sysmonioctl_power 616 (void)strlcpy(power_type->power_type, 618 sizeof(power_type->power_type));
|
sysmon_power.c | 614 struct power_type *power_type = (void *) data; local in function:sysmonioctl_power 616 (void)strlcpy(power_type->power_type, 618 sizeof(power_type->power_type));
|
/src/sys/sys/ |
power.h | 285 struct power_type { struct 286 char power_type[32]; member in struct:power_type 288 #define POWER_IOC_GET_TYPE _IOR('P', 0, struct power_type) 295 #define POWER_IOC_GET_TYPE_WITH_LOSSAGE _IOR('P', 0, sizeof(struct power_type))
|
power.h | 285 struct power_type { struct 286 char power_type[32]; member in struct:power_type 288 #define POWER_IOC_GET_TYPE _IOR('P', 0, struct power_type) 295 #define POWER_IOC_GET_TYPE_WITH_LOSSAGE _IOR('P', 0, sizeof(struct power_type))
|