Searched refs:prompt (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/security/apparmor/
H A Dlib.c334 perms->prompt = ALL_PERMS_MASK;
H A Dpolicy_unpack.c658 aa_unpack_u32(e, &perm->prompt, NULL) &&
1193 if (perm->prompt & (perm->allow | perm->deny))
1195 if (perm->complain & perm->prompt)
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c82 void pcan_dump_mem(const char *prompt, const void *p, int l) argument
85 PCAN_USB_DRIVER_NAME, prompt ? prompt : "memory", l);
/linux-master/scripts/kconfig/
H A Dconfdata.c586 fprintf(fp, "%s %s\n", cs->decoration, rootmenu.prompt->text);
910 menu->prompt->type == P_MENU) {
H A Dsymbol.c94 * Choice members must have a prompt. Find a menu entry with a prompt,
98 if (m->prompt) {
211 /* any prompt visible? */
1290 return "prompt";
/linux-master/tools/testing/ktest/
H A Dktest.pl600 my ($cancel, $prompt) = @_;
606 print "$prompt [y/n/C] ";
608 print "$prompt [Y/n] ";
637 my ($prompt) = @_;
639 return read_prompt 0, $prompt;
643 my ($prompt) = @_;
645 return read_prompt 1, $prompt;
2302 fail "failed - never got a boot prompt." and return 0;
/linux-master/scripts/
H A Dget_maintainer.pl2024 Enter selections at the prompt until you are satisfied that the selected
H A Dcheckpatch.pl3616 if ($f =~ /^\+\s*(?:bool|tristate|prompt)\s*["']/) {

Completed in 178 milliseconds

12