Symbol: show
distrib/special/more/more.c
1567
show(ch);
distrib/special/more/more.c
188
void show(int);
games/hack/hack.pri.c
611
int show = (Blind && Telepat) || canseemon(mon);
games/hack/hack.pri.c
614
if(mon->mdx != mon->mx || mon->mdy != mon->my || !show)
games/hack/hack.pri.c
617
if(show && !mon->mdispl){
games/hack/hack.steal.c
243
relobj(struct monst *mtmp, int show)
games/hack/hack.steal.c
254
if(show & cansee(mtmp->mx,mtmp->my))
games/hack/hack.steal.c
263
if(show & cansee(mtmp->mx,mtmp->my))
games/morse/morse.c
123
void show(char *);
games/morse/morse.c
199
show("");
games/morse/morse.c
203
show("...-.-"); /* SK */
games/morse/morse.c
214
show(alph[c - (isupper(c) ? 'A' : 'a')]);
games/morse/morse.c
216
show(digit[c - '0']);
games/morse/morse.c
218
show(""); /* could show BT for a pause */
games/morse/morse.c
223
show(other[i].morse);
lib/libcurses/tinfo/lib_acs.c
228
char show[ACS_LEN * 2 + 1];
lib/libcurses/tinfo/lib_acs.c
231
show[m++] = (char) n;
lib/libcurses/tinfo/lib_acs.c
232
show[m++] = (char) ChCharOf(real_map[n]);
lib/libcurses/tinfo/lib_acs.c
235
show[m] = 0;
lib/libcurses/tinfo/lib_acs.c
236
if (acs_chars == NULL || strcmp(acs_chars, show))
lib/libcurses/tinfo/lib_acs.c
243
: (strcmp(acs_chars, show)
lib/libcurses/tinfo/lib_acs.c
246
_nc_visbuf(show));
lib/libcurses/tinfo/lib_raw.c
414
#define is_TEST(show,what) \
lib/libcurses/tinfo/lib_raw.c
416
NCURSES_SP_NAME(show) (NCURSES_SP_DCL0) \
lib/libcurses/tinfo/lib_raw.c
428
#define is_TEST(show) \
lib/libcurses/tinfo/lib_raw.c
430
show(void) \
lib/libcurses/tinfo/lib_raw.c
432
return NCURSES_SP_NAME(show) (CURRENT_SCREEN); \
lib/libcurses/tinfo/tinfo_driver.c
1134
char show[ACS_LEN * 2 + 1];
lib/libcurses/tinfo/tinfo_driver.c
1137
show[m++] = (char) n;
lib/libcurses/tinfo/tinfo_driver.c
1138
show[m++] = (char) ChCharOf(real_map[n]);
lib/libcurses/tinfo/tinfo_driver.c
1141
show[m] = 0;
lib/libcurses/tinfo/tinfo_driver.c
1142
if (acs_chars == NULL || strcmp(acs_chars, show))
lib/libcurses/tinfo/tinfo_driver.c
1149
: (strcmp(acs_chars, show)
lib/libcurses/tinfo/tinfo_driver.c
1152
_nc_visbuf(show));
regress/sbin/ifconfig/ifaddr.c
1823
printifhwfeatures(const char *unused, int show)
regress/sbin/ifconfig/ifaddr.c
1827
if (!show) {
regress/sys/arch/amd64/dump_tables/dump_tables.c
205
if (show[level] || (show_leaves && type != ' ')) {
regress/sys/arch/amd64/dump_tables/dump_tables.c
241
show[ch - '0'] = 1;
regress/sys/arch/amd64/dump_tables/dump_tables.c
273
if (!show[1] && !show[2] && !show[3] && !show[4] && !show_leaves)
regress/sys/arch/amd64/dump_tables/dump_tables.c
274
show[1] = show[2] = show[3] = show[4] = 1;
regress/sys/arch/amd64/dump_tables/dump_tables.c
78
int meltdown, hide_direct, hide_pte, reproducible, show[5], show_leaves;
sbin/ifconfig/ifconfig.c
6734
printifhwfeatures(const char *unused, int show)
sbin/ifconfig/ifconfig.c
6738
if (!show) {
sbin/route/route.c
276
exit(show(argc, argv));
sbin/route/route.c
92
int show(int, char *[]);
sys/dev/acpi/acpidmar.c
2742
static int show = 0;
sys/dev/acpi/acpidmar.c
2744
if (show > 10)
sys/dev/acpi/acpidmar.c
2746
show++;
sys/dev/pci/drm/amd/amdgpu/amdgpu_aca.c
696
aca_attr->show = aca_sysfs_read;
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
812
ssize_t (*show)(struct ip_hw_instance *ip_hw_instance, char *buf);
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
894
if (!ip_hw_attr->show)
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
897
return ip_hw_attr->show(ip_hw_instance, buf);
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
901
.show = ip_hw_instance_attr_show,
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
942
ssize_t (*show)(struct ip_die_entry *ip_die_entry, char *buf);
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
974
if (!ip_die_entry_attr->show)
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
977
return ip_die_entry_attr->show(ip_die_entry, buf);
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
990
.show = ip_die_entry_attr_show,
sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c
425
pmu_attr->attr.show = amdgpu_pmu_event_show;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
1964
.show = amdgpu_ras_sysfs_read,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
805
if (dev_attr->show(dev, dev_attr, NULL) == -EINVAL)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
707
ssize_t (*show)(struct amdgpu_xcp_res_details *xcp_res, char *buf);
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
713
.show = amdgpu_xcp_res_sysfs_##_name##_show, \
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
761
if (!attribute->show)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
764
return attribute->show(xcp_res, buf);
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
769
.show = xcp_cfg_res_sysfs_attr_show,
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
429
.show = amdgpu_xgmi_show_attrs,
sys/dev/pci/drm/amd/amdkfd/kfd_debugfs.c
43
int (*show)(struct seq_file *, void *) = inode->i_private;
sys/dev/pci/drm/amd/amdkfd/kfd_debugfs.c
45
return single_open(file, show, NULL);
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
370
.show = kfd_procfs_show,
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
495
.show = kfd_procfs_queue_show,
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
504
.show = kfd_procfs_stats_show,
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
513
.show = kfd_sysfs_counters_show,
sys/dev/pci/drm/amd/amdkfd/kfd_topology.c
243
.show = sysprops_show,
sys/dev/pci/drm/amd/amdkfd/kfd_topology.c
285
.show = iolink_show,
sys/dev/pci/drm/amd/amdkfd/kfd_topology.c
317
.show = mem_show,
sys/dev/pci/drm/amd/amdkfd/kfd_topology.c
362
.show = kfd_cache_show,
sys/dev/pci/drm/amd/amdkfd/kfd_topology.c
551
.show = node_show,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4398
.show = fan_curve_show,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4406
.show = acoustic_limit_threshold_show,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4414
.show = acoustic_target_threshold_show,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4422
.show = fan_target_temperature_show,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4430
.show = fan_minimum_pwm_show,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4438
.show = fan_zero_rpm_enable_show,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4446
.show = fan_zero_rpm_stop_temp_show,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4589
attribute->attribute.show =
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4590
container->ops.show;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4639
attribute->attribute.show =
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4640
feature->ops.show;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
57
ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr,
sys/dev/pci/drm/drm_debugfs.c
166
return single_open(file, node->info_ent->show, node);
sys/dev/pci/drm/drm_debugfs.c
178
return single_open(file, node->show, entry);
sys/dev/pci/drm/drm_debugfs.c
468
int (*show)(struct seq_file*, void*), void *data)
sys/dev/pci/drm/drm_debugfs.c
476
entry->file.show = show;
sys/dev/pci/drm/drm_debugfs.c
499
drm_debugfs_add_file(dev, files[i].name, files[i].show, files[i].data);
sys/dev/pci/drm/i915/gt/intel_gt_sysfs_pm.c
510
ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr,
sys/dev/pci/drm/i915/gt/intel_gt_sysfs_pm.c
531
.show = throttle_reason_bool_show, \
sys/dev/pci/drm/i915/i915_perf.c
4615
oa_config->sysfs_metric_id.show = show_dynamic_id;
sys/dev/pci/drm/i915/i915_pmu.c
959
attr->attr.show = i915_pmu_event_show;
sys/dev/pci/drm/i915/i915_pmu.c
972
attr->attr.show = perf_event_sysfs_show;
sys/dev/pci/drm/include/drm/drm_debugfs.h
115
int (*show)(struct seq_file*, void*);
sys/dev/pci/drm/include/drm/drm_debugfs.h
149
int (*show)(struct seq_file*, void*), void *data);
sys/dev/pci/drm/include/drm/drm_debugfs.h
173
int (*show)(struct seq_file*, void*),
sys/dev/pci/drm/include/drm/drm_debugfs.h
51
#define DRM_DEBUGFS_GPUVA_INFO(show, data) {"gpuvas", show, DRIVER_GEM_GPUVA, data}
sys/dev/pci/drm/include/drm/drm_debugfs.h
69
int (*show)(struct seq_file*, void*);
sys/dev/pci/drm/include/linux/device.h
27
ssize_t (*show)(struct device *, struct device_attribute *, char *);
usr.bin/audioctl/audioctl.c
202
f->show = 1;
usr.bin/audioctl/audioctl.c
223
f->show = 1;
usr.bin/audioctl/audioctl.c
239
if (!f->show)
usr.bin/audioctl/audioctl.c
46
int show;
usr.bin/comm/comm.c
115
show(fp2, col2, line2);
usr.bin/comm/comm.c
120
show(fp1, col1, line1);
usr.bin/comm/comm.c
49
void show(FILE *, char *, char *);
usr.bin/ftp/small.c
149
changetype(int newtype, int show)
usr.bin/ftp/small.c
162
show == 0)
usr.bin/tic/tic.c
1549
char show[80];
usr.bin/tic/tic.c
1596
show[0] = '\0';
usr.bin/tic/tic.c
1611
assert(strlen(show) < (MAX_KP * 4));
usr.bin/tic/tic.c
1614
_nc_STRCAT(show, " ka1", sizeof(show));
usr.bin/tic/tic.c
1617
_nc_STRCAT(show, " ka3", sizeof(show));
usr.bin/tic/tic.c
1620
_nc_STRCAT(show, " kb2", sizeof(show));
usr.bin/tic/tic.c
1623
_nc_STRCAT(show, " kc1", sizeof(show));
usr.bin/tic/tic.c
1626
_nc_STRCAT(show, " kc3", sizeof(show));
usr.bin/tic/tic.c
1631
_nc_warning("vt100 keypad order inconsistent: %s", show);
usr.bin/tic/tic.c
1639
show[0] = '\0';
usr.bin/tic/tic.c
1641
_nc_STRCAT(show, " ka1", sizeof(show));
usr.bin/tic/tic.c
1643
_nc_STRCAT(show, " ka3", sizeof(show));
usr.bin/tic/tic.c
1645
_nc_STRCAT(show, " kb2", sizeof(show));
usr.bin/tic/tic.c
1647
_nc_STRCAT(show, " kc1", sizeof(show));
usr.bin/tic/tic.c
1649
_nc_STRCAT(show, " kc3", sizeof(show));
usr.bin/tic/tic.c
1650
if (*show != '\0')
usr.bin/tic/tic.c
1651
_nc_warning("vt100 keypad map incomplete:%s", show);
usr.bin/uniq/uniq.c
150
show(prevline);
usr.bin/uniq/uniq.c
168
show(prevline);
usr.bin/uniq/uniq.c
52
void show(const char *);
usr.sbin/ac/ac.c
271
show(lp->name, lp->secs);
usr.sbin/ac/ac.c
488
show("total", Total);
usr.sbin/ac/ac.c
92
void show(char *, time_t);
usr.sbin/bgpctl/bgpctl.c
433
done = show(&imsg, res);
usr.sbin/bgpctl/bgpctl.c
51
int show(struct imsg *, struct parse_result *);
usr.sbin/config/cmd.c
226
show();
usr.sbin/config/ukc.h
106
void show(void);
usr.sbin/lpr/common_source/displayq.c
393
show(line+1, file, j);
usr.sbin/lpr/common_source/displayq.c
87
static void show(char *, char *, int);
usr.sbin/ospfctl/ospfctl.c
236
done = show(&imsg, res);
usr.sbin/ospfctl/ospfctl.c
44
int show(struct imsg *, struct parse_result *);
usr.sbin/relayd/control.c
273
show(c);
usr.sbin/relayd/relayd.h
1181
void show(struct ctl_conn *);
usr.sbin/zdump/zdump.c
237
show(argv[i], now, FALSE);
usr.sbin/zdump/zdump.c
243
show(argv[i], t, TRUE);
usr.sbin/zdump/zdump.c
245
show(argv[i], t, TRUE);
usr.sbin/zdump/zdump.c
281
show(argv[i], t, TRUE);
usr.sbin/zdump/zdump.c
283
show(argv[i], t, TRUE);
usr.sbin/zdump/zdump.c
371
show(name, lot, TRUE);
usr.sbin/zdump/zdump.c
372
show(name, hit, TRUE);
usr.sbin/zdump/zdump.c
76
static void show(char *zone, time_t t, int v);