Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 213) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c103 static grant_entry_t *shared; variable
262 shared[ref].frame = frame; in gnttab_grant_foreign_access()
263 shared[ref].domid = domid; in gnttab_grant_foreign_access()
276 shared[ref].frame = frame; in gnttab_grant_foreign_access_ref()
277 shared[ref].domid = domid; in gnttab_grant_foreign_access_ref()
290 nflags = shared[ref].flags; in gnttab_query_foreign_access()
303 nflags = shared[ref].flags; in gnttab_end_foreign_access_ref()
358 shared[ref].frame = pfn; in gnttab_grant_foreign_transfer_ref()
359 shared[ref].domid = domid; in gnttab_grant_foreign_transfer_ref()
390 frame = shared[ref].frame; in gnttab_end_foreign_transfer_ref()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_unshare_001_neg.ksh51 if not_shared $TESTDIR/shared
56 log_mustnot zfs unshare $TESTPOOL/$TESTFS/shared
59 if not_shared $TESTDIR/shared
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/parser/
H A Dtest-parser.sh43 if gcc -m32 -shared -Wl,-M,${TESTDIR}/$mapfile ${TESTDIR}/object.c \
51 if gcc -m64 -shared -Wl,-M,${TESTDIR}/$mapfile ${TESTDIR}/object.c \
65 if gcc -m32 -shared -Wl,-M,${TESTDIR}/$mapfile ${TESTDIR}/object.c \
73 if gcc -m64 -shared -Wl,-M,${TESTDIR}/$mapfile ${TESTDIR}/object.c \
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c440 hw = &Adapter->shared; in e1000g_attach()
803 hw = &Adapter->shared; in e1000g_set_driver_params()
1399 hw = &Adapter->shared; in e1000g_init()
2415 hw = &Adapter->shared; in e1000g_intr_work()
2558 hw = &Adapter->shared; in e1000g_init_unicst()
2632 hw = &Adapter->shared; in e1000g_unicst_set()
4433 hw = &Adapter->shared; in e1000g_link_check()
4518 hw = &Adapter->shared; in e1000g_reset_link()
4609 hw = &Adapter->shared; in e1000g_local_timer()
5413 hw = &Adapter->shared; in e1000g_loopback_ioctl()
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/
H A Dtest-assert.sh44 if gcc -m32 -shared $LDFLAGS -Wl,-M,${TESTDIR}/$mapfile \
52 if gcc -m64 -shared $LDFLAGS -Wl,-M,${TESTDIR}/$mapfile \
66 if gcc -m32 -shared $LDFLAGS -Wl,-M,${TESTDIR}/$mapfile \
75 if gcc -m64 -shared $LDFLAGS -Wl,-M,${TESTDIR}/$mapfile \
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DMakefile.test28 gcc -m64 -shared $(OBJS) -o $@
33 gcc -m64 -shared hidden.o visible.o access.o -o $@
36 gcc -m64 -Wl,-zignore -shared $(OBJS:access.o=) -o $@
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-public.c49 prldap_init( const char *defhost, int defport, int shared ) in prldap_init() argument
54 if ( prldap_install_routines( ld, shared ) != LDAP_SUCCESS ) { in prldap_init()
81 prldap_install_routines( LDAP *ld, int shared ) in prldap_install_routines() argument
84 if ( prldap_install_io_functions( ld, shared ) != 0 in prldap_install_routines()
85 || prldap_install_thread_functions( ld, shared ) != 0 in prldap_install_routines()
H A Dldappr-int.h78 int prldap_install_io_functions( LDAP *ld, int shared );
90 int prldap_install_thread_functions( LDAP *ld, int shared );
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmake.probe164 shared=
412 shared=-Wl,dll
711 shared=$1
734 *) shared="$shared $1" ;;
754 if $dld $shared -o xxx shared.$obj 2>e
880 "") shared="$shared $1"; break ;;
895 if eval \$dld \$shared -o xxx\$dll $1 shared.\$obj &&
919 if $dld $shared -g -o xxx shared.$obj 2>e
1001 rm -f shared.$obj
1029 case $shared in
[all …]
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A DMakefile72 SHAREDOBJ= ../shared/utils.o ../shared/lockmap.o ../shared/ancil.o
/illumos-gate/usr/src/lib/libctf/
H A DMakefile.com26 include ../Makefile.shared.com
35 include ../Makefile.shared.targ
/illumos-gate/usr/src/lib/fm/topo/modules/common/nic/
H A DMakefile18 SHAREDMODULE = shared
25 CPPFLAGS += -I../shared
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A DMakefile18 SHAREDMODULE = shared
26 CPPFLAGS += -I../shared -I$(SRC)/uts/intel/sys/acpi -DACPI_APPLICATION
/illumos-gate/usr/src/lib/brand/
H A DMakefile33 SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS)
34 MSGSUBDIRS= solaris10 shared $($(MACH)_MSGSUBDIRS)
H A DMakefile.brand31 ROOTSHAREDDIR= $(ROOTDIR)/shared
40 BRAND_SHARED= $(SRC)/lib/brand/shared
/illumos-gate/usr/src/cmd/hal/tools/
H A DMakefile51 STORAGE_SHAREDOBJS = hal-storage-shared.o adt_data.o
95 hal-storage-shared.o: hal-storage-shared.c
96 $(COMPILE.c) -o $@ hal-storage-shared.c
/illumos-gate/usr/src/tools/ctf/libctf/
H A DMakefile.com16 include $(SRC)/lib/libctf/Makefile.shared.com
55 include $(SRC)/lib/libctf/Makefile.shared.targ
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldappr.h53 LDAP * LDAP_CALL prldap_init( const char *defhost, int defport, int shared );
70 int LDAP_CALL prldap_install_routines( LDAP *ld, int shared );
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c783 htable_t *shared) in htable_alloc() argument
923 if (shared != NULL) { in htable_alloc()
926 ht->ht_pfn = shared->ht_pfn; in htable_alloc()
929 ht->ht_shares = shared; in htable_alloc()
1180 htable_t *shared; in htable_release() local
1187 shared = NULL; in htable_release()
1234 ASSERT(shared == NULL); in htable_release()
1235 shared = ht->ht_shares; in htable_release()
1276 ht = shared; in htable_release()
1366 htable_t *shared) in htable_create() argument
[all …]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_irm.c378 int shared; in apix_irm_free_fixed() local
384 PSM_INTR_OP_GET_SHARED, &shared); in apix_irm_free_fixed()
386 if ((ret == PSM_SUCCESS) && (shared > 0)) { in apix_irm_free_fixed()
389 "shared %d\n", (void *)dip, ddi_driver_name(dip), shared)); in apix_irm_free_fixed()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
68 gcc -m32 -shared -o deadlib.so deadlib.o -lc
H A Dtst.dlclose2.ksh50 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
63 gcc -m32 -shared -o deadlib.so deadlib.o -lc
H A Dtst.dlclose3.ksh55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
68 gcc -m32 -shared -o deadlib.so deadlib.o -lc
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-apptrace-ucblib.p5m29 value="Apptrace shared objects for UCB compatibility libraries"
36 desc="Apptrace shared objects for UCB compatibility libraries" \
H A Ddeveloper-apptrace.p5m29 value="Apptrace utility for application tracing, including shared objects"
45 desc="Apptrace utility for application tracing, including shared objects" \

123456789