/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/ |
H A D | random_creation.ksh | 21 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 D | zvol_misc_snapdev.ksh | 78 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 D | zvol_misc_002_pos.ksh | 87 log_must zfs set snapdev=visible $TESTPOOL/$TESTVOL
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-zone.c | 284 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 D | NEWS | 1 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 D | secure.txt | 8 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 D | menu.lua | 140 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 D | linsysfs_net.c | 205 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 D | set3 | 122 120 (WIN32のみ) Page visible console window up 123 121 (WIN32のみ) Page visible console window down
|
/freebsd/contrib/tcsh/nls/greek/ |
H A D | set3 | 122 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 D | history_002_pos.ksh | 83 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 D | misc.cfg | 48 visible" 73 visible" 100 visible"
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs_vnops.c | 456 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 D | openssl-passphrase-options.pod | 37 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 D | rockchip-rt5645.txt | 5 - rockchip,model: The user-visible name of this sound complex
|
H A D | storm.txt | 14 - qcom,model : The user-visible name of this sound card.
|
H A D | eukrea-tlv320.txt | 7 - eukrea,model : The user-visible name of this sound complex.
|
H A D | atmel-at91sam9g20ek-wm8731-audio.txt | 5 - atmel,model: The user-visible name of this sound complex.
|
H A D | mikroe,mikroe-proto.txt | 9 - model: The user-visible name of this sound complex.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | snapdir_001_pos.ksh | 87 for value in hidden visible; do
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_set/ |
H A D | snapdir_001_pos.ksh | 109 for value in hidden visible; do
|
/freebsd/sys/kern/ |
H A D | kern_cons.c | 475 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 D | snapshot_020_pos.ksh | 80 log_must $ZFS set snapdir=visible $TESTPOOL/$TESTFS
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set4 | 32 30 visible bell
|
/freebsd/contrib/tcsh/nls/finnish/ |
H A D | set4 | 32 30 visible bell
|