Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 25 of 219) sorted by relevance

123456789

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Drandom_creation.ksh21 visible="$(find "${DIR}" -type f|wc -l)"
23 log_must [ "${visible}" -eq "${RC_PASS1}" ]
42 visible="$(find "${DIR}" -type f|wc -l)"
44 if [ "${visible}" -eq "${RC_PASS2}" ] ; then
47 log_fail "Number of created files ${visible} is not ${RC_PASS2}"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_snapdev.ksh78 log_must zfs set snapdev=visible $ZVOL
84 log_must zfs set snapdev=visible $ZVOL
91 log_must zfs set snapdev=visible $ZVOL
93 log_must zfs set snapdev=visible $ZVOL
105 log_must zfs set snapdev=visible $TESTPOOL
116 log_must zfs set snapdev=visible $TESTPOOL
125 log_must zfs set snapdev=visible $ZVOL
H A Dzvol_misc_002_pos.ksh87 log_must zfs set snapdev=visible $TESTPOOL/$TESTVOL
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zone.c284 int visible; in zone_dataset_visible() local
304 visible = 0; in zone_dataset_visible()
313 visible = memcmp(zd->zd_dsname, dataset, in zone_dataset_visible()
316 if (visible) in zone_dataset_visible()
324 visible = memcmp(zd->zd_dsname, dataset, zd_len) == 0; in zone_dataset_visible()
325 if (visible) { in zone_dataset_visible()
336 visible = memcmp(zd->zd_dsname, dataset, in zone_dataset_visible()
338 if (visible) { in zone_dataset_visible()
347 return (visible); in zone_dataset_visible()
/freebsd/contrib/diff/
H A DNEWS1 Version 2.8.7 contains no user-visible changes.
3 User-visible changes in version 2.8.6:
19 User-visible changes in version 2.8.4:
27 User-visible changes in version 2.8.3:
31 User-visible changes in version 2.8.2:
42 User-visible changes in version 2.8.1:
46 User-visible changes in version 2.8:
97 User-visible changes in version 2.7:
105 User-visible changes in version 2.6:
114 User-visible changes in version 2.5:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dsecure.txt8 visible only in the Secure address space, only in the Normal address
9 space, or visible in both. (One example of that situation would be a
46 /* Neither specified: default to visible in both S and NS */
47 secure-status = "okay"; /* visible in both */
48 status = "okay"; /* visible in both */
49 status = "okay"; secure-status = "okay"; /* visible in both */
/freebsd/stand/lua/
H A Dmenu.lua140 visible = function() function
179 visible = core.hasACPI,
391 visible = function() function
399 visible = function() function
417 visible = function() function
427 visible = function() function
433 visible = function() function
/freebsd/sys/compat/linsysfs/
H A Dlinsysfs_net.c205 int visible; in linsysfs_if_visible() local
207 visible = 0; in linsysfs_if_visible()
214 visible = 1; in linsysfs_if_visible()
221 return (visible); in linsysfs_if_visible()
/freebsd/contrib/tcsh/nls/ja/
H A Dset3122 120 (WIN32のみ) Page visible console window up
123 121 (WIN32のみ) Page visible console window down
/freebsd/contrib/tcsh/nls/greek/
H A Dset3122 120 (WIN32 only) Page visible console window up
123 121 (WIN32 only) Page visible console window down
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh83 snapdir hidden snapdir visible
111 snapdir hidden snapdir visible
139 snapdir hidden snapdir visible
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg48 visible"
73 visible"
100 visible"
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vnops.c456 int error, i, namelen, visible; in pfs_lookup() local
563 visible = pfs_visible(curthread, pn, pid, NULL); in pfs_lookup()
564 if (!visible) { in pfs_lookup()
789 int visible; in pfs_iterate() local
818 visible = pfs_visible_proc(td, *pn, *p); in pfs_iterate()
821 visible = pfs_visible_proc(td, *pn, proc); in pfs_iterate()
823 visible = pn_vis(td, NULL, *pn); in pfs_iterate()
825 if (!visible) in pfs_iterate()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-passphrase-options.pod37 The actual password is I<password>. Since the password is visible
44 the environment of other processes is visible on certain platforms
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drockchip-rt5645.txt5 - rockchip,model: The user-visible name of this sound complex
H A Dstorm.txt14 - qcom,model : The user-visible name of this sound card.
H A Deukrea-tlv320.txt7 - eukrea,model : The user-visible name of this sound complex.
H A Datmel-at91sam9g20ek-wm8731-audio.txt5 - atmel,model: The user-visible name of this sound complex.
H A Dmikroe,mikroe-proto.txt9 - model: The user-visible name of this sound complex.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dsnapdir_001_pos.ksh87 for value in hidden visible; do
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dsnapdir_001_pos.ksh109 for value in hidden visible; do
/freebsd/sys/kern/
H A Dkern_cons.c475 cngets(char *cp, size_t size, int visible) in cngets() argument
496 if (visible) in cngets()
505 switch (visible) { in cngets()
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_020_pos.ksh80 log_must $ZFS set snapdir=visible $TESTPOOL/$TESTFS
/freebsd/contrib/tcsh/nls/C/
H A Dset432 30 visible bell
/freebsd/contrib/tcsh/nls/finnish/
H A Dset432 30 visible bell

123456789