Searched refs:show (Results 76 - 100 of 389) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c511 cip->attr_name.show = fp->show_name;
515 cip->attr_type.show = fp->show_type;
519 cip->attr_min.show = fp->show_min;
523 cip->attr_max.show = fp->show_max;
533 cip->attr_enum.show = fp->show_enum;
537 cip->attr_bits.show = fp->show_bits;
548 cip->attr_val.show = fp->show_val_norm;
552 cip->attr_custom.show = fp->show_val_custom;
601 dip->attr_debugcmd.show = debugcmd_show;
605 dip->attr_debuginfo.show
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dgolomb.h357 int show= show_bits(s, 24); local
361 int bits= show>>(24-len);
371 int show= show_bits(s, 24); local
375 int bits= show>>(24-len);
385 int show= show_bits(s, 24); local
389 int bits= show>>(24-len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm77.c105 #define show(value) \ macro
112 show(temp_input);
113 show(temp_crit);
114 show(temp_min);
115 show(temp_max);
116 show(alarms);
H A Dds1621.c142 #define show(value) \ macro
149 show(temp);
150 show(temp_min);
151 show(temp_max);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dsys.c40 if (sysdev_attr->show)
41 return sysdev_attr->show(sysdev, buffer);
59 .show = sysdev_show,
92 if (class_attr->show)
93 return class_attr->show(class, buffer);
109 .show = sysdev_class_show,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dseq_file.c24 * returns the next element of sequence. @op->show() prints element
26 * ERR_PTR(error). In the end of sequence they return %NULL. ->show()
116 err = m->op->show(m, p);
142 err = m->op->show(m, p);
199 error = m->op->show(m, p);
388 int single_open(struct file *file, int (*show)(struct seq_file *, void *),
398 op->show = show;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dnodemanager.c411 ssize_t (*show)(struct o2nm_node *, char *); member in struct:o2nm_node_attribute
419 .show = o2nm_node_num_read,
427 .show = o2nm_node_ipv4_port_read,
435 .show = o2nm_node_ipv4_address_read,
443 .show = o2nm_node_local_read,
475 if (o2nm_node_attr->show)
476 ret = o2nm_node_attr->show(node, page);
529 ssize_t (*show)(struct o2nm_cluster *, char *); member in struct:o2nm_cluster_attribute
639 .show = o2nm_cluster_attr_idle_timeout_ms_read,
647 .show
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A Dedac_mc.c146 ssize_t (*show)(void *,char *); member in struct:memctrl_dev_attribute
150 /* Set of show/store abstract level functions for memory control object */
157 if (memctrl_dev->show)
158 return memctrl_dev->show(memctrl_dev->value, buffer);
176 .show = memctrl_dev_show,
184 .show = _show, \
192 .show = _show, \
312 ssize_t (*show)(void *,char *); member in struct:edac_pci_dev_attribute
316 /* Set of show/store abstract level functions for PCI Parity object */
323 if (edac_pci_dev->show)
680 ssize_t (*show)(struct csrow_info *,char *,int); member in struct:csrowdev_attribute
1025 ssize_t (*show)(struct mem_ctl_info *,char *); member in struct:mcidev_attribute
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp125 inventoryItem.show();
167 inventoryItem.show();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
H A DHello.java53 window.show();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c65 .show = _prefix ## _show_ ## _name, \
243 .show = spu_show_temp,
266 .show = ppe_show_temp0,
271 .show = ppe_show_temp1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c78 .show = hc_show
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dsq.c256 ssize_t (*show)(char *buf); member in struct:sq_sysfs_attr
267 if (likely(sattr->show))
268 return sattr->show(buf);
325 .show = sq_sysfs_show,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dablkcipher.c77 .show = crypto_ablkcipher_show,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dsetup.c187 .show = show_cpuinfo,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DBtRecExample.java107 show("k/d\t", key, data);
115 show("next\t", key, data);
149 void show(String msg, RecnoStringEntry key, RecnoStringEntry data) method in class:BtRecExample
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dgenhd.c231 * Don't show empty devices or things that have been surpressed
252 /* now show the partitions */
305 /* Don't show non-partitionable removeable devices or empty devices */
312 /* show the full disk and all non-0 size partitions of it */
335 .show = show_partition
378 if (disk_attr->show)
379 ret = disk_attr->show(disk,page);
397 .show = &disk_attr_show,
458 .show = disk_dev_read
462 .show
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/appletalk/
H A Datalk_proc.c211 .show = atalk_seq_interface_show,
218 .show = atalk_seq_route_show,
225 .show = atalk_seq_socket_show,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dlibtool494 show="$echo"
663 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
684 $show "${rm}r $my_gentop"
686 $show "$mkdir $my_gentop"
712 $show "${rm}r $my_xdir"
714 $show "$mkdir $my_xdir"
722 $show "Extracting $my_xabs"
734 $show "$darwin_base_archive has multiple architectures $darwin_arches"
888 show=:
1237 $show "Waitin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dlibtool494 show="$echo"
663 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
684 $show "${rm}r $my_gentop"
686 $show "$mkdir $my_gentop"
712 $show "${rm}r $my_xdir"
714 $show "$mkdir $my_xdir"
722 $show "Extracting $my_xabs"
734 $show "$darwin_base_archive has multiple architectures $darwin_arches"
888 show=:
1237 $show "Waitin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A Dlibtool494 show="$echo"
663 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
684 $show "${rm}r $my_gentop"
686 $show "$mkdir $my_gentop"
712 $show "${rm}r $my_xdir"
714 $show "$mkdir $my_xdir"
722 $show "Extracting $my_xabs"
734 $show "$darwin_base_archive has multiple architectures $darwin_arches"
888 show=:
1237 $show "Waitin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dlibtool494 show="$echo"
663 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
684 $show "${rm}r $my_gentop"
686 $show "$mkdir $my_gentop"
712 $show "${rm}r $my_xdir"
714 $show "$mkdir $my_xdir"
722 $show "Extracting $my_xabs"
734 $show "$darwin_base_archive has multiple architectures $darwin_arches"
888 show=:
1237 $show "Waitin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dlibtool495 show="$echo"
658 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
679 $show "${rm}r $my_gentop"
681 $show "$mkdir $my_gentop"
707 $show "${rm}r $my_xdir"
709 $show "$mkdir $my_xdir"
717 $show "Extracting $my_xabs"
729 $show "$darwin_base_archive has multiple architectures $darwin_arches"
893 show=:
1242 $show "Waitin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibtool494 show="$echo"
663 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
684 $show "${rm}r $my_gentop"
686 $show "$mkdir $my_gentop"
712 $show "${rm}r $my_xdir"
714 $show "$mkdir $my_xdir"
722 $show "Extracting $my_xabs"
734 $show "$darwin_base_archive has multiple architectures $darwin_arches"
888 show=:
1237 $show "Waitin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dlibtool504 show="$echo"
673 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
694 $show "${rm}r $my_gentop"
696 $show "$mkdir $my_gentop"
722 $show "${rm}r $my_xdir"
724 $show "$mkdir $my_xdir"
732 $show "Extracting $my_xabs"
744 $show "$darwin_base_archive has multiple architectures $darwin_arches"
898 show=:
1248 $show "Waitin
[all...]

Completed in 146 milliseconds

1234567891011>>