Searched refs:shared (Results 1 - 25 of 171) sorted by relevance

1234567

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_unshare_001_neg.ksh41 # 1. Attempt to unshare a shared dataset
42 # 2. Verify the dataset is still shared
54 # verify that the filesystem was shared initially
55 if not_shared $TESTDIR/shared
57 log_fail "$TESTPOOL/$TESTFS/shared was not shared initially at all!"
60 log_mustnot zfs unshare $TESTPOOL/$TESTFS/shared
63 if not_shared $TESTDIR/shared
65 log_fail "$TESTPOOL/$TESTFS/shared was actually unshared!"
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddotwait.exp17 shared.0
18 shared.0
19 shared.1.99
20 shared.1.99
21 shared.2.1
22 shared.2.1
23 shared.2.99
24 shared.2.99
H A Ddotwait.mk5 TESTS= simple recursive shared cycle
49 # shared: both shared.1.99 and shared.2.99 depend on shared.0.
50 # shared.0 must be made first, even though it is a child of
52 shared: shared.1.99 .WAIT shared.2.99
53 shared
[all...]
/freebsd-13-stable/sbin/ggate/ggatec/
H A DMakefile3 .PATH: ${.CURDIR:H}/shared
11 CFLAGS+= -I${.CURDIR:H}/shared
/freebsd-13-stable/sbin/ggate/ggated/
H A DMakefile3 .PATH: ${.CURDIR:H}/shared
11 CFLAGS+= -I${.CURDIR:H}/shared
/freebsd-13-stable/sbin/ggate/ggatel/
H A DMakefile3 .PATH: ${.CURDIR:H}/shared
10 CFLAGS+= -I${.CURDIR:H}/shared
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_unshare_001_neg.ksh46 # 1. Attempt to unshare a shared dataset
47 # 2. Verify the dataset is still shared
64 # verify that the filesystem was shared initially
65 if not_shared $TESTDIR/shared
67 log_fail "$TESTPOOL/$TESTFS/shared was not shared initially at all!"
70 log_mustnot run_unprivileged "$ZFS unshare $TESTPOOL/$TESTFS/shared"
73 if not_shared $TESTDIR/shared
75 log_fail "$TESTPOOL/$TESTFS/shared was actually unshared!"
/freebsd-13-stable/tools/build/mk/
H A Dbsd.lib.mk4 # Don't build shared libraries during bootstrap
/freebsd-13-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c62 static grant_entry_t *shared; variable
150 shared[ref].frame = frame;
151 shared[ref].domid = domid;
153 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0);
166 shared[ref].frame = frame;
167 shared[ref].domid = domid;
169 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0);
177 nflags = shared[ref].flags;
187 nflags = shared[ref].flags;
193 } while ((nflags = synch_cmpxchg(&shared[re
[all...]
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dios.sh43 --disable-shared \
60 --disable-shared \
78 --disable-shared \
91 --disable-shared \
104 --disable-shared \
/freebsd-13-stable/usr.sbin/pw/tests/
H A Dpw_userdel_test.sh73 mkdir ${HOME}/shared
74 atf_check ${RPW} useradd -n testuser1 -d /shared
75 atf_check ${RPW} useradd -n testuser2 -d /shared
77 test -d ${HOME}/shared || atf_fail "Shared home has been removed"
/freebsd-13-stable/contrib/unbound/contrib/android/
H A Dinstall_openssl.sh26 if ! ./Configure "$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \
/freebsd-13-stable/contrib/bearssl/conf/
H A DUnix32.mk12 LDDLLFLAGS = -shared -m32
/freebsd-13-stable/sys/contrib/openzfs/contrib/pam_zfs_key/
H A DMakefile.am15 pam_zfs_key_la_LDFLAGS = -version-info 1:0:0 -avoid-version -module -shared
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dcore1.c5 static unsigned char shared[32] = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, variable
23 crypto_core_hsalsa20(firstkey, zero, shared, c);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h28 #define __shared__ __attribute__((shared))
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_umtx.c207 const struct timespec *timeout, int shared)
213 return (_umtx_op_err(__DEVOLATILE(void *, mtx), shared ?
220 const struct timespec *abstime, int shared)
236 return (_umtx_op_err(__DEVOLATILE(void *, mtx), shared ?
242 _thr_umtx_wake(volatile void *mtx, int nr_wakeup, int shared) argument
245 return (_umtx_op_err(__DEVOLATILE(void *, mtx), shared ?
206 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, const struct timespec *timeout, int shared) argument
219 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, const struct timespec *abstime, int shared) argument
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c54 int *shared = (int *) arg; local
61 printf("Shared value: %d. Changing to 0.\n", *shared);
62 *shared = 0;
113 int *shared = (int *) arg; local
120 printf("Shared value: %d. Changing to 0.\n", *shared);
121 *shared = 0;
174 int *shared = (int *) arg; local
181 printf("Shared value: %d. Changing to 0.\n", *shared);
182 *shared = 0;
/freebsd-13-stable/lib/ncurses/
H A Dconfig.mk3 # This Makefile is shared by libncurses, libform, libmenu, libpanel.
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh56 cc -shared -o livelib.so livelib.o prov.o -lc
69 cc -shared -o deadlib.so deadlib.o -lc
H A Dtst.dlclose2.ksh51 cc -shared -o livelib.so livelib.o prov.o -lc
64 cc -shared -o deadlib.so deadlib.o -lc
H A Dtst.dlclose3.ksh56 cc -shared -o livelib.so livelib.o prov.o -lc
69 cc -shared -o deadlib.so deadlib.o -lc
/freebsd-13-stable/sys/sys/
H A Dumtx.h38 #define USYNC_PROCESS_SHARED 0x0001 /* Process shared sync objs */
166 int shared;
171 } shared;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh55 cc -shared -o altlib.so altlib.o -lc
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A DMakefile11 LDFLAGS = -s -lpam -lcrypt --shared

Completed in 216 milliseconds

1234567