Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/freebsd/tools/test/stress2/
H A Dddb.conf4 script pho1=bt; show allpcpu; show alllocks; show lockedvnods; show allchains; show mount; show buf…
5 script pho=set $lines 20000; run pho1; show freepages; acttrace; ps; allt; dump
/freebsd/contrib/bmake/unit-tests/
H A Dvarcmd.mk29 show:
32 one: show
35 two: show
38 three: show
58 four: show
67 show-v:
70 five: show show-v
73 six: show-v
74 @${.MAKE} -f ${MAKEFILE} V=override show-v
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh92 file "$src/gpt.2part.show.normal" gpt show "$disk"
93 file "$src/gpt.2part.show.uuid" gpt show -u "$disk"
141 file "$src/gpt.empty.show.normal" gpt show "$disk"
162 save attr gpt show -i 1 "$disk"
165 save attr gpt show -i 1 "$disk"
177 save type gpt show -i 1 "$disk"
181 save type gpt show -i 1 "$disk"
258 gpt show "$disk"
271 gpt show -l "$disk"
286 save bootattr gpt show -i 2 "$disk"
[all …]
/freebsd/usr.sbin/periodic/etc/daily/
H A D223.backup-zfs41 show=""
43 [Yy][Ee][Ss]) show="YES"
59 rotate "zpool_list" $show
62 rotate "zfs_list" $show
71 rotate "zfs_props" $show
74 rotate "zpool_props" $show
H A D221.backup-gpart42 [Yy][Ee][Ss]) show="YES"
51 rotate "kern.geom.conftxt" $show
53 gpart_devs=$(gpart show | awk '$1 == "=>" { print $4 }')
70 rotate "$safe_name" $show
73 gpart_show=$(gpart show -p)
108 efi_part=$(gpart show -p | awk '$4 ~ /efi/ {print $3}')
/freebsd/sys/contrib/openzfs/scripts/
H A Dcommitcheck.sh10 …body=$(git log --no-show-signature -n 1 --pretty=%b "$REF" | grep -Ev "http(s)*://" | grep -E -m 1…
23 foundline=$(git log --no-show-signature -n 1 "$REF" | grep -E -m 1 "$regex")
38 long_subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | grep -E -m 1 '.{73}')
60 …subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | grep -E -m 1 '^Fix coverity defect…
73 subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" |
89 for line in $(git log --no-show-signature -n 1 --pretty=%b "$REF" | grep -E '^CID'); do
/freebsd/sbin/ddb/
H A Dddb.conf8 script lockinfo=show locks; show alllocks; show lockedvnods
11 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture…
/freebsd/sys/contrib/device-tree/scripts/
H A Dcronjob28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then
31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then
38 REF=$(git show-ref --verify refs/heads/${branch})
89 REF=$(git show-ref --verify refs/heads/${TESTBRANCH})
119 REF=$(git show-ref --verify refs/heads/${branch})
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c226 char show[ACS_LEN * 2 + 1]; in NCURSES_SP_NAME() local
229 show[m++] = (char) n; in NCURSES_SP_NAME()
230 show[m++] = (char) ChCharOf(real_map[n]); in NCURSES_SP_NAME()
233 show[m] = 0; in NCURSES_SP_NAME()
234 if (acs_chars == NULL || strcmp(acs_chars, show)) in NCURSES_SP_NAME()
241 : (strcmp(acs_chars, show) in NCURSES_SP_NAME()
244 _nc_visbuf(show)); in NCURSES_SP_NAME()
/freebsd/targets/
H A DMakefile.xtras28 .if make(show-valid-targets)
46 show-valid-targets:
57 help: show-help
58 show-help:
74 $t: not-valid-target show-help
/freebsd/contrib/netbsd-tests/share/mk/
H A Dt_own.sh34 .PHONY: show-config-var
35 show-config-var:
46 make MAKECONF="$(pwd)/empty.conf" show-config-var
48 make MAKECONF="$(pwd)/custom.conf" show-config-var
/freebsd/usr.bin/uniq/
H A Duniq.c74 static void show(FILE *, const char *);
184 show(ofp, prevline); in main()
205 show(ofp, thisline); in main()
209 show(ofp, prevline); in main()
226 show(ofp, prevline); in main()
228 show(ofp, thisline); in main()
231 show(ofp, prevline); in main()
243 show(ofp, prevline); in main()
307 show(FILE *ofp, const char *str) in show() function
/freebsd/share/examples/printing/
H A Dmake-ps-header57 ($user) show
60 % Now show the boring particulars
65 200 y moveto show /y y 18 sub def
71 270 y moveto show /y y 18 sub def
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c54 rc = m->op->show(m, p); in seq_read()
190 _single_open_without_sbuf(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in _single_open_without_sbuf()
200 op->show = show; in _single_open_without_sbuf()
211 single_open(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in single_open()
215 ret = _single_open_without_sbuf(f, show, d); in single_open()
223 single_open_size(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d, size_t size) in single_open_size()
227 ret = _single_open_without_sbuf(f, show, d); in single_open_size()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp60 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes() argument
61 m_show_types = show; in SetShowTypes()
65 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation() argument
66 m_show_location = show; in SetShowLocation()
75 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary() argument
76 if (!show) in SetShowSummary()
/freebsd/tests/sys/net/
H A Dif_wg.sh67 pub1=$(jexec wgtest1 wg show $wg1 public-key)
71 pub2=$(jexec wgtest2 wg show $wg2 public-key)
134 pub1=$(jexec wgtest1 wg show $wg1 public-key)
138 pub2=$(jexec wgtest2 wg show $wg2 public-key)
212 pub1=$(jexec wgtest1 wg show $wg1 public-key)
218 atf_check -o empty jexec wgtest1 wg show ${wg1} peers
254 pub1=$(jexec wgtest1 wg show $wg1 public-key)
263 atf_check -o not-empty jexec wgtest1 wg show ${wg2} peers
270 atf_check -o empty jexec wgtest1 wg show ${wg2} peers
311 pub1=$(jexec wgtest1 wg show $wg1 public-key)
[all …]
/freebsd/usr.sbin/ppp/
H A DREADME.changes65 with the appropriate `show' command.
80 values can be seen using the relevant show commands.
82 o `show auto', `show loopback' and `show mtu' are all part of `show bundle'.
83 o `show mru' is part of `show lcp'
84 o `show msext' and `show vj' are part of `show ipcp'
85 o `show reconnect' and `show redial' are part of `show link'
111 o The ``show modem'' command is deprecated and has been changed to
112 ``show physical''.
/freebsd/contrib/dialog/
H A Dyesno.c54 bool show = TRUE; in dialog_yesno() local
100 if (show) { in dialog_yesno()
104 show = FALSE; in dialog_yesno()
145 show = TRUE; in dialog_yesno()
156 &show, &offset) != 0) { in dialog_yesno()
H A Dmsgbox.c56 bool show = TRUE; in dialog_msgbox() local
117 if (show) { in dialog_msgbox()
121 show = FALSE; in dialog_msgbox()
141 show = TRUE; in dialog_msgbox()
177 &show, in dialog_msgbox()
/freebsd/usr.sbin/fdcontrol/
H A Dfdcontrol.c44 static int format, verbose, show = 1, showfmt; variable
86 show = 0; in main()
98 show = 0; in main()
103 show = 0; in main()
128 if (show) { in main()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js227 if(!self.hiddenDuringWait && (options.show.ready || show)) {
371 opts.show = opts.show.jquery ? { target: opts.show } :
372 opts.show === TRUE ? { ready: TRUE } : { event: opts.show };
1247 this.timers.show = setTimeout(callback, this.options.show.delay);
1357 options.show.target && !target.closest(options.show.target[0]).length) {
1589 if(config.show.target === FALSE) { config.show.target = newTarget; }
1712 targets = { show: options.show.target, hide: options.hide.target }; property in QTIP.bind.AnonymousFunction92acfa8a2600.targets
1757 api.timers.show = setTimeout(render, options.show.delay);
1766 targets.show.bind(events.show, hoverIntent);
1888 show: { class in QTIP.defaults
[all …]
/freebsd/contrib/dialog/samples/
H A Dform333 show=`echo "$returntext" |sed -e 's/^/ /'`
55 $show" 10 40
62 $show" 10 40
H A Dform434 show=`echo "$returntext" |sed -e 's/^/ /'`
56 $show" 10 40
63 $show" 10 40
H A Dform535 show=`echo "$returntext" |sed -e 's/^/ /'`
57 $show" 10 40
64 $show" 10 40
H A Dform635 show=`echo "$returntext" |sed -e 's/^/ /'`
57 $show" 10 40
64 $show" 10 40

12345678910>>...18