Searched refs:display (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_display_block.ksh22 # zdb -R pool <DVA>:b will display the block
29 # record the first L0 block display; and
30 # record the 2nd L0 block display.
45 log_assert "Verify zdb -R :b flag (block display) works as expected"
90 log_fail "zdb -R :bd (block 0 display/decompress) failed"
98 log_fail "zdb -R :db80 (block 1 display/decompress) failed"
106 log_fail "zdb -R :b80d (block 1 display/decompress) failed"
115 log_fail "zdb -R :id (indirect block display) failed"
125 log_fail "zdb -R 0.0:offset:length:id (indirect block display) failed"
128 log_pass "zdb -R :b flag (block display) work
[all...]
/freebsd-current/usr.bin/top/
H A DMakefile5 SRCS= commands.c display.c machine.c screen.c top.c \
/freebsd-current/usr.bin/talk/
H A DMakefile3 SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \
H A Dio.c56 extern void display(xwin_t *, wchar_t *);
132 display(&his_win, &w);
138 display(&my_win, &w);
/freebsd-current/libexec/rpc.rusersd/
H A Drusers_proc.c70 XqueryIdle(char *display) argument
78 if (!(dpy= XOpenDisplay(display))) {
79 syslog(LOG_ERR, "Cannot open display %s", display);
84 syslog(LOG_ERR, "%s: unable to get idle time", display);
88 syslog(LOG_ERR, "%s: Xidle extension not loaded", display);
93 syslog(LOG_ERR, "%s: server grabbed for over 10 seconds", display);
105 getidle(const char *tty, const char *display __unused)
117 if (display && *display
[all...]
/freebsd-current/usr.bin/ipcs/
H A Dipcs.c110 int display = SHMINFO | MSGINFO | SEMINFO; local
133 display = SHMTOTAL;
136 display = SHMINFO;
148 display = MSGTOTAL;
151 display = MSGINFO;
154 display = SEMTOTAL;
157 display = SEMINFO;
160 display = SHMTOTAL | MSGTOTAL | SEMTOTAL;
199 if (display & (MSGINFO | MSGTOTAL)) {
200 if (display
[all...]
/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_14.py94 ip6f01.display()
95 ip6f02.display()
96 ip6f03.display()
97 ip6f04.display()
128 ip6f01.display()
129 ip6f02.display()
H A Dfrag6_13.py84 ip6f01.display()
85 ip6f02.display()
113 ip6f01.display()
114 ip6f02.display()
H A Dfrag6_20.py55 #icmp6.display()
122 ip6f00.display()
123 ip6f01.display()
124 ip6f02.display()
H A Dfrag6_15.py77 ip6f01.display()
100 ip6f01.display()
H A Dfrag6_07.py55 #icmp6.display()
74 #icmp6.display()
128 ip6f01.display()
129 ip6f02.display()
160 ip6f01.display()
H A Dfrag6_08.py55 #icmp6.display()
74 #icmp6.display()
134 ip6f01.display()
135 ip6f02.display()
H A Dfrag6_03.py55 #icmp6.display()
96 ip6f01.display()
123 ip6f01.display()
H A Dfrag6_16.py55 #icmp6.display()
107 ip6f01.display()
120 ip6f0n.display()
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_sfp_tables.tpl.c35 const char *display; /* shortened display name */ member in struct:sfp_enum_metadata
73 .display = "{*disp*}",
115 return (metadata->display);
/freebsd-current/usr.bin/hexdump/
H A DMakefile5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
H A Dhexdump.c79 display();
/freebsd-current/contrib/dialog/samples/
H A Dtextbox29 Hi, this is a text dialog box. It can be used to display text from a file.
H A Dtextbox9 Hi, this is a text dialog box. It can be used to display text from a file.
/freebsd-current/tests/sys/netinet6/
H A Dscapyi386.py76 pkt.display()
80 eth.display()
/freebsd-current/crypto/openssh/
H A Dsession.h48 char *display; member in struct:Session
/freebsd-current/crypto/openssl/test/recipes/
H A D70-test_tls13alerts.t33 cmdstr(app(["openssl"]), display => 1),
/freebsd-current/contrib/wpa/src/utils/
H A Dwpa_debug.c285 const char *display; local
289 display = " [NULL]";
291 display = "";
307 display = strbuf;
309 display = " [REMOVED]";
315 title, (long unsigned int) len, display, local
323 const char *display;
327 display = " [NULL]";
329 display = "";
342 display
[all...]
/freebsd-current/contrib/tzcode/
H A Ddate.c41 static void display(const char *, time_t);
112 display(format, t);
168 display(char const *format, time_t now) function
/freebsd-current/contrib/libxo/
H A Dlibxo-config.in30 --help display this help and exit

Completed in 239 milliseconds

12345