Searched refs:show (Results 151 - 175 of 198) sorted by relevance

12345678

/freebsd-current/sys/gnu/gcov/
H A Dgcov_fs.c261 /* seq_file.show() implementation for gcov data files. */
281 .show = gcov_seq_show,
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c363 .show = kstat_seq_show,
/freebsd-current/contrib/dialog/
H A Dbuildlist.c136 const char *show = (dialog_vars.no_items local
157 dlg_print_listitem(win, show, climit, first, selected);
713 /* ensure we are scrolled to show the current choice */
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c267 changetype(int newtype, int show) argument
276 if (debug == 0 && show == 0)
2002 /* show remote system type */
2115 * show status on reomte machine
/freebsd-current/contrib/tcpdump/
H A DMakefile.in466 if git show-ref --tags --quiet --verify -- "refs/tags/$$TAG"; then \
/freebsd-current/contrib/tnftp/src/
H A Dcmds.c281 changetype(int newtype, int show) argument
290 if (ftp_debug == 0 && show == 0)
/freebsd-current/contrib/bc/
H A DMakefile.in185 VALGRIND_ARGS = --error-exitcode=100 --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-short.mk279 # irrelevant evaluation results might show up accidentally. Prevent this.
/freebsd-current/sys/conf/
H A Dkern.mk8 -Wmissing-include-dirs -fdiagnostics-show-option \
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c261 .show = &ttm_pool_show,
/freebsd-current/tools/test/netfibs/
H A Dinitiator.sh544 *) ipfw show ;;
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h398 int (*show)(struct seq_file *f, void *p),
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js8275 rfxtypes = /^(?:toggle|show|hide)$/,
8289 show: function( speed, easing, callback ) {
8293 return this.animate( genFx("show", 3), speed, easing, callback );
8379 jQuery(this)[ state ? "show" : "hide" ]();
8390 return this.filter(":hidden").css("opacity", 0).show().end()
8441 if ( val === "hide" && hidden || val === "show" && !hidden ) {
8479 // Tracks whether to show or hide based on private
8481 method = jQuery._data( this, "toggle" + p ) || ( val === "toggle" ? hidden ? "show" : "hide" : 0 );
8483 jQuery._data( this, "toggle" + p, method === "show" ? "hide" : "show" );
[all...]
/freebsd-current/contrib/openpam/
H A DMakefile.in864 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ llvm-cov@clang_ver@ show \
/freebsd-current/contrib/libpcap/
H A DMakefile.in827 if git show-ref --tags --quiet --verify -- "refs/tags/$$TAG"; then \
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c848 group->dentry.show = sysfs_show_group;
/freebsd-current/sys/dev/syscons/
H A Dsyscons.c208 static void scsplash_saver(sc_softc_t *sc, int show);
2370 /* we are not to show the cursor and the mouse pointer... */
2454 scsplash_saver(sc_softc_t *sc, int show) argument
2464 if (show) {
4105 * Somehow we cannot show the font in other font pages
/freebsd-current/sbin/pfctl/
H A Dpfctl.c241 "kill", "flush", "add", "delete", "load", "replace", "show",
1349 bool show = false; local
1354 show = true;
1357 if (show) {
3009 warnx("Unknown show modifier '%s'", optarg);
/freebsd-current/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib704 $GPART show $disk | $AWK \
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c2957 info->port_attr.show = show_port_type;
2974 info->port_mtu_attr.show = show_port_ib_mtu;
/freebsd-current/sys/dev/vt/
H A Dvt_core.c2484 vt_mouse_state(int show) argument
2492 switch (show) {
/freebsd-current/tools/sched/
H A Dschedgraph.py522 def show(self): member in class:SourceContext
1477 # Optimized source show of multiple entries that only moves each
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2694 .show = iwl_dbgfs_tx_queue_seq_show,
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1587 about this, send me mail and I will show you what to do about it.
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1752 ssize_t (*show)(struct en_port *, struct en_port_attribute *, char *buf); member in struct:en_port_attribute

Completed in 227 milliseconds

12345678