/titanic_50/usr/src/uts/common/xen/os/ |
H A D | gnttab.c | 105 static grant_entry_t *shared; variable 110 #define GT_PGADDR(i) ((uintptr_t)shared + ((i) << MMU_PAGESHIFT)) 264 shared[ref].frame = frame; in gnttab_grant_foreign_access() 265 shared[ref].domid = domid; in gnttab_grant_foreign_access() 267 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access() 278 shared[ref].frame = frame; in gnttab_grant_foreign_access_ref() 279 shared[ref].domid = domid; in gnttab_grant_foreign_access_ref() 281 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref() 292 nflags = shared[ref].flags; in gnttab_query_foreign_access() 305 nflags = shared[ref].flags; in gnttab_end_foreign_access_ref() [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zfs_unshare_001_neg.ksh | 51 if not_shared $TESTDIR/shared 56 log_mustnot $ZFS unshare $TESTPOOL/$TESTFS/shared 59 if not_shared $TESTDIR/shared
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | Makefile | 83 SHARED_DIR= ./shared 283 ./shared/utils.c ./shared/lockmap.c ./shared/ancil.c -lnsl 291 ./shared/utils.c ./shared/lockmap.c ./shared/ancil.c \ 296 ./shared/utils.c ./shared/lockmap.c ./shared/ancil.c \
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 439 hw = &Adapter->shared; in e1000g_attach() 606 struct e1000_hw *hw = &Adapter->shared; in e1000g_register_mac() 633 struct e1000_hw *hw = &Adapter->shared; in e1000g_identify_hardware() 661 struct e1000_hw *hw = &Adapter->shared; in e1000g_regs_map() 793 hw = &Adapter->shared; in e1000g_set_driver_params() 887 struct e1000_mac_info *mac = &Adapter->shared.mac; in e1000g_setup_max_mtu() 888 struct e1000_phy_info *phy = &Adapter->shared.phy; in e1000g_setup_max_mtu() 938 struct e1000_mac_info *mac = &Adapter->shared.mac; in e1000g_set_bufsize() 1135 result = e1000_reset_hw(&Adapter->shared); in e1000g_unattach() 1150 Adapter->shared.mac.type != e1000_pch_spt) in e1000g_unattach() [all …]
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-public.c | 52 prldap_init( const char *defhost, int defport, int shared ) in prldap_init() argument 57 if ( prldap_install_routines( ld, shared ) != LDAP_SUCCESS ) { in prldap_init() 84 prldap_install_routines( LDAP *ld, int shared ) in prldap_install_routines() argument 87 if ( prldap_install_io_functions( ld, shared ) != 0 in prldap_install_routines() 88 || prldap_install_thread_functions( ld, shared ) != 0 in prldap_install_routines()
|
H A D | ldappr-int.h | 81 int prldap_install_io_functions( LDAP *ld, int shared ); 93 int prldap_install_thread_functions( LDAP *ld, int shared );
|
/titanic_50/usr/src/cmd/ypcmd/yppasswd/ |
H A D | Makefile | 66 SHAREDOBJ= ../shared/utils.o ../shared/lockmap.o ../shared/ancil.o
|
/titanic_50/usr/src/lib/libctf/ |
H A D | Makefile.com | 26 include ../Makefile.shared.com 36 include ../Makefile.shared.targ
|
/titanic_50/usr/src/lib/fm/topo/modules/common/nic/ |
H A D | Makefile | 18 SHAREDMODULE = shared 25 CPPFLAGS += -I../shared
|
/titanic_50/usr/src/lib/brand/ |
H A D | Makefile | 33 SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS) 34 MSGSUBDIRS= solaris10 shared $($(MACH)_MSGSUBDIRS)
|
H A D | Makefile.brand | 31 ROOTSHAREDDIR= $(ROOTDIR)/shared 40 BRAND_SHARED= $(SRC)/lib/brand/shared
|
/titanic_50/usr/src/cmd/hal/tools/ |
H A D | Makefile | 51 STORAGE_SHAREDOBJS = hal-storage-shared.o adt_data.o 94 hal-storage-shared.o: hal-storage-shared.c 95 $(COMPILE.c) -o $@ hal-storage-shared.c
|
/titanic_50/usr/src/tools/ctf/libctf/ |
H A D | Makefile.com | 16 include $(SRC)/lib/libctf/Makefile.shared.com 51 include $(SRC)/lib/libctf/Makefile.shared.targ
|
/titanic_50/usr/src/lib/libldap5/include/ldap/ |
H A D | ldappr.h | 55 LDAP * LDAP_CALL prldap_init( const char *defhost, int defport, int shared ); 72 int LDAP_CALL prldap_install_routines( LDAP *ld, int shared );
|
/titanic_50/usr/src/uts/intel/cxgbe/cxgbe/ |
H A D | Makefile | 47 -I$(UTSBASE)/common/io/cxgbe/t4nex -I$(UTSBASE)/common/io/cxgbe/shared 59 -I$(UTSBASE)/common/io/cxgbe/t4nex -I$(UTSBASE)/common/io/cxgbe/shared
|
/titanic_50/usr/src/cmd/mdb/sparc/modules/intr/ |
H A D | intr.c | 52 int shared; member 219 info.shared = 0; in intr_niumx_walk_step() 309 info.shared = 1; in intr_pci_print_items() 432 info.shared = 1; in intr_px_print_items() 506 info.shared ? "yes" : "no"); in intr_print_elements() 526 info.shared ? "yes" : "no"); in intr_print_elements()
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 779 htable_t *shared) in htable_alloc() argument 791 if (is_vlp || shared != NULL) in htable_alloc() 918 if (shared != NULL) { in htable_alloc() 919 ASSERT(shared->ht_valid_cnt > 0); in htable_alloc() 921 ht->ht_pfn = shared->ht_pfn; in htable_alloc() 924 ht->ht_shares = shared; in htable_alloc() 1178 htable_t *shared; in htable_release() local 1185 shared = NULL; in htable_release() 1232 ASSERT(shared == NULL); in htable_release() 1233 shared = ht->ht_shares; in htable_release() [all …]
|
/titanic_50/usr/src/uts/intel/cxgbe/t4nex/ |
H A D | Makefile | 51 -I$(UTSBASE)/common/io/cxgbe/t4nex -I$(UTSBASE)/common/io/cxgbe/shared \ 64 -I$(UTSBASE)/common/io/cxgbe/t4nex -I$(UTSBASE)/common/io/cxgbe/shared \
|
/titanic_50/usr/src/uts/i86pc/io/apix/ |
H A D | apix_irm.c | 378 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()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | developer-apptrace-ucblib.mf | 28 value="Apptrace shared objects for UCB compatibility libraries" 36 desc="Apptrace shared objects for UCB compatibility libraries" \
|
H A D | developer-apptrace.mf | 28 value="Apptrace utility for application tracing, including shared objects" 45 desc="Apptrace utility for application tracing, including shared objects" \
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose3.ksh | 55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc 68 gcc -m32 -shared -o deadlib.so deadlib.o -lc
|
H A D | tst.dlclose1.ksh | 55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc 68 gcc -m32 -shared -o deadlib.so deadlib.o -lc
|
H A D | tst.dlclose2.ksh | 50 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc 63 gcc -m32 -shared -o deadlib.so deadlib.o -lc
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | errlist | 120 83 Can not access a needed shared library 121 84 Accessing a corrupted shared library 123 86 Attempting to link in more shared libraries than system limit 124 87 Can not exec a shared library directly
|