Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dpmconfig.h121 extern int S3_helper(char *, char *, int, int, char *, char *, int *, int);
H A Dhandlers.c221 S3_helper(char *whitelist, char *blacklist, int yes, int no, char *keyword, in S3_helper() function
369 return (S3_helper("S3-support-enable", "S3-support-disable", in S3sup()
421 return (S3_helper("S3-autoenable", "S3-autodisable", in autoS3()
482 int ret = S3_helper("autopm-enable", "autopm-disable", in autopm()
H A Dparse.c385 (void) S3_helper("S3-support-enable", "S3-support-disable", in parse_conf_file()