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

1234567

/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_show.c47 MFI_TABLE(top, show);
65 warnx("show adapter: extra arguments");
140 MFI_COMMAND(show, adapter, show_adapter);
154 warnx("show battery: extra arguments");
296 MFI_COMMAND(show, battery, show_battery);
356 warnx("show config: extra arguments");
446 MFI_COMMAND(show, config, show_config);
457 warnx("show volumes: extra arguments");
529 MFI_COMMAND(show, volumes, show_volumes);
540 warnx("show drive
[all...]
/freebsd-11-stable/contrib/libucl/
H A DMakefile.am62 --legend --show-details \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlanguage.h350 #define LA_PRINT_TYPE(type,varstring,stream,show,level) \
351 (current_language->la_print_type(type,varstring,stream,show,level))
/freebsd-11-stable/share/dtrace/
H A Dretval29 * retval - show the return value of any probe named by the user
H A Dblocking31 * going to sleep in the kernel, the script will show its name, PID, kernel
/freebsd-11-stable/share/examples/ppp/
H A Dchap-auth86 entry .k.value -show "*" -width $vwidth;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c132 .show = ipoib_mcg_seq_show,
238 .show = ipoib_path_seq_show,
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1035 char show[ACS_LEN * 2 + 1]; local
1038 show[m++] = (char) n;
1039 show[m++] = (char) ChCharOf(real_map[n]);
1042 show[m] = 0;
1043 if (acs_chars == NULL || strcmp(acs_chars, show))
1050 : (strcmp(acs_chars, show)
1053 _nc_visbuf(show));
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c227 * Note that a file in transit may show up in either queue.
450 * in and counted before calling show()
458 show(savedname, file, copycnt);
471 show(savedname, file, copycnt);
506 show(const char *nfile, const char *datafile, int copies) function
H A Dlp.h308 void show(const char *_nfile, const char *_datafile, int _copies);
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c180 show(const char *prefix, const struct message *msg) function
294 show("sending", &msg);
335 show("got", &msg);
/freebsd-11-stable/usr.sbin/ac/
H A Dac.c262 show(const char *user, struct timeval secs) function
275 show(lp->user, lp->time);
509 show("total", Total);
/freebsd-11-stable/share/examples/jails/
H A Djib153 show \
334 jib_show_usage="show"
335 jib_show_descr="List possible NAME values for \`show NAME'"
336 jib_show1_usage="show NAME"
338 jib_show2_usage="show [NAME]"
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c64 static int show; variable
641 if (show) {
701 if (show) {
795 "[-l|-lang language]\n\t\t[-p|-print] [-r|-restore] [-s|-show] "
819 else if (!strcmp(argv[i], "-show") || !strcmp(argv[i], "-s"))
820 show = 1;
/freebsd-11-stable/contrib/blacklist/libexec/
H A Dblacklistd-helper67 /sbin/ipfw show $rule >/dev/null 2>&1 || \
/freebsd-11-stable/tools/test/netfibs/
H A Dreflector.sh644 *) ipfw show ;;
662 *) ipfw show ;;
709 *) ipfw show ;;
717 "-i") _c=`ipfw show $((500 + i)) | awk '/ ipv6-icmp / { print $2 }'` ;;
718 "-u") _c=`ipfw show $((500 + i)) | awk '/ udp / { print $2 }'` ;;
719 *) _c=`ipfw show $((500 + i)) | awk '/ tcp / { print $2 }'` ;;
/freebsd-11-stable/lib/libc/db/test/btree.tests/
H A Dmain.c81 void show(DB *, char **);
108 "sh", 1, 0, show, "show page", "dump a page",
706 show(db, argv) function
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c81 void show(LOCKD_MSG *);
178 show(&msg);
568 * show --
572 show(LOCKD_MSG *mp) function
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c178 s->seq_ops.show = afinfo->seq_show;
422 .show = sdpprf_show,
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h128 ssize_t (*show)(struct class *, struct class_attribute *, char *); member in struct:class_attribute
139 ssize_t (*show)(struct device *, member in struct:device_attribute
/freebsd-11-stable/share/mk/
H A Dbsd.init.mk57 # Skip building, but don't show a warning.
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c292 /* Add element named NAME to command list LIST (the list for set/show
340 struct cmd_list_element *show;
345 show = add_set_or_show_cmd (name, show_cmd, class, var_type, var,
348 set_cmd_sfunc (show, show_func);
353 *show_result = show;
410 /* Add an auto-boolean command named NAME to both the set and show
433 /* Add element named NAME to both the set and show command LISTs (the
434 list for set/show or some sublist thereof). CLASS is as in
456 /* Add element named NAME to both the set and show command LISTs (the
457 list for set/show o
339 struct cmd_list_element *show; local
[all...]
/freebsd-11-stable/contrib/top/
H A DConfigure228 "Default TOPN" is the default number of processes to show. This is the
230 processes to show. If you want "all" (or infinity) as the default, use
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s97 SHOW_RX ; show that a packet is received
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in410 -h show help
424 -v Verbose - show debug messages (cannot be used with -q)

Completed in 401 milliseconds

1234567