/linux-4.4.14/security/integrity/ima/ |
D | ima_template_lib.c | 69 enum ima_show_type show, in ima_show_template_data_ascii() argument 100 enum ima_show_type show, in ima_show_template_data_binary() argument 104 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary() 107 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) in ima_show_template_data_binary() 117 enum ima_show_type show, in ima_show_template_field_data() argument 121 switch (show) { in ima_show_template_field_data() 123 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data() 128 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data() 135 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument 138 ima_show_template_field_data(m, show, DATA_FMT_DIGEST, field_data); in ima_show_template_digest() [all …]
|
D | ima_template_lib.h | 21 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, 23 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, 25 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, 27 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
|
D | ima_fs.c | 162 enum ima_show_type show = IMA_SHOW_BINARY; in ima_measurements_show() local 166 show = IMA_SHOW_BINARY_NO_FIELD_LEN; in ima_measurements_show() 168 show = IMA_SHOW_BINARY_OLD_STRING_FMT; in ima_measurements_show() 169 field->field_show(m, show, &e->template_data[i]); in ima_measurements_show() 178 .show = ima_measurements_show 244 .show = ima_ascii_measurements_show
|
/linux-4.4.14/block/ |
D | blk-sysfs.c | 19 ssize_t (*show)(struct request_queue *, char *); member 353 .show = queue_requests_show, 359 .show = queue_ra_show, 365 .show = queue_max_sectors_show, 371 .show = queue_max_hw_sectors_show, 376 .show = queue_max_segments_show, 381 .show = queue_max_integrity_segments_show, 386 .show = queue_max_segment_size_show, 391 .show = elv_iosched_show, 397 .show = queue_logical_block_size_show, [all …]
|
D | blk-mq-sysfs.c | 22 ssize_t (*show)(struct blk_mq_ctx *, char *); member 28 ssize_t (*show)(struct blk_mq_hw_ctx *, char *); member 44 if (!entry->show) in blk_mq_sysfs_show() 50 res = entry->show(ctx, page); in blk_mq_sysfs_show() 90 if (!entry->show) in blk_mq_hw_sysfs_show() 96 res = entry->show(hctx, page); in blk_mq_hw_sysfs_show() 252 .show = blk_mq_sysfs_dispatched_show, 256 .show = blk_mq_sysfs_merged_show, 260 .show = blk_mq_sysfs_completed_show, 264 .show = blk_mq_sysfs_rq_list_show, [all …]
|
D | blk-integrity.c | 241 ssize_t (*show)(struct blk_integrity *, char *); member 253 return entry->show(bi, page); in integrity_attr_show() 337 .show = integrity_format_show, 342 .show = integrity_tag_size_show, 347 .show = integrity_interval_show, 352 .show = integrity_verify_show, 358 .show = integrity_generate_show, 364 .show = integrity_device_show, 378 .show = &integrity_attr_show,
|
/linux-4.4.14/Documentation/zh_CN/filesystems/ |
D | sysfs.txt | 105 ssize_t (*show)(struct device *dev, struct device_attribute *attr, 129 .show = show_foo, 142 ssize_t (*show)(struct kobject *, struct attribute *, char *); 167 if (dev_attr->show) 168 ret = dev_attr->show(dev, dev_attr, buf); 171 (unsigned long)dev_attr->show); 181 在声明属性时,必须指定 show() 或 store() 方法,以实现属性的 184 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf); 194 - 在读方面(read(2)),show() 方法应该填充整个缓冲区。回想属性 199 向后搜索到零或使用‘0’偏移执行一个pread(2)操作,show()方法将 [all …]
|
/linux-4.4.14/drivers/cpuidle/ |
D | sysfs.c | 164 ssize_t (*show)(struct cpuidle_device *, char *); member 168 #define define_one_ro(_name, show) \ argument 169 static struct cpuidle_attr attr_##_name = __ATTR(_name, 0444, show, NULL) 170 #define define_one_rw(_name, show, store) \ argument 171 static struct cpuidle_attr attr_##_name = __ATTR(_name, 0644, show, store) 196 if (cattr->show) { in cpuidle_show() 198 ret = cattr->show(dev, buf); in cpuidle_show() 220 .show = cpuidle_show, 239 ssize_t (*show)(struct cpuidle_state *, \ member 245 #define define_one_state_ro(_name, show) \ argument [all …]
|
/linux-4.4.14/drivers/hwmon/ |
D | gl518sm.c | 238 #define show(type, suffix, value) \ macro 246 show(TEMP, temp_input1, temp_in); 247 show(TEMP, temp_max1, temp_max); 248 show(TEMP, temp_hyst1, temp_hyst); 249 show(BOOL, fan_auto1, fan_auto1); 250 show(VDD, in_input0, voltage_in[0]); 251 show(IN, in_input1, voltage_in[1]); 252 show(IN, in_input2, voltage_in[2]); 253 show(IN, in_input3, voltage_in[3]); 254 show(VDD, in_min0, voltage_min[0]); [all …]
|
D | i5k_amb.c | 299 iattr->s_attr.dev_attr.show = show_label; in i5k_amb_hwmon_init() 314 iattr->s_attr.dev_attr.show = show_amb_temp; in i5k_amb_hwmon_init() 329 iattr->s_attr.dev_attr.show = show_amb_min; in i5k_amb_hwmon_init() 345 iattr->s_attr.dev_attr.show = show_amb_mid; in i5k_amb_hwmon_init() 361 iattr->s_attr.dev_attr.show = show_amb_max; in i5k_amb_hwmon_init() 377 iattr->s_attr.dev_attr.show = show_amb_alarm; in i5k_amb_hwmon_init()
|
D | ibmpowernv.c | 328 ssize_t (*show)(struct device *dev, in create_hwmon_attr() 339 sdata->dev_attr.show = show; in create_hwmon_attr()
|
D | ibmaem.c | 120 ssize_t (*show)(struct device *dev, member 128 ssize_t (*show)(struct device *dev, member 935 sensors->dev_attr.show = ro->show; in aem_register_sensors() 952 sensors->dev_attr.show = rw->show; in aem_register_sensors()
|
D | scpi-hwmon.c | 190 sensor->dev_attr_input.show = scpi_show_sensor; in scpi_hwmon_probe() 194 sensor->dev_attr_label.show = scpi_show_label; in scpi_hwmon_probe()
|
D | acpi_power_meter.c | 112 ssize_t (*show)(struct device *dev, member 469 .show = _show, \ 476 .show = _show, \ 641 sensors->dev_attr.show = attrs->show; in register_attrs()
|
D | s3c-hwmon.c | 234 attr->dev_attr.show = s3c_hwmon_ch_show; in s3c_hwmon_create_attr() 252 attr->dev_attr.show = s3c_hwmon_label_show; in s3c_hwmon_create_attr()
|
/linux-4.4.14/include/linux/ |
D | iscsi_boot_sysfs.h | 84 ssize_t (*show) (void *data, int type, char *buf); member 112 ssize_t (*show) (void *data, int type, char *buf), 119 ssize_t (*show) (void *data, int type, char *buf), 125 ssize_t (*show) (void *data, int type, char *buf),
|
D | configfs.h | 128 ssize_t (*show)(struct config_item *, char *); member 137 .show = _pfx##_name##_show, \ 146 .show = _pfx##_name##_show, \
|
D | sysfs.h | 103 .show = _show, \ 110 .show = _show, \ 116 .show = _name##_show, \ 133 .show = _show, \ 210 ssize_t (*show)(struct kobject *, struct attribute *, char *); member
|
D | seq_file_net.h | 18 int (*show)(struct seq_file *, void *));
|
/linux-4.4.14/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 34 ssize_t (*show) (void *data, int type, char *buf); member 53 if (boot_kobj->show) in iscsi_boot_show_attribute() 54 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute() 59 .show = iscsi_boot_show_attribute, 308 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 326 boot_kobj->show = show; in iscsi_boot_create_kobj() 371 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() 376 "target%d", index, data, show, is_visible, in iscsi_boot_create_target() 396 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator() 402 "initiator", index, data, show, in iscsi_boot_create_initiator() [all …]
|
/linux-4.4.14/drivers/edac/ |
D | edac_pci_sysfs.c | 92 ssize_t(*show) (struct edac_pci_ctl_info *, char *); member 103 if (instance_attr->show) in edac_pci_instance_show() 104 return instance_attr->show(pci, buffer); in edac_pci_instance_show() 123 .show = edac_pci_instance_show, 130 .show = _show, \ 233 ssize_t(*show) (void *, char *); member 244 if (edac_pci_dev->show) in edac_pci_dev_show() 245 return edac_pci_dev->show(edac_pci_dev->value, buffer); in edac_pci_dev_show() 262 .show = edac_pci_dev_show, 270 .show = _show, \ [all …]
|
D | edac_device_sysfs.c | 109 ssize_t(*show) (struct edac_device_ctl_info *, char *); member 123 if (ctl_info_attr->show) in edac_dev_ctl_info_show() 124 return ctl_info_attr->show(edac_dev, buffer); in edac_dev_ctl_info_show() 143 .show = edac_dev_ctl_info_show, 150 .show = _show, \ 349 ssize_t(*show) (struct edac_device_instance *, char *); member 360 if (instance_attr->show) in edac_dev_instance_show() 361 return instance_attr->show(instance, buffer); in edac_dev_instance_show() 380 .show = edac_dev_instance_show, 387 .show = _show, \ [all …]
|
D | edac_core.h | 154 ssize_t (*show)(struct edac_device_ctl_info *, char *); member 172 ssize_t (*show)(struct kobject *, struct attribute *, char *); member
|
/linux-4.4.14/fs/exofs/ |
D | sys.c | 29 ssize_t (*show)(struct exofs_dev *, char *); member 39 return a->show ? a->show(edp, buf) : 0; in odev_attr_show() 52 .show = odev_attr_show, 94 #define OSD_ATTR(name, mode, show, store) \ argument 96 __ATTR(name, mode, show, store)
|
/linux-4.4.14/arch/ia64/kernel/ |
D | err_inject.c | 56 #define show(name) \ macro 75 show(call_start) in show() function 126 show(err_type_info) 158 show(err_struct_info) 198 show(status) 199 show(capabilities) 200 show(resources)
|
D | topology.c | 241 ssize_t (*show)(struct cache_info *, char *); member 282 ret = fattr->show ? fattr->show(this_leaf, buf) : 0; in ia64_cache_show() 287 .show = ia64_cache_show
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_sysfs.c | 23 ssize_t (*show)(struct medialb_bus *bus, char *buf); member 57 if (!xattr->show) in bus_kobj_attr_show() 60 return xattr->show(bus, buf); in bus_kobj_attr_show() 79 .show = bus_kobj_attr_show,
|
/linux-4.4.14/fs/nilfs2/ |
D | sysfs.h | 65 ssize_t (*show)(struct kobject *, struct attribute *, \ 76 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 92 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 100 #define NILFS_ATTR(type, name, mode, show, store) \ argument 102 __ATTR(name, mode, show, store)
|
D | sysfs.c | 54 return a->show ? a->show(a, nilfs, buf) : 0; \ 69 .show = nilfs_##name##_attr_show, \ 165 return a->show ? a->show(a, root, buf) : 0; in nilfs_snapshot_attr_show() 188 .show = nilfs_snapshot_attr_show, 960 return a->show ? a->show(a, nilfs, buf) : 0; in nilfs_dev_attr_show() 983 .show = nilfs_dev_attr_show,
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysfs.txt | 90 ssize_t (*show)(struct device *dev, struct device_attribute *attr, 115 .show = show_foo, 125 show and store methods of the attribute owners. 128 ssize_t (*show)(struct kobject *, struct attribute *, char *); 154 if (dev_attr->show) 155 ret = dev_attr->show(dev, dev_attr, buf); 158 (unsigned long)dev_attr->show); 168 To read or write attributes, show() or store() methods must be 172 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf); 184 - On read(2), the show() method should fill the entire buffer. [all …]
|
D | seq_file.txt | 52 result. Yes, it is a thoroughly useless module, but the point is to show 106 to instruct your show() function (described below) to print a header at the 133 Finally, the show() function should format the object currently pointed to 134 by the iterator for output. The example module's show() function is: 143 If all is well, the show() function should return zero. A negative error 146 causes the current item to be skipped; if the show() function has already 157 .show = ct_seq_show 326 module can define only the show() function, which should create all the 331 int (*show)(struct seq_file *m, void *p), 334 When output time comes, the show() function will be called once. The data
|
D | sysfs-tagging.txt | 7 The problem. Network devices show up in sysfs and with the network 8 namespace active multiple devices with the same name can show up in
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 330 cip->attr_name.show = show_name; in pvr2_sysfs_add_control() 335 cip->attr_type.show = show_type; in pvr2_sysfs_add_control() 340 cip->attr_min.show = show_min; in pvr2_sysfs_add_control() 345 cip->attr_max.show = show_max; in pvr2_sysfs_add_control() 350 cip->attr_def.show = show_def; in pvr2_sysfs_add_control() 363 cip->attr_enum.show = show_enum; in pvr2_sysfs_add_control() 368 cip->attr_bits.show = show_bits; in pvr2_sysfs_add_control() 380 cip->attr_val.show = show_val_norm; in pvr2_sysfs_add_control() 384 cip->attr_custom.show = show_val_custom; in pvr2_sysfs_add_control() 438 dip->attr_debugcmd.show = debugcmd_show; in pvr2_sysfs_add_debugifc() [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm-sysfs.c | 13 ssize_t (*show)(struct mapped_device *, char *); member 29 if (!dm_attr->show) in dm_attr_show() 36 ret = dm_attr->show(md, page); in dm_attr_show() 115 .show = dm_attr_show,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
D | nv50.c | 68 u32 show = stat; in nv50_mpeg_intr() local 74 show &= ~0x01000000; in nv50_mpeg_intr() 78 if (show) { in nv50_mpeg_intr()
|
D | nv44.c | 155 u32 show = stat; in nv44_mpeg_intr() local 171 show &= ~0x01000000; in nv44_mpeg_intr() 176 show &= ~0x01000000; in nv44_mpeg_intr() 183 if (show) { in nv44_mpeg_intr()
|
D | nv31.c | 188 u32 show = stat; in nv31_mpeg_intr() local 197 show &= ~0x01000000; in nv31_mpeg_intr() 202 show &= ~0x01000000; in nv31_mpeg_intr() 209 if (show) { in nv31_mpeg_intr()
|
/linux-4.4.14/Documentation/cgroups/ |
D | hugetlb.txt | 30 hugetlb.<hugepagesize>.limit_in_bytes # set/show limit of "hugepagesize" hugetlb usage 31 hugetlb.<hugepagesize>.max_usage_in_bytes # show max "hugepagesize" hugetlb usage recorded 32 hugetlb.<hugepagesize>.usage_in_bytes # show current usage for "hugepagesize" hugetlb 33 hugetlb.<hugepagesize>.failcnt # show the number of allocation failure due to HugeTLB limit
|
D | memory.txt | 57 tasks # attach a task(thread) and show list of threads 58 cgroup.procs # show list of processes 60 memory.usage_in_bytes # show current usage for memory 62 memory.memsw.usage_in_bytes # show current usage for memory+Swap 64 memory.limit_in_bytes # set/show limit of memory usage 65 memory.memsw.limit_in_bytes # set/show limit of memory+Swap usage 66 memory.failcnt # show the number of memory usage hits limits 67 memory.memsw.failcnt # show the number of memory+Swap hits limits 68 memory.max_usage_in_bytes # show max memory usage recorded 69 memory.memsw.max_usage_in_bytes # show max memory+Swap usage recorded [all …]
|
/linux-4.4.14/drivers/leds/ |
D | leds-lp55xx-common.h | 32 #define LP55XX_DEV_ATTR_RW(name, show, store) \ argument 33 DEVICE_ATTR(name, S_IRUGO | S_IWUSR, show, store) 34 #define LP55XX_DEV_ATTR_RO(name, show) \ argument 35 DEVICE_ATTR(name, S_IRUGO, show, NULL)
|
/linux-4.4.14/Documentation/networking/ |
D | vrf.txt | 127 $ ip [-d] link show type vrf 128 NOTE: The -d option is needed to show the table id 131 $ ip -d link show type vrf 148 $ ip -br link show type vrf 170 To show devices that have been assigned to a specific VRF add the master 172 $ ip link show master VRF-NAME 175 $ ip link show master vrf-red 185 $ ip -br link show master vrf-red 195 $ ip [-6] neigh show master VRF-NAME 198 $ ip neigh show master vrf-red [all …]
|
D | vxlan.txt | 39 # ip -d link show vxlan0 51 # bridge fdb show dev vxlan0
|
/linux-4.4.14/drivers/isdn/capi/ |
D | kcapi_proc.c | 101 .show = controller_show, 108 .show = contrstats_show, 209 .show = applications_show, 216 .show = applstats_show, 279 .show = capi_driver_show,
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_sysfs_slave.c | 19 ssize_t (*show)(struct slave *, char *); member 26 .show = _show, \ 134 return slave_attr->show(slave, buf); in slave_show() 138 .show = slave_show,
|
/linux-4.4.14/crypto/ |
D | proc.c | 63 if (alg->cra_type && alg->cra_type->show) { in c_show() 64 alg->cra_type->show(m, alg); in c_show() 94 .show = c_show
|
D | pcompress.c | 79 .show = crypto_pcomp_show,
|
D | akcipher.c | 82 .show = crypto_akcipher_show,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sysfs.c | 120 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_location; in ixgbe_add_hwmon_attr() 125 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_temp; in ixgbe_add_hwmon_attr() 130 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_cautionthresh; in ixgbe_add_hwmon_attr() 135 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_maxopthresh; in ixgbe_add_hwmon_attr()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-c2port | 29 The /sys/class/c2port/c2portX/dev_id file show the device ID 44 The /sys/class/c2port/c2portX/flash_block_size file show 51 The /sys/class/c2port/c2portX/flash_blocks_num file show 73 The /sys/class/c2port/c2portX/flash_erase file show the 87 The /sys/class/c2port/c2portX/rev_id file show the revision ID
|
D | sysfs-bus-i2c-devices-fsa9480 | 5 show what device is attached 16 show or set the state of manual switch
|
D | sysfs-devices-memory | 29 is read-only and is designed to show the name of physical 46 is read-write. When read, its contents show the 69 read-only and is designed to show which zone this memory
|
D | sysfs-class-backlight-driver-adp8870 | 13 will also show the brightness level stored for this 28 This file will also show the dim brightness level stored for
|
D | configfs-spear-pcie-gadget | 10 This interfaces can be used to show spear's PCIe device capability.
|
D | sysfs-platform-eeepc-laptop | 38 Reading this file will show the raw hexadecimal value which
|
/linux-4.4.14/scripts/ |
D | coccicheck | 157 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 161 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 164 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
|
D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_hwmon.c | 121 igb_attr->dev_attr.show = igb_hwmon_show_location; in igb_add_hwmon_attr() 126 igb_attr->dev_attr.show = igb_hwmon_show_temp; in igb_add_hwmon_attr() 131 igb_attr->dev_attr.show = igb_hwmon_show_cautionthresh; in igb_add_hwmon_attr() 136 igb_attr->dev_attr.show = igb_hwmon_show_maxopthresh; in igb_add_hwmon_attr()
|
/linux-4.4.14/samples/kobject/ |
D | kset-example.c | 42 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); member 64 if (!attribute->show) in foo_attr_show() 67 return attribute->show(foo, attribute, buf); in foo_attr_show() 92 .show = foo_attr_show,
|
/linux-4.4.14/drivers/dma/ioat/ |
D | sysfs.c | 62 if (!entry->show) in ioat_attr_show() 64 return entry->show(&ioat_chan->dma_chan, page); in ioat_attr_show() 68 .show = ioat_attr_show,
|
/linux-4.4.14/tools/perf/ui/ |
D | helpline.c | 28 .show = nop_helpline__show, 72 return helpline_fns->show(fmt, ap); in ui_helpline__vshow()
|
D | helpline.h | 12 int (*show)(const char *fmt, va_list ap); member
|
/linux-4.4.14/fs/xfs/ |
D | xfs_sysfs.c | 28 ssize_t (*show)(struct kobject *kobject, char *buf); member 66 return xfs_attr->show ? xfs_attr->show(kobject, buf) : 0; in xfs_sysfs_object_show() 82 .show = xfs_sysfs_object_show,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 61 int (*show)(struct seq_file *seq, void *v, int idx); member 75 int (*show)(struct seq_file *seq, void *v, int i));
|
/linux-4.4.14/drivers/firmware/ |
D | dmi-sysfs.c | 52 ssize_t (*show)(struct dmi_sysfs_entry *entry, char *buf); member 58 .show = dmi_sysfs_##_entry##_##_name, \ 67 ssize_t (*show)(struct dmi_sysfs_entry *entry, member 75 .show = dmi_sysfs_##_entry##_##_name, \ 106 return attr->show(entry, buf); in dmi_sysfs_attr_show() 110 .show = dmi_sysfs_attr_show, 210 return attr->show(entry, dh, data->buf); in dmi_entry_attr_show_helper() 228 .show = dmi_entry_attr_show,
|
D | memmap.c | 65 ssize_t (*show)(struct firmware_map_entry *entry, char *buf); member 83 .show = memmap_attr_show, 405 return memmap_attr->show(entry, buf); in memmap_attr_show()
|
D | edd.c | 65 ssize_t(*show) (struct edd_device * edev, char *buf); member 78 .show = _show, \ 120 if (edd_attr->show) in edd_attr_show() 121 ret = edd_attr->show(dev, buf); in edd_attr_show() 126 .show = edd_attr_show,
|
/linux-4.4.14/drivers/pci/ |
D | pci-label.c | 109 .show = smbioslabel_show, 114 .show = smbiosinstance_show, 246 .show = acpilabel_show, 251 .show = acpiindex_show,
|
D | slot.c | 24 return attribute->show ? attribute->show(slot, buf) : -EIO; in pci_slot_attr_show() 36 .show = pci_slot_attr_show,
|
/linux-4.4.14/fs/sysfs/ |
D | file.c | 62 if (ops->show) { in sysfs_kf_seq_show() 63 count = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_seq_show() 74 (unsigned long)ops->show); in sysfs_kf_seq_show() 119 len = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_read() 259 if (sysfs_ops->show && sysfs_ops->store) { in sysfs_add_file_mode_ns() 264 } else if (sysfs_ops->show) { in sysfs_add_file_mode_ns()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 164 ssize_t (*show)(struct device *dev, in create_sysfs_entry() 176 vdentry->dentry.show = show; in create_sysfs_entry() 187 if (vdentry->dentry.show) in create_sysfs_entry() 396 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf); member 408 if (!port_attr->show) in port_attr_show() 410 return port_attr->show(p, port_attr, buf); in port_attr_show() 427 .show = port_attr_show, 498 alloc_group_attrs(ssize_t (*show)(struct mlx4_port *, in alloc_group_attrs() 530 element->attr.show = show; in alloc_group_attrs() 602 p->smi_enabled.show = sysfs_show_smi_enabled; in add_vf_smi_entries() [all …]
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_debugfs.c | 159 if (tunnel->show != NULL) in l2tp_dfs_seq_tunnel_show() 160 tunnel->show(m, tunnel); in l2tp_dfs_seq_tunnel_show() 216 if (session->show != NULL) in l2tp_dfs_seq_session_show() 217 session->show(m, session); in l2tp_dfs_seq_session_show() 254 .show = l2tp_dfs_seq_show,
|
D | l2tp_core.h | 143 void (*show)(struct seq_file *m, void *priv); member 192 void (*show)(struct seq_file *m, void *arg); member
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-report.txt | 26 Be more verbose. (show symbol address, etc) 29 --show-nr-samples:: 32 --show-cpu-utilization:: 45 Only show events for given process ID (comma separated list). 48 Only show events for given thread ID (comma separated list). 61 Only show symbols that match (partially) with this filter. 209 show up in the output. The output will have a new "Children" column 279 --show-total-period:: Show a column with the sum of periods. 282 --show-info:: 323 Do not show entries which have an overhead under that percent. [all …]
|
D | perf-script.txt | 214 Only show events for given process ID (comma separated list). 217 Only show events for given thread ID (comma separated list). 220 --show-info:: 226 --show-kernel-path:: 229 --show-task-events 232 --show-mmap-events 235 --show-switch-events 263 Use 9 decimal places when displaying time (i.e. show the nanoseconds)
|
D | perf-top.txt | 110 Be more verbose (show counter open errors, etc). 132 --show-nr-samples:: 135 --show-total-period:: 170 show up in the output. The output will have a new "Children" column 188 Do not show entries which have an overhead under that percent.
|
D | perf-test.txt | 19 fragment will show all tests that have it.
|
D | perf-data.txt | 35 Be more verbose (show counter open errors, etc).
|
D | callchain-overhead-calculation.txt | 10 the child functions so that it can show the total overhead of the 44 recorded with callchains the output will show something like below
|
D | perf-buildid-list.txt | 19 It can also be used to show the build id of the running kernel or in an ELF
|
D | perf-lock.txt | 39 Be more verbose (show symbol address, etc).
|
/linux-4.4.14/drivers/firmware/efi/ |
D | runtime-map.c | 30 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf); member 67 return map_attr->show(entry, buf); in map_attr_show() 89 .show = map_attr_show,
|
D | esrt.c | 75 ssize_t (*show)(struct esre_entry *entry, char *buf); member 100 return attr->show(entry, buf); in esre_attr_show() 104 .show = esre_attr_show,
|
D | efivars.c | 102 ssize_t (*show) (struct efivar_entry *entry, char *buf); member 109 .show = _show, \ 360 if (efivar_attr->show) { in efivar_attr_show() 361 ret = efivar_attr->show(var, buf); in efivar_attr_show() 383 .show = efivar_attr_show,
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-elog.c | 36 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, member 104 if (!attribute->show) in elog_attr_show() 107 return attribute->show(elog, attribute, buf); in elog_attr_show() 127 .show = elog_attr_show,
|
D | opal-dump.c | 36 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, member 168 if (!attribute->show) in dump_attr_show() 171 return attribute->show(dump, attribute, buf); in dump_attr_show() 191 .show = dump_attr_show,
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 442 ssize_t (*show) (struct threshold_block *, char *); member 512 .show = show_error_count, 518 .show = show_## val, \ 535 static ssize_t show(struct kobject *kobj, struct attribute *attr, char *buf) in show() function 541 ret = a->show ? a->show(b, buf) : -EIO; in show() 559 .show = show,
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 263 ssize_t (*show)(char *buf); member 274 if (likely(sattr->show)) in sq_sysfs_show() 275 return sattr->show(buf); in sq_sysfs_show() 331 .show = sq_sysfs_show,
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 65 .show = _prefix ## _show_ ## _name, \ 254 .show = spu_show_temp, 277 .show = ppe_show_temp0, 282 .show = ppe_show_temp1,
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 126 …show-backtrace-all-active-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-register…
|
D | tlb.txt | 34 invlpg instruction (or instructions _near_ it) show up high in 49 You might see invlpg inside of flush_tlb_mm_range() show up in
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv50.c | 631 u32 show = stat, show_bitfield = stat; in nv50_gr_intr() local 644 if (show & 0x00100000) { in nv50_gr_intr() 653 if (!nv50_gr_trap_handler(gr, show, chid, (u64)inst << 12, name)) in nv50_gr_intr() 654 show &= ~0x00200000; in nv50_gr_intr() 661 if (show) { in nv50_gr_intr() 662 show &= show_bitfield; in nv50_gr_intr() 663 nvkm_snprintbf(msg, sizeof(msg), nv50_gr_intr_name, show); in nv50_gr_intr()
|
D | nv40.c | 247 u32 show = stat; in nv40_gr_intr() local 270 if (show) { in nv40_gr_intr() 271 nvkm_snprintbf(msg, sizeof(msg), nv10_gr_intr_name, show); in nv40_gr_intr() 277 show, msg, nsource, src, nstatus, sta, in nv40_gr_intr()
|
D | nv20.c | 194 u32 show = stat; in nv20_gr_intr() local 203 if (show) { in nv20_gr_intr() 204 nvkm_snprintbf(msg, sizeof(msg), nv10_gr_intr_name, show); in nv20_gr_intr() 210 show, msg, nsource, src, nstatus, sta, chid, in nv20_gr_intr()
|
D | nv04.c | 1287 u32 show = stat; in nv04_gr_intr() local 1298 show &= ~NV_PGRAPH_INTR_NOTIFY; in nv04_gr_intr() 1305 show &= ~NV_PGRAPH_INTR_CONTEXT_SWITCH; in nv04_gr_intr() 1312 if (show) { in nv04_gr_intr() 1313 nvkm_snprintbf(msg, sizeof(msg), nv04_gr_intr_name, show); in nv04_gr_intr() 1319 show, msg, nsource, src, nstatus, sta, chid, in nv04_gr_intr()
|
D | nv10.c | 1095 u32 show = stat; in nv10_gr_intr() local 1106 show &= ~NV_PGRAPH_INTR_ERROR; in nv10_gr_intr() 1113 show &= ~NV_PGRAPH_INTR_CONTEXT_SWITCH; in nv10_gr_intr() 1120 if (show) { in nv10_gr_intr() 1121 nvkm_snprintbf(msg, sizeof(msg), nv10_gr_intr_name, show); in nv10_gr_intr() 1127 show, msg, nsource, src, nstatus, sta, chid, in nv10_gr_intr()
|
/linux-4.4.14/net/x25/ |
D | x25_proc.c | 157 .show = x25_seq_route_show, 164 .show = x25_seq_socket_show, 171 .show = x25_seq_forward_show,
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | thuge-gen.c | 92 void show(unsigned long ps) in show() function 155 show(size); in test_mmap() 187 show(size); in test_shmget()
|
/linux-4.4.14/drivers/input/mouse/ |
D | psmouse.h | 124 ssize_t (*show)(struct psmouse *psmouse, void *data, char *buf); member 143 .show = psmouse_attr_show_helper, \ 147 .show = _show, \
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | display-sysfs.c | 245 ssize_t (*show)(struct omap_dss_device *, char *); member 289 if (!display_attr->show) in display_attr_show() 292 return display_attr->show(dssdev, buf); in display_attr_show() 311 .show = display_attr_show,
|
D | overlay-sysfs.c | 364 ssize_t (*show)(struct omap_overlay *, char *); member 414 if (!overlay_attr->show) in overlay_attr_show() 417 return overlay_attr->show(overlay, buf); in overlay_attr_show() 436 .show = overlay_attr_show,
|
D | manager-sysfs.c | 434 ssize_t (*show)(struct omap_overlay_manager *, char *); member 487 if (!manager_attr->show) in manager_attr_show() 490 return manager_attr->show(manager, buf); in manager_attr_show() 509 .show = manager_attr_show,
|
/linux-4.4.14/net/bridge/ |
D | br_sysfs_if.c | 25 ssize_t (*show)(struct net_bridge_port *, char *); member 33 .show = _show, \ 232 return brport_attr->show(p, buf); in brport_show() 265 .show = brport_show,
|
/linux-4.4.14/ipc/ |
D | util.c | 71 int (*show)(struct seq_file *, void *); member 119 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface() 130 iface->show = show; in ipc_init_proc_interface() 845 return iface->show(s, it); in sysvipc_proc_show() 852 .show = sysvipc_proc_show,
|
D | util.h | 92 int ids, int (*show)(struct seq_file *, void *)); 94 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0) argument
|
/linux-4.4.14/fs/dlm/ |
D | lockspace.c | 116 ssize_t (*show)(struct dlm_ls *, char *); member 132 .show = dlm_id_show, 138 .show = dlm_nodir_show, 144 .show = dlm_recover_status_show 149 .show = dlm_recover_nodeid_show 167 return a->show ? a->show(ls, buf) : 0; in dlm_attr_show() 185 .show = dlm_attr_show,
|
D | debug_fs.c | 581 .show = table_seq_show, 588 .show = table_seq_show, 595 .show = table_seq_show, 602 .show = table_seq_show,
|
/linux-4.4.14/drivers/uio/ |
D | uio.c | 74 ssize_t (*show)(struct uio_mem *, char *); member 110 if (!entry->show) in map_type_show() 113 return entry->show(mem, buf); in map_type_show() 117 .show = map_type_show, 162 ssize_t (*show)(struct uio_port *, char *); member 198 if (!entry->show) in portio_type_show() 201 return entry->show(port, buf); in portio_type_show() 205 .show = portio_type_show,
|
/linux-4.4.14/fs/gfs2/ |
D | sys.c | 34 ssize_t (*show)(struct gfs2_sbd *, char *); member 43 return a->show ? a->show(sdp, buf) : 0; in gfs2_attr_show() 55 .show = gfs2_attr_show, 285 #define GFS2_ATTR(name, mode, show, store) \ argument 286 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store) 601 #define TUNE_ATTR_3(name, show, store) \ argument 602 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store)
|
/linux-4.4.14/fs/ |
D | seq_file.c | 123 error = m->op->show(m, p); in traverse() 237 err = m->op->show(m, p); in seq_read() 272 err = m->op->show(m, p); in seq_read() 563 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() 573 op->show = show; in single_open() 584 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size() 591 ret = single_open(file, show, data); in single_open_size()
|
D | proc_namespace.c | 235 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() 277 p->show = show; in mounts_open_common()
|
D | mount.h | 123 int (*show)(struct seq_file *, struct vfsmount *); member
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel-rst.c | 70 .show = irst_show_wakeup_events, 116 .show = irst_show_wakeup_time,
|
D | intel_menlow.c | 386 static int intel_menlow_add_one_attribute(char *name, umode_t mode, void *show, in intel_menlow_add_one_attribute() argument 400 attr->attr.show = show; in intel_menlow_add_one_attribute()
|
D | sony-laptop.c | 875 handles->devattr.show = sony_nc_handles_show; in sony_nc_handles_setup() 1917 kbdbl_ctl->mode_attr.show = sony_nc_kbd_backlight_mode_show; in sony_nc_kbd_backlight_setup() 1923 kbdbl_ctl->timeout_attr.show = sony_nc_kbd_backlight_timeout_show; in sony_nc_kbd_backlight_setup() 2076 bcare_ctl->attrs[0].show = sony_nc_battery_care_limit_show; in sony_nc_battery_care_setup() 2090 bcare_ctl->attrs[1].show = sony_nc_battery_care_health_show; in sony_nc_battery_care_setup() 2243 th_handle->profiles_attr.show = sony_nc_thermal_profiles_show; in sony_nc_thermal_setup() 2248 th_handle->mode_attr.show = sony_nc_thermal_mode_show; in sony_nc_thermal_setup() 2376 lid_ctl->attrs[LID_RESUME_S5].show = sony_nc_lid_resume_show; in sony_nc_lid_resume_setup() 2383 lid_ctl->attrs[LID_RESUME_S4].show = sony_nc_lid_resume_show; in sony_nc_lid_resume_setup() 2389 lid_ctl->attrs[LID_RESUME_S3].show = sony_nc_lid_resume_show; in sony_nc_lid_resume_setup() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 178 #define QIB_PORT_ATTR(name, mode, show, store) \ argument 180 __ATTR(name, mode, show, store) 184 ssize_t (*show)(struct qib_pportdata *, char *); member 304 return pattr->show(ppd, buf); in qib_portattr_show() 320 .show = qib_portattr_show, 393 .show = sl2vl_attr_show, 483 .show = diagc_attr_show,
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 37 enum operation_mode_e { list = 1, show, show_all }; enumerator 361 if (mode && mode != show) in cmdline() 368 mode = show; in cmdline() 429 if (mode == show) in cmd_monitor()
|
/linux-4.4.14/net/core/ |
D | net-procfs.c | 173 .show = dev_seq_show, 194 .show = softnet_seq_show, 297 .show = ptype_seq_show, 383 .show = dev_mc_seq_show,
|
D | net-sysfs.c | 637 if (!attribute->show) in rx_queue_attr_show() 640 return attribute->show(queue, attribute, buf); in rx_queue_attr_show() 656 .show = rx_queue_attr_show, 952 ssize_t (*show)(struct netdev_queue *queue, member 968 if (!attribute->show) in netdev_queue_attr_show() 971 return attribute->show(queue, attribute, buf); in netdev_queue_attr_show() 988 .show = netdev_queue_attr_show,
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | linit.c | 514 .show = aac_show_raid_level 946 .show = aac_show_model, 953 .show = aac_show_vendor, 960 .show = aac_show_flags, 967 .show = aac_show_kernel_version, 974 .show = aac_show_monitor_version, 981 .show = aac_show_bios_version, 988 .show = aac_show_serial_number, 995 .show = aac_show_max_channel, 1002 .show = aac_show_max_id, [all …]
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-module | 7 module name will always show up if the module is loaded as a 9 will only show up if it has a version or at least one
|
D | sysfs-driver-usb-usbtmc | 6 These files show the various USB TMC capabilities as described 20 These files show the various USB TMC capabilities as described
|
/linux-4.4.14/net/appletalk/ |
D | atalk_proc.c | 196 .show = atalk_seq_interface_show, 203 .show = atalk_seq_route_show, 210 .show = atalk_seq_socket_show,
|
/linux-4.4.14/Documentation/locking/ |
D | lockstat.txt | 120 show the header with column descriptions. Lines 05-18 and 20-31 show the actual 124 Lines 09-12 show the first 4 recorded contention points (the code 125 which tries to get the lock) and lines 14-17 show the first 4 recorded
|
/linux-4.4.14/sound/hda/ |
D | hdac_sysfs.c | 88 ssize_t (*show)(struct hdac_device *codec, hda_nid_t nid, member 116 if (!wid_attr->show) in widget_attr_show() 121 return wid_attr->show(codec, nid, wid_attr, buf); in widget_attr_show() 141 .show = widget_attr_show,
|
/linux-4.4.14/tools/thermal/tmon/ |
D | README | 44 -h, --help show this help message 46 -v, --version show version
|
/linux-4.4.14/drivers/parisc/ |
D | pdc_stable.c | 111 ssize_t (*show)(struct pdcspath_entry *entry, char *buf); member 125 .show = _show, \ 132 .show = _show, \ 454 if (pdcs_attr->show) in pdcspath_attr_show() 455 ret = pdcs_attr->show(entry, buf); in pdcspath_attr_show() 485 .show = pdcspath_attr_show,
|
/linux-4.4.14/fs/notify/ |
D | fdinfo.c | 24 void (*show)(struct seq_file *m, in show_fdinfo() 32 show(m, mark); in show_fdinfo()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | pci_hotplug_core.c | 139 .show = power_read_file, 183 .show = attention_read_file, 201 .show = latch_read_file, 218 .show = presence_read_file,
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-viapro | 47 Your lspci -n listing must show one of these : 65 If none of these show up, you should look in the BIOS for settings like
|
D | i2c-ismt | 32 The S12xx series contain a pair of PCI functions. An output of lspci will show
|
D | i2c-via | 18 Your lspci listing must show this :
|
/linux-4.4.14/net/rxrpc/ |
D | ar-proc.c | 93 .show = rxrpc_call_seq_show, 177 .show = rxrpc_connection_seq_show,
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_sysfs.c | 215 ssize_t (*show)(struct usnic_ib_qp_grp *, char *buf); member 230 return qpn_attr->show(qp_grp, buf); in usnic_ib_qpn_attr_show() 234 .show = usnic_ib_qpn_attr_show
|
/linux-4.4.14/net/ipx/ |
D | ipx_proc.c | 229 .show = ipx_seq_interface_show, 236 .show = ipx_seq_route_show, 243 .show = ipx_seq_socket_show,
|
/linux-4.4.14/drivers/xen/ |
D | sys-hypervisor.c | 36 ssize_t (*show)(struct hyp_sysfs_attr *, char *); member 560 if (hyp_attr->show) in hyp_sysfs_show() 561 return hyp_attr->show(hyp_attr, buffer); in hyp_sysfs_show() 578 .show = hyp_sysfs_show,
|
/linux-4.4.14/drivers/iio/ |
D | industrialio-event.c | 328 ssize_t (*show)(struct device *, struct device_attribute *, char *); in iio_device_add_event() local 352 show = iio_ev_state_show; in iio_device_add_event() 355 show = iio_ev_value_show; in iio_device_add_event() 359 ret = __iio_add_chan_devattr(postfix, chan, show, store, in iio_device_add_event()
|
/linux-4.4.14/net/atm/ |
D | proc.c | 257 .show = atm_dev_seq_show, 292 .show = pvc_seq_show, 326 .show = vcc_seq_show, 361 .show = svc_seq_show,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gf100.c | 371 u32 show= stat; in gf100_fifo_intr_pbdma() local 377 show &= ~0x00800000; in gf100_fifo_intr_pbdma() 381 if (show) { in gf100_fifo_intr_pbdma() 382 nvkm_snprintbf(msg, sizeof(msg), gf100_fifo_pbdma_intr, show); in gf100_fifo_intr_pbdma() 386 unit, show, msg, chid, chan ? chan->inst->addr : 0, in gf100_fifo_intr_pbdma()
|
D | gk104.c | 461 u32 show = stat; in gk104_fifo_intr_pbdma_0() local 469 show &= ~0x00800000; in gk104_fifo_intr_pbdma_0() 474 if (show) { in gk104_fifo_intr_pbdma_0() 475 nvkm_snprintbf(msg, sizeof(msg), gk104_fifo_pbdma_intr_0, show); in gk104_fifo_intr_pbdma_0() 479 unit, show, msg, chid, chan ? chan->inst->addr : 0, in gk104_fifo_intr_pbdma_0()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | sysfs.c | 53 ssize_t (*show)(struct ib_port *, struct port_attribute *, char *buf); member 77 if (!port_attr->show) in port_attr_show() 80 return port_attr->show(p, port_attr, buf); in port_attr_show() 84 .show = port_attr_show 461 alloc_group_attrs(ssize_t (*show)(struct ib_port *, in alloc_group_attrs() 487 element->attr.show = show; in alloc_group_attrs()
|
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | core.c | 112 ssize_t (*show)(struct most_c_obj *d, member 139 if (!channel_attr->show) in channel_attr_show() 142 return channel_attr->show(c_obj, channel_attr, buf); in channel_attr_show() 166 .show = channel_attr_show, 594 ssize_t (*show)(struct most_inst_obj *d, member 622 if (!instance_attr->show) in instance_attr_show() 625 return instance_attr->show(instance_obj, instance_attr, buf); in instance_attr_show() 653 .show = instance_attr_show, 797 ssize_t (*show)(struct most_aim_obj *d, member 824 if (!aim_attr->show) in aim_attr_show() [all …]
|
/linux-4.4.14/fs/proc/ |
D | interrupts.c | 33 .show = show_interrupts
|
D | proc_net.c | 64 int (*show)(struct seq_file *, void *)) in single_open_net() 74 err = single_open(file, show, net); in single_open_net()
|
D | devices.c | 50 .show = devinfo_show
|
D | consoles.c | 92 .show = show_console_dev
|
D | nommu.c | 113 .show = nommu_region_list_show
|
/linux-4.4.14/net/batman-adv/ |
D | sysfs.h | 40 ssize_t (*show)(struct kobject *kobj, struct attribute *attr, member
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 122 .show = fm10k_dbg_tx_desc_seq_show, 129 .show = fm10k_dbg_rx_desc_seq_show,
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 131 .show = ipoib_mcg_seq_show, 236 .show = ipoib_path_seq_show,
|
/linux-4.4.14/tools/perf/ui/tui/ |
D | helpline.c | 54 .show = tui_helpline__show,
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | helpline.c | 51 .show = gtk_helpline_show,
|
/linux-4.4.14/fs/afs/ |
D | proc.c | 35 .show = afs_proc_cells_show, 69 .show = afs_proc_cell_volumes_show, 91 .show = afs_proc_cell_vlservers_show, 112 .show = afs_proc_cell_servers_show,
|
/linux-4.4.14/Documentation/dvb/ |
D | technisat.txt | 10 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example: 14 dmesg | grep frontend may show you for example:
|
/linux-4.4.14/drivers/acpi/ |
D | device_sysfs.c | 45 ssize_t (*show)(struct acpi_data_node *, char *); member 74 return dn_attr->show ? dn_attr->show(dn, buf) : -ENXIO; in acpi_data_node_attr_show() 78 .show = acpi_data_node_attr_show,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 62 void (*show)(struct nouveau_crtc *, bool update); member
|
/linux-4.4.14/fs/configfs/ |
D | file.c | 76 count = attr->show(item, buffer->page); in fill_read_buffer() 249 if (!(inode->i_mode & S_IRUGO) || !attr->show) in check_perm()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | setup.c | 149 .show = &show_cpuinfo,
|
/linux-4.4.14/drivers/thermal/ |
D | thermal_hwmon.c | 192 temp->temp_input.attr.show = temp_input_show; in thermal_add_hwmon_sysfs() 204 temp->temp_crit.attr.show = temp_crit_show; in thermal_add_hwmon_sysfs()
|
/linux-4.4.14/net/llc/ |
D | llc_proc.c | 207 .show = llc_seq_socket_show, 214 .show = llc_seq_core_show,
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 128 .show = adf_ring_show 244 .show = adf_bank_show
|
/linux-4.4.14/net/netfilter/ |
D | xt_IDLETIMER.c | 46 ssize_t (*show)(struct kobject *kobj, member 136 info->timer->attr.show = idletimer_tg_show; in idletimer_tg_create()
|
/linux-4.4.14/net/sctp/ |
D | proc.c | 247 .show = sctp_eps_seq_show, 374 .show = sctp_assocs_seq_show, 524 .show = sctp_remaddr_seq_show,
|
D | objcnt.c | 110 .show = sctp_objcnt_seq_show,
|
/linux-4.4.14/drivers/base/ |
D | class.c | 33 if (class_attr->show) in class_attr_show() 34 ret = class_attr->show(cp->class, class_attr, buf); in class_attr_show() 75 .show = class_attr_show,
|
D | bus.c | 62 if (drv_attr->show) in drv_attr_show() 63 ret = drv_attr->show(drv_priv->driver, buf); in drv_attr_show() 80 .show = drv_attr_show, 107 if (bus_attr->show) in bus_attr_show() 108 ret = bus_attr->show(subsys_priv->bus, buf); in bus_attr_show() 125 .show = bus_attr_show,
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 198 .show = ct_seq_show 312 .show = exp_seq_show 405 .show = ct_cpu_seq_show,
|
/linux-4.4.14/Documentation/frv/ |
D | gdbstub.txt | 90 Type "show copying" to see the conditions. 91 There is absolutely no warranty for GDB. Type "show warranty" for details. 102 This should show the appropriate lines from the source too. The kernel can
|
/linux-4.4.14/fs/fscache/ |
D | histogram.c | 90 .show = fscache_histogram_show,
|
/linux-4.4.14/Documentation/driver-model/ |
D | device.txt | 42 ssize_t (*show)(struct device *dev, struct device_attribute *attr, 59 #define DEVICE_ATTR(name,mode,show,store)
|
/linux-4.4.14/kernel/ |
D | padata.c | 903 ssize_t (*show)(struct padata_instance *, struct attribute *, char *); member 983 if (pentry->show) in padata_sysfs_show() 984 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show() 998 if (pentry->show) in padata_sysfs_store() 1005 .show = padata_sysfs_show,
|
/linux-4.4.14/fs/cachefiles/ |
D | proc.c | 84 .show = cachefiles_histogram_show,
|
/linux-4.4.14/arch/tile/kernel/ |
D | proc.c | 91 .show = show_cpuinfo,
|
/linux-4.4.14/arch/s390/kernel/ |
D | processor.c | 113 .show = show_cpuinfo,
|
/linux-4.4.14/Documentation/usb/ |
D | chipidea.txt | 3 To show how to demo OTG HNP and SRP functions via sys input files 11 can show otg fsm variables and some controller registers value:
|
/linux-4.4.14/arch/s390/ |
D | Kconfig.debug | 25 Say Y here if you want to show the kernel pagetable layout in a
|
/linux-4.4.14/Documentation/blockdev/ |
D | zram.txt | 67 #show max compression streams number 90 #show supported compression algorithms 162 disksize RW show and set the device's disk size 171 comp_algorithm RW show and change the compression algorithm
|
/linux-4.4.14/arch/cris/kernel/ |
D | setup.c | 199 .show = show_cpuinfo,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | cursor.c | 68 crtc->cursor.show = nv04_cursor_show; in nv04_cursor_init()
|
/linux-4.4.14/net/ipv4/ |
D | udplite.c | 92 .show = udp4_seq_show,
|
/linux-4.4.14/mm/ |
D | vmstat.c | 1171 .show = frag_show, 1190 .show = pagetypeinfo_show, 1283 .show = zoneinfo_show, 1365 .show = vmstat_show, 1634 .show = unusable_show, 1686 .show = extfrag_show,
|
/linux-4.4.14/Documentation/trace/ |
D | function-graph-fold.vim | 6 " functions. While closed, a fold will show the total time taken for a call,
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-sysctl.c | 56 ssize_t (*show)(struct kobject *kobj, struct attribute *attr, member
|
/linux-4.4.14/net/ipv6/ |
D | udplite.c | 111 .show = udp6_seq_show,
|
/linux-4.4.14/fs/btrfs/ |
D | sysfs.h | 19 .show = _show, \
|
/linux-4.4.14/security/keys/ |
D | proc.c | 31 .show = proc_keys_show, 51 .show = proc_key_users_show,
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_eventlog.c | 311 .show = tpm_ascii_bios_measurements_show, 318 .show = tpm_binary_bios_measurements_show,
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | coresight.txt | 39 * Required properties for devices that don't show up on the AMBA bus, such as 95 /* non-configurable replicators don't show up on the
|
/linux-4.4.14/Documentation/w1/masters/ |
D | ds2490 | 63 show a successful completion, but the ds2490 status register would 64 show 0 bytes written. Detaching qemu from the ds2490 hardware and
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 229 new_ct->attr.show = wf_show_control; in wf_register_control() 324 new_sr->attr.show = wf_show_sensor; in wf_register_sensor()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 145 .show = prism2_wds_proc_show, 216 .show = prism2_bss_list_proc_show, 423 .show = prism2_scan_results_proc_show,
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 36 source code. And you must show them these terms so they know their 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 319 under certain conditions; type `show c' for details. 321 The hypothetical commands `show w' and `show c' should show the appropriate 323 be called something other than `show w' and `show c'; they could even be
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 36 source code. And you must show them these terms so they know their 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 319 under certain conditions; type `show c' for details. 321 The hypothetical commands `show w' and `show c' should show the appropriate 323 be called something other than `show w' and `show c'; they could even be
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 42 must show them these terms so they know their rights. 316 with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free 318 type 'show c' for details. 320 The hypothetical commands 'show w' and 'show c' should show the appropriate 322 called something other than 'show w' and 'show c'; they could even be
|
/linux-4.4.14/ |
D | COPYING | 52 source code. And you must show them these terms so they know their 333 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 335 under certain conditions; type `show c' for details. 337 The hypothetical commands `show w' and `show c' should show the appropriate 339 be called something other than `show w' and `show c'; they could even be
|
/linux-4.4.14/security/smack/ |
D | smackfs.c | 661 .show = load_seq_show, 831 .show = cipso_seq_show, 1011 .show = cipso2_seq_show, 1087 .show = net4addr_seq_show, 1358 .show = net6addr_seq_show, 1930 .show = onlycap_seq_show, 2273 .show = load_self_seq_show, 2402 .show = load2_seq_show, 2479 .show = load_self2_seq_show, 2756 .show = relabel_self_seq_show,
|
/linux-4.4.14/net/wireless/ |
D | wext-proc.c | 126 .show = wireless_dev_seq_show,
|
/linux-4.4.14/arch/score/kernel/ |
D | setup.c | 154 .show = show_cpuinfo,
|
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 45 def show(self): member in PerfEvent
|
/linux-4.4.14/Documentation/hwmon/ |
D | emc2103 | 32 will show as "fault". The module parameter "apd=0" can be used to suppress
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 80 .show = hc_show
|