Searched refs:show (Results 101 - 125 of 196) sorted by relevance

12345678

/freebsd-12-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-12-stable/usr.sbin/kbdmap/
H A Dkbdmap.c64 static int show; variable
640 if (show) {
700 if (show) {
794 "[-l|-lang language]\n\t\t[-p|-print] [-r|-restore] [-s|-show] "
818 else if (!strcmp(argv[i], "-show") || !strcmp(argv[i], "-s"))
819 show = 1;
/freebsd-12-stable/tools/tools/git/
H A Dgit-svn-init101 local svn_head_sha=$(git show-ref upstream/svn_head|cut -d" " -f1)
/freebsd-12-stable/contrib/blacklist/libexec/
H A Dblacklistd-helper67 /sbin/ipfw show $rule >/dev/null 2>&1 || \
/freebsd-12-stable/share/dtrace/
H A Dblocking31 * going to sleep in the kernel, the script will show its name, PID, kernel
/freebsd-12-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-12-stable/lib/libc/db/test/btree.tests/
H A Dmain.c83 void show(DB *, char **);
110 "sh", 1, 0, show, "show page", "dump a page",
708 show(db, argv) function
/freebsd-12-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-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c180 s->seq_ops.show = afinfo->seq_show;
424 .show = sdpprf_show,
/freebsd-12-stable/share/mk/
H A Dbsd.init.mk70 # Skip building, but don't show a warning.
/freebsd-12-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)
/freebsd-12-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-12-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s97 SHOW_RX ; show that a packet is received
/freebsd-12-stable/tools/boot/
H A Dinstall-boot.sh27 gpart show $dev | tail +2 | awk '$4 == "'$part'" { print $3; }'
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dlp.h310 void show(const char *_nfile, const char *_datafile, int _copies);
/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfi_patrol.c195 MFI_COMMAND(show, patrol, show_patrol);
H A Dmfi_evt.c76 warnx("show logstate: extra arguments");
105 MFI_COMMAND(show, logstate, show_logstate);
626 warnx("show events: extra arguments");
705 MFI_COMMAND(show, events, show_events);
/freebsd-12-stable/contrib/dialog/
H A Dchecklist.c68 const char *show = (dialog_vars.no_items local
92 dlg_print_listitem(win, show, climit, first, selected);
349 /* ensure we are scrolled to show the current choice */
H A Dmenubox.c79 const char *show = (dialog_vars.no_items local
129 dlg_print_listitem(win, show, my_width - my_x, first, selected);
H A Dtreeview.c65 const char *show = (dialog_vars.no_items local
92 dlg_print_listitem(win, show, climit, first, selected);
336 /* ensure we are scrolled to show the current choice */
H A Dutil.c1016 * It works for ncurses. Other curses implementations show only blanks (Tru64)
1076 /* if the text is incomplete, or we have scrolled, show the percentage */
1109 dlg_check_scrolled(int key, int last, int page, bool * show, int *offset) argument
1113 *show = FALSE;
1119 *show = TRUE;
1125 *show = TRUE;
1131 *show = TRUE;
1137 *show = TRUE;
1145 *show = TRUE;
1153 *show
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h134 ssize_t (*show)(struct class *, struct class_attribute *, char *); member in struct:class_attribute
145 ssize_t (*show)(struct device *, member in struct:device_attribute
/freebsd-12-stable/usr.sbin/adduser/
H A Dadduser.sh683 if ! ${PWCMD} show group $ulogingroup > /dev/null 2>&1; then
694 if ! ${PWCMD} show group $i > /dev/null 2>&1; then
/freebsd-12-stable/stand/common/
H A Dcommands.c256 * XXX set/show should become set/echo if we have variable
260 COMMAND_SET(show, "show", "show variable(s)", command_show);
462 COMMAND_SET(more, "more", "show contents of a file", command_more);
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_ttm.c882 radeon_mem_types_list[i].show = &radeon_mm_dump_table;
893 radeon_mem_types_list[i].show = &ttm_page_alloc_debugfs;
900 radeon_mem_types_list[i].show = &ttm_dma_page_alloc_debugfs;

Completed in 277 milliseconds

12345678