Lines Matching refs:keyword
97 do_ioctl(int ioctl_cmd, char *keyword, char *behavior, int suppress) in do_ioctl() argument
99 mesg(MDEBUG, "doing ioctl %s for %s ", pm_map(ioctl_cmd), keyword); in do_ioctl()
103 mesg(MERR, "%s %s failed, %s\n", keyword, behavior, in do_ioctl()
107 mesg(MDEBUG, "%s %s failed, %s\n", keyword, behavior, in do_ioctl()
221 S3_helper(char *whitelist, char *blacklist, int yes, int no, char *keyword, in S3_helper() argument
241 blacklist, yesstr, nostr, keyword, behavior); in S3_helper()
259 return (do_ioctl(no, keyword, behavior, suppress)); in S3_helper()
273 return (do_ioctl(no, keyword, behavior, suppress)); in S3_helper()
310 return (do_ioctl(no, keyword, behavior, in S3_helper()
313 ret = do_ioctl(yes, keyword, behavior, in S3_helper()
322 ret = do_ioctl(yes, keyword, behavior, suppress); in S3_helper()
326 return (do_ioctl(no, keyword, behavior, suppress)); in S3_helper()