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

123456789

/freebsd-11-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-11-stable/sbin/ggate/ggated/
H A DMakefile3 .PATH: ${.CURDIR:H}/shared
11 CFLAGS+= -I${.CURDIR:H}/shared
/freebsd-11-stable/sbin/ggate/ggatec/
H A DMakefile3 .PATH: ${.CURDIR:H}/shared
11 CFLAGS+= -I${.CURDIR:H}/shared
/freebsd-11-stable/sbin/ggate/ggatel/
H A DMakefile3 .PATH: ${.CURDIR:H}/shared
10 CFLAGS+= -I${.CURDIR:H}/shared
/freebsd-11-stable/crypto/openssl/
H A DMakefile.shared2 # Helper makefile to link shared libraries in a portable way.
12 # shared libraries) are created, or when an application is linked.
13 # SHARED_LDFLAGS contains flags to be used when the shared library is created.
22 # build shared libraries.
154 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
160 #do with shared libraries, for example when linking against static
177 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SUFFIX"
192 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -nostdlib"; \
202 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -nostdlib"; \
213 # supplied shared librarie
[all...]
/freebsd-11-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-11-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-11-stable/contrib/unbound/contrib/android/
H A Dinstall_openssl.sh26 if ! ./Configure "$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt_eisa.c118 int shared; local
132 shared = bt->level_trigger_ints ? RF_SHAREABLE : 0;
135 shared | RF_ACTIVE);
195 int shared; local
237 shared = (inb(iobase + AMI_EISA_IOCONF1) & AMI_IRQ_LEVEL) ?
272 shared = (inb(iobase + EISA_IRQ_TYPE) & LEVEL) ?
289 eisa_add_intr(dev, info.irq, shared);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Dahc_eisa.c50 int shared; local
82 shared = (intdef & EDGE_TRIG) ? EISA_TRIGGER_EDGE : EISA_TRIGGER_LEVEL;
99 eisa_add_intr(dev, irq, shared);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.am104 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared --mode=compile $(CC) \
136 # We have to put --tag disable-shared after --tag CXX lest things
137 # CXX undo the affect of disable-shared.
138 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \
144 # 3) We'd have a problem when building the shared libstdc++ object if
150 CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared \
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c205 const struct timespec *timeout, int shared)
211 return (_umtx_op_err(__DEVOLATILE(void *, mtx), shared ?
218 const struct timespec *abstime, int shared)
234 return (_umtx_op_err(__DEVOLATILE(void *, mtx), shared ?
240 _thr_umtx_wake(volatile void *mtx, int nr_wakeup, int shared) argument
243 return (_umtx_op_err(__DEVOLATILE(void *, mtx), shared ?
204 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, const struct timespec *timeout, int shared) argument
217 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, const struct timespec *abstime, int shared) argument
/freebsd-11-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-11-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-11-stable/sys/sys/
H A Dumtx.h36 #define USYNC_PROCESS_SHARED 0x0001 /* Process shared sync objs */
157 int shared;
162 } shared;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacroexp.c60 int shared;
94 b->shared = 0;
100 shared substring. */
106 buf->shared = 1;
112 /* Free the text of the buffer B. Raise an error if B is shared. */
116 gdb_assert (! b->shared);
135 /* We shouldn't be trying to resize shared strings. */
136 gdb_assert (! b->shared);
467 refer to the text after that token. SRC must be a shared buffer;
468 the resulting TOK will be shared, pointin
59 int shared; member in struct:macro_buffer
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh55 cc -shared -o altlib.so altlib.o -lc
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A DMakefile11 LDFLAGS = -s -lpam -lcrypt --shared
/freebsd-11-stable/tools/regression/tls/ttls3/
H A DMakefile5 LDFLAGS=-shared -Bsymbolic --allow-shlib-undefined
/freebsd-11-stable/sys/modules/cloudabi64/
H A DMakefile28 ${CC} -x assembler-with-cpp -shared -nostdinc -nostdlib \
/freebsd-11-stable/sys/modules/cloudabi32/
H A DMakefile32 ${CC} -x assembler-with-cpp -m32 -shared -nostdinc -nostdlib \
/freebsd-11-stable/contrib/gdb/
H A Dltcf-gcj.sh61 # See if GNU ld supports shared libraries.
70 *** to be unable to reliably create shared libraries on AIX.
71 *** Therefore, libtool is disabling shared libraries support. If you
72 *** really care for shared libraries, you may want to modify your PATH
88 # behavior of shared libraries on other platforms, we can use
186 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
187 archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
197 *** create shared libraries on Solaris systems. Therefore, libtool
198 *** is disabling shared libraries support. We urge you to upgrade GNU
205 archive_cmds='$CC -shared
[all...]

Completed in 407 milliseconds

123456789