Home
last modified time | relevance | path

Searched refs:show (Results 451 - 475 of 1487) sorted by relevance

1...<<11121314151617181920>>...60

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel_menlow.c372 static int intel_menlow_add_one_attribute(char *name, umode_t mode, void *show, in intel_menlow_add_one_attribute() argument
386 attr->attr.show = show; in intel_menlow_add_one_attribute()
/kernel/linux/linux-6.6/drivers/base/
H A Dclass.c76 if (class_attr->show) in class_attr_show()
77 ret = class_attr->show(cp->class, class_attr, buf); in class_attr_show()
119 .show = class_attr_show,
/kernel/linux/linux-6.6/fs/
H A Dproc_namespace.c243 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common()
285 p->show = show; in mounts_open_common()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dfilecheck.c115 if (kattr->show) in ocfs2_filecheck_show()
116 ret = kattr->show(kobj, kattr, buf); in ocfs2_filecheck_show()
137 .show = ocfs2_filecheck_show,
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c231 if (kattr->show) in wmi_sysman_attr_show()
232 ret = kattr->show(kobj, kattr, buf); in wmi_sysman_attr_show()
249 .show = wmi_sysman_attr_show,
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c121 .show = prism2_wds_proc_show,
176 .show = prism2_bss_list_proc_show,
328 /* We have a header (pos 0) + N results to show (pos 1...N) */ in prism2_scan_results_proc_start()
354 .show = prism2_scan_results_proc_show,
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py357 show = _call_proxy(job.proxy.scheduler.jobs.show, job.job_id)
358 for field, value in show.items():
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp136 const auto& show = [](const LogEntry& log, const char prefix[]) { in load() local
143 for (const auto& err : fErrors) show(err, " !! "); in load()
144 for (const auto& wrn : fWarnings) show(wrn, " ?? "); in load()
/third_party/skia/modules/skottie/src/
H A DSkottieTool.cpp221 const auto& show = [](const LogEntry& log, const char prefix[]) { in report() local
228 for (const auto& err : fErrors) show(err, " !! "); in report()
229 for (const auto& wrn : fWarnings) show(wrn, " ?? "); in report()
/kernel/linux/linux-5.10/security/smack/
H A Dsmackfs.c567 * Don't show any rules with label names too long for in smk_rule_show()
633 .show = load_seq_show,
775 * Don't show a label that could not have been set using in cipso_seq_show()
801 .show = cipso_seq_show,
997 .show = cipso2_seq_show,
1073 .show = net4addr_seq_show,
1337 .show = net6addr_seq_show,
1901 .show = onlycap_seq_show,
2240 .show = load_self_seq_show,
2371 .show
[all...]
/kernel/linux/linux-6.6/security/smack/
H A Dsmackfs.c568 * Don't show any rules with label names too long for in smk_rule_show()
634 .show = load_seq_show,
776 * Don't show a label that could not have been set using in cipso_seq_show()
802 .show = cipso_seq_show,
1009 .show = cipso2_seq_show,
1085 .show = net4addr_seq_show,
1348 .show = net6addr_seq_show,
1912 .show = onlycap_seq_show,
2251 .show = load_self_seq_show,
2383 .show
[all...]
/kernel/linux/linux-5.10/Documentation/trace/
H A Dfunction-graph-fold.vim6 " functions. While closed, a fold will show the total time taken for a call,
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dsetup.c136 .show = &show_cpuinfo,
/kernel/linux/linux-5.10/block/
H A Dblk-mq-debugfs.h12 int (*show)(void *, struct seq_file *); member
14 /* Set either .show or .seq_ops. */
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H A Dsetup.c136 .show = &show_cpuinfo,
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dbridge_sticky_fdb.sh55 bridge -j fdb show br br0 brport $swp1\
/kernel/linux/linux-6.6/Documentation/trace/
H A Dfunction-graph-fold.vim6 " functions. While closed, a fold will show the total time taken for a call,
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_flower_scale.sh97 offload_count=$(tc -j -s filter show dev $h2 ingress |
/kernel/linux/linux-5.10/net/sctp/
H A Dobjcnt.c93 .show = sctp_objcnt_seq_show,
/kernel/linux/linux-5.10/scripts/
H A Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dproc.c80 .show = cachefiles_histogram_show,
/kernel/linux/linux-5.10/fs/proc/
H A Dconsoles.c90 .show = show_console_dev
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Dcursor.c68 crtc->cursor.show = nv04_cursor_show; in nv04_cursor_init()
/kernel/linux/linux-6.6/fs/proc/
H A Dconsoles.c105 .show = show_console_dev
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Dcursor.c68 crtc->cursor.show = nv04_cursor_show; in nv04_cursor_init()

Completed in 16 milliseconds

1...<<11121314151617181920>>...60