/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_sysctl.c | 276 const char *type, *yesno; variable in typeref:typename:const char ** 311 yesno = "no"; 313 yesno = "yes"; 318 (unsigned long)map->handle, yesno);
|
drm_sysctl.c | 276 const char *type, *yesno; variable in typeref:typename:const char ** 311 yesno = "no"; 313 yesno = "yes"; 318 (unsigned long)map->handle, yesno);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_utils.h | 449 static inline const char *yesno(bool v) function in typeref:typename:const char *
|
i915_utils.h | 449 static inline const char *yesno(bool v) function in typeref:typename:const char *
|
/src/sbin/dkctl/ |
dkctl.c | 92 static int yesno(const char *); 392 yn = yesno(argv[1]); 755 yesno(const char *p) function in typeref:typename:int
|
dkctl.c | 92 static int yesno(const char *); 392 yn = yesno(argv[1]); 755 yesno(const char *p) function in typeref:typename:int
|
/src/dist/pf/sbin/pfctl/ |
parse.y | 430 %type <v.number> tos not yesno 577 | SET REQUIREORDER yesno { 3959 yesno : NO { $$ = 0; } label
|
parse.y | 430 %type <v.number> tos not yesno 577 | SET REQUIREORDER yesno { 3959 yesno : NO { $$ = 0; } label
|
/src/sbin/fdisk/ |
fdisk.c | 277 static int yesno(const char *, ...) __printflike(1, 2); 632 if (yesno("Should we write new partition table?")) { 1492 if (yesno("Bootfile %s doesn't support the required " 1519 if (!f_flag && !yesno("Update the bootcode from %s?", boot_path)) 1906 if (yesno("Do you really want to delete all the extended partitions?")) 2297 yesno("The bootselect code is not installed, " 2308 if (v_flag && !f_flag && yesno("Explicitly specify beg/end address?")) { 2408 if (yesno("Do you want to change the active partition?")) { 2414 } while (!yesno("Are you happy with this choice?")); 2431 if (!yesno("Do you want to change our idea of what BIOS thinks?") 2820 yesno(const char *str, ...) function in typeref:typename:int [all...] |
fdisk.c | 277 static int yesno(const char *, ...) __printflike(1, 2); 632 if (yesno("Should we write new partition table?")) { 1492 if (yesno("Bootfile %s doesn't support the required " 1519 if (!f_flag && !yesno("Update the bootcode from %s?", boot_path)) 1906 if (yesno("Do you really want to delete all the extended partitions?")) 2297 yesno("The bootselect code is not installed, " 2308 if (v_flag && !f_flag && yesno("Explicitly specify beg/end address?")) { 2408 if (yesno("Do you want to change the active partition?")) { 2414 } while (!yesno("Are you happy with this choice?")); 2431 if (!yesno("Do you want to change our idea of what BIOS thinks?") 2820 yesno(const char *str, ...) function in typeref:typename:int [all...] |