/src/usr.sbin/sysinst/arch/prep/ |
menus.md.es | 38 option "COM0 (S1)", exit, action { yesno = 1; }; 39 option "VGA", exit, action { yesno = 0; };
|
menus.md.pl | 38 option "COM0 (S1)", exit, action { yesno = 1; }; 39 option "VGA", exit, action { yesno = 0; };
|
/src/lib/libc/gen/ |
sysconf.c | 125 goto yesno; 144 goto yesno; 156 goto yesno; 160 goto yesno; 164 goto yesno; 168 goto yesno; 172 goto yesno; 176 goto yesno; 180 goto yesno; 184 goto yesno; [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
debugfs_gt_pm.c | 67 yesno(rcctl1 & (GEN7_RC_CTL_TO_MODE | 103 yesno(rcctl1 & GEN6_RC_CTL_RC1e_ENABLE)); 105 yesno(rcctl1 & GEN6_RC_CTL_RC6_ENABLE)); 108 yesno(gen9_powergate_enable & GEN9_RENDER_PG_ENABLE)); 110 yesno(gen9_powergate_enable & GEN9_MEDIA_PG_ENABLE)); 113 yesno(rcctl1 & GEN6_RC_CTL_RC6p_ENABLE)); 115 yesno(rcctl1 & GEN6_RC_CTL_RC6pp_ENABLE)); 139 yesno(gt_core_status & GEN6_CORE_CPD_STATE_MASK)); 179 seq_printf(m, "HD boost: %s\n", yesno(rgvmodectl & MEMMODE_BOOST_EN)); 184 yesno(rgvmodectl & MEMMODE_HWIDLE_EN)) [all...] |
intel_gt_pm.c | 140 GT_TRACE(gt, "force:%s", yesno(force));
|
intel_engine_cs.c | 1351 yesno(test_bit(TASKLET_STATE_SCHED, 1503 yesno(!llist_empty(&engine->barrier_tasks))); 1567 drm_printf(m, "Idle? %s\n", yesno(intel_engine_is_idle(engine)));
|
selftest_timeline.c | 183 name, p->name, ctx, p->seqno, yesno(p->expected));
|
intel_rps.c | 1042 DRM_DEBUG_DRIVER("GPLL enabled? %s\n", yesno(val & GPLLENABLE)); 1139 DRM_DEBUG_DRIVER("GPLL enabled? %s\n", yesno(val & GPLLENABLE));
|
/src/usr.sbin/etcupdate/ |
etcupdate | 127 yesno() 208 if yesno "Create ${DESTDIR}${1}"; then 610 if yesno "Continue previously aborted update"; then 612 elif yesno "Remove the old ${TEMPROOT}"; then 734 if yesno "Remove ${TEMPROOT}"; then 758 if yesno "Do you want to rebuild the password databases from the" \ 784 if yesno "Do you want to rebuild the services databases from the" \ 799 if yesno "You have created new directories. Run mtree to set" \ 808 if yesno "Do you want to rebuild the device nodes in ${DESTDIR}/dev" 829 yesno "Do you want to rebuild the mail alias database [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_debugfs.c | 814 yesno(rpmodectl & GEN6_RP_MEDIA_TURBO)); 816 yesno(rpmodectl & GEN6_RP_ENABLE)); 818 yesno((rpmodectl & GEN6_RP_MEDIA_MODE_MASK) == 919 yesno(rpmodectl & GEN6_RP_MEDIA_TURBO)); 921 yesno(rpmodectl & GEN6_RP_ENABLE)); 923 yesno((rpmodectl & GEN6_RP_MEDIA_MODE_MASK) == 1023 seq_printf(m, "HD boost: %s\n", yesno(rgvmodectl & MEMMODE_BOOST_EN)); 1028 yesno(rgvmodectl & MEMMODE_HWIDLE_EN)); 1030 yesno(rgvmodectl & MEMMODE_SWMODE_EN)); 1032 yesno(rgvmodectl & MEMMODE_RCLK_GATE)) [all...] |
i915_params.c | 198 drm_printf(p, "i915.%s=%s\n", name, yesno(*(const bool *)x));
|
intel_device_info.c | 105 #define PRINT_FLAG(name) drm_printf(p, "%s: %s\n", #name, yesno(info->name)); 109 #define PRINT_FLAG(name) drm_printf(p, "%s: %s\n", #name, yesno(info->display.name)); 129 yesno(sseu->has_slice_pg)); 131 yesno(sseu->has_subslice_pg)); 132 drm_printf(p, "has EU power gating: %s\n", yesno(sseu->has_eu_pg)); 1056 yesno(caps->has_logical_contexts));
|
i915_gpu_error.c | 680 err_printf(m, "GT awake: %s\n", yesno(gt->awake)); 781 yesno(csr->dmc_payload != NULL)); 787 err_printf(m, "RPM wakelock: %s\n", yesno(error->wakelock)); 788 err_printf(m, "PM suspended: %s\n", yesno(error->suspended));
|
i915_utils.h | 449 static inline const char *yesno(bool v) function in typeref:typename:const char *
|
i915_drv.c | 801 yesno(skl_is_16gb_dimm(dimm))); 831 channel, ch->ranks, yesno(ch->is_16gb_dimm)); 888 yesno(dram_info->symmetric_memory)); 1124 dram_info->ranks, yesno(dram_info->is_16gb_dimm));
|
/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);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_uc.c | 56 yesno(intel_uc_uses_guc(uc)), 57 yesno(intel_uc_uses_guc_submission(uc)), 58 yesno(intel_uc_uses_huc(uc))); 482 yesno(intel_huc_is_authenticated(huc)));
|
intel_guc_log.c | 500 yesno(GUC_LOG_LEVEL_IS_VERBOSE(log->level)),
|
/src/usr.bin/telnet/ |
utilities.c | 97 SetSockOpt(int fd, int level, int option, int yesno) 99 return setsockopt(fd, level, option, (char *)&yesno, sizeof yesno);
|
/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
|
/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...] |
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_active.c | 242 yesno(!llist_empty(&ref->preallocated_barriers)));
|
i915_buddy.c | 28 yesno(!block->parent), 29 yesno(buddy));
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
i915_gem_context.c | 706 yesno(!!rcu_access_pointer(ctx->vm)), 844 yesno(!!rcu_access_pointer(ctx->vm)), 1421 yesno(!!ctx_vm(ctx)),
|
huge_pages.c | 791 obj->base.size, yesno(!!single)); 947 yesno(!!single));
|