Searched refs:shared (Results 26 - 50 of 171) sorted by relevance

1234567

/freebsd-13-stable/sys/modules/cloudabi64/
H A DMakefile28 ${CC} ${CCLDFLAGS} -x assembler-with-cpp -shared -nostdinc -nostdlib \
/freebsd-13-stable/tools/regression/tls/ttls3/
H A DMakefile5 LDFLAGS=-shared -Bsymbolic --allow-shlib-undefined
/freebsd-13-stable/contrib/libpcap/
H A DMakefile.in71 # Standard CFLAGS for building members of a shared library
388 all: libpcap.a shared $(BUILD_RPCAPD) libpcap.pc pcap-config
395 shared: libpcap.$(DYEXT)
452 # AIX is different from everybody else. A shared library is an archive
453 # library with one or more shared-object components. We still build a
457 # in question, but we also build a shared library as "libpcap.shareda"
466 # For platforms that don't support shared libraries (or on which we
467 # don't support shared libraries).
556 install: install-shared install-archive libpcap.pc pcap-config @INSTALL_RPCAPD@
634 install-shared
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmake-exported.mk3 # As of 2020-08-09, the code in Var_Export is shared between the .export
/freebsd-13-stable/contrib/dialog/package/
H A Ddialog.spec50 --with-shared \
92 - add executable permissions for shared libraries, discard ".la" file.
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.h455 if_softc_ctx_t shared; member in struct:adapter
457 #define tx_num_queues shared->isc_ntxqsets
458 #define rx_num_queues shared->isc_nrxqsets
459 #define intr_type shared->isc_intr
H A Dem_txrx.c97 if_softc_ctx_t scctx = adapter->shared;
138 if_softc_ctx_t scctx = adapter->shared;
222 if_softc_ctx_t scctx = adapter->shared;
306 if_softc_ctx_t scctx = sc->shared;
431 if_softc_ctx_t scctx = adapter->shared;
488 if_softc_ctx_t scctx = sc->shared;
516 if_softc_ctx_t scctx = sc->shared;
555 if_softc_ctx_t scctx = sc->shared;
580 if_softc_ctx_t scctx = sc->shared;
605 if_softc_ctx_t scctx = adapter->shared;
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dsetup.ksh105 log_must zfs create $TESTPOOL/$TESTFS/shared
106 log_must zfs set sharenfs=on $TESTPOOL/$TESTFS/shared
/freebsd-13-stable/sys/modules/cloudabi32/
H A DMakefile36 ${CC} ${CCLDFLAGS} -x assembler-with-cpp -m32 -shared -nostdinc -nostdlib \
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dsetup.ksh105 log_must $ZFS create $TESTPOOL/$TESTFS/shared
106 log_must $ZFS set sharenfs=on $TESTPOOL/$TESTFS/shared
/freebsd-13-stable/contrib/sqlite3/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
134 shared=:
188 shared=false
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_umtx.h60 const struct timespec *timeout, int shared) __hidden;
62 const struct timespec *timeout, int shared) __hidden;
63 int _thr_umtx_wake(volatile void *mtx, int count, int shared) __hidden;
/freebsd-13-stable/contrib/libevent/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
134 shared=:
188 shared=false
/freebsd-13-stable/contrib/file/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
134 shared=:
188 shared=false
/freebsd-13-stable/contrib/openpam/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
134 shared=:
188 shared=false
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
134 shared=:
188 shared=false
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_txrx.c293 scctx = txr->que->vsi->shared;
342 if_softc_ctx_t scctx = vsi->shared;
425 MPASS(pidx < vsi->shared->isc_ntxd[0]);
443 (vsi->shared->isc_ntxd[0] + (vsi->enable_head_writeback ? 1 : 0)));
455 if_softc_ctx_t scctx = que->vsi->shared;
466 if_softc_ctx_t scctx = vsi->shared;
488 if_softc_ctx_t scctx = vsi->shared;
551 if_softc_ctx_t scctx = vsi->shared;
588 nrxd = vsi->shared->isc_nrxd[0];
713 if (++cidx == vsi->shared
[all...]
H A Dif_ixl.c271 "Display debug statements that are printed in non-shared code");
278 "Display debug statements that are printed in shared code");
408 if_softc_ctx_t scctx = pf->vsi.shared;
465 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) {
503 vsi->shared = iflib_get_softc_ctx(ctx);
528 /* Initialize the shared code */
531 device_printf(dev, "Unable to initialize shared code, error %s\n",
683 vsi->num_rx_queues = vsi->shared->isc_nrxqsets;
684 vsi->num_tx_queues = vsi->shared->isc_ntxqsets;
695 if (vsi->shared
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dix_txrx.c175 if_softc_ctx_t scctx = sc->shared;
269 if_softc_ctx_t scctx = sc->shared;
339 if (++next_pidx == sc->shared->isc_nrxd[0])
370 nrxd = sc->shared->isc_nrxd[0];
449 if (++cidx == adapter->shared->isc_nrxd[0])
H A Dixgbe.h375 if_softc_ctx_t shared; member in struct:adapter
376 #define num_tx_queues shared->isc_ntxqsets
377 #define num_rx_queues shared->isc_nrxqsets
378 #define max_frame_size shared->isc_max_frame_size
379 #define intr_type shared->isc_intr
/freebsd-13-stable/sys/contrib/zstd/lib/
H A DMakefile255 $(CC) $(FLAGS) -DZSTD_DLL_EXPORT=1 -Wl,--out-implib,dll/libzstd.dll.a -shared $^ -o $@
262 $(LIBZSTD): LDFLAGS += -shared -fvisibility=hidden
336 libzstd-nomt: LDFLAGS += -shared -fPIC -fvisibility=hidden
410 install: install-pc install-static install-shared install-includes
411 @echo zstd static and shared library installed
424 install-shared:
428 @echo Installing shared library
/freebsd-13-stable/contrib/bmake/mk/
H A Dlib.mk47 # Data-driven table using make variables to control how shared libraries
50 # SHLIB_SOVERSION: version number to be compiled into a shared library
54 # SHLIB_SHFLAGS: Flags to tell ${LD} to emit shared library.
55 # with ELF, also set shared-lib version for ld.so.
67 # Alpha-specific shared library flags
74 # mips-specific shared library flags
100 # Platform-independent flags for NetBSD a.out shared libraries
111 # Platform-independent linker flags for ELF shared libraries
161 LD_shared= -msym -shared -expect_unresolved '*'
173 LD_shared=-shared
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Dikev2.c35 struct wpabuf *shared; local
53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private,
55 if (shared == NULL)
63 wpabuf_free(shared);
78 pad_len = data->dh->prime_len - wpabuf_len(shared);
81 wpabuf_free(shared);
88 addr[1] = wpabuf_head(shared);
89 len[1] = wpabuf_len(shared);
92 wpabuf_free(shared);
98 wpabuf_free(shared);
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Dikev2.c39 struct wpabuf *shared; local
57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private,
59 if (shared == NULL)
67 wpabuf_free(shared);
83 pad_len = data->dh->prime_len - wpabuf_len(shared);
86 wpabuf_free(shared);
92 addr[1] = wpabuf_head(shared);
93 len[1] = wpabuf_len(shared);
96 wpabuf_free(shared);
102 wpabuf_free(shared);
[all...]
/freebsd-13-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_write.c351 u8 *csecret, *csecret_start, *dh_yc, *shared; local
431 shared = os_malloc(shared_len);
432 if (shared == NULL) {
441 /* shared = Ys^csecret mod p */
445 shared, &shared_len)) {
449 os_free(shared);
453 shared, shared_len);
457 if (tls_derive_keys(conn, shared, shared_len)) {
461 os_free(shared);
464 os_memset(shared,
[all...]

Completed in 259 milliseconds

1234567