/titanic_41/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_41/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_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 110 unused_key(struct nm_next_hdr *nh, int shared, mdkey_t key) in unused_key() argument 115 if (shared & NM_DEVID) { in unused_key() 119 min_value = ((shared & NM_SHARED) ? MDDB_FIRST_MODID : 1); in unused_key() 127 if ((shared & NM_SHARED) && (lookup_shared_entry(nh, key, (char *)0, in unused_key() 135 if (!(shared & NM_NOTSHARED) && in unused_key() 143 destroy_key(struct nm_next_hdr *nh, int shared, mdkey_t key) in destroy_key() argument 155 if (shared & NM_KEY_RECYCLE) in destroy_key() 158 while (unused_key(nh, shared, key)) in destroy_key() 190 create_hdr(set_t setno, int shared) in create_hdr() argument 196 if (shared & NM_DEVID) { in create_hdr() [all …]
|
/titanic_41/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_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror.c | 292 md_m_shared_t *shared; in mirror_set_sm_state() local 304 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in mirror_set_sm_state() 306 if (shared->ms_state & (CS_ERRED | CS_LAST_ERRED)) in mirror_set_sm_state() 308 if (shared->ms_state & (CS_RESYNC)) in mirror_set_sm_state() 310 if (shared->ms_state & CS_ERRED) in mirror_set_sm_state() 332 md_m_shared_t *shared; in mirror_geterror() local 347 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in mirror_geterror() 356 (shared->ms_flags & MDM_S_PROBEOPEN): in mirror_geterror() 357 (shared->ms_flags & MDM_S_ISOPEN); in mirror_geterror() 358 if (((shared->ms_flags & MDM_S_IOERR || !open_comp) && in mirror_geterror() [all …]
|
H A D | mirror_ioctl.c | 975 md_m_shared_t *shared; in reset_comp_states() local 979 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in reset_comp_states() 982 shared->ms_state = CS_OKAY; in reset_comp_states() 983 shared->ms_flags &= ~MDM_S_NOWRITE; in reset_comp_states() 984 shared->ms_lasterrcnt = 0; in reset_comp_states() 2053 md_m_shared_t *shared; in mirror_set_state() local 2074 shared = (md_m_shared_t *) in mirror_set_state() 2089 if (shared->ms_hs_id != p->hs_id) { in mirror_set_state() 2094 p->hs_id, shared->ms_hs_id); in mirror_set_state() 2109 if (!(shared->ms_state & CS_ERRED) && (p->state & CS_ERRED) && in mirror_set_state() [all …]
|
/titanic_41/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_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | Makefile | 66 SHAREDOBJ= ../shared/utils.o ../shared/lockmap.o ../shared/ancil.o
|
/titanic_41/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() 782 hw = &Adapter->shared; in e1000g_set_driver_params() 876 struct e1000_mac_info *mac = &Adapter->shared.mac; in e1000g_setup_max_mtu() 877 struct e1000_phy_info *phy = &Adapter->shared.phy; in e1000g_setup_max_mtu() 926 struct e1000_mac_info *mac = &Adapter->shared.mac; in e1000g_set_bufsize() 1118 result = e1000_reset_hw(&Adapter->shared); in e1000g_unattach() 1276 e1000_destroy_hw_mutex(&Adapter->shared); in e1000g_destroy_locks() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/md/ |
H A D | dumpnamespace.c | 227 process_nmn_record(uintptr_t addr, int shared, int devid) in process_nmn_record() argument 241 if (shared) { in process_nmn_record() 258 if (shared) { in process_nmn_record() 275 if (shared) { in process_nmn_record() 319 if (shared) { in process_nmn_record() 366 process_nm_next_hdr(uintptr_t addr, int shared, int devid) in process_nm_next_hdr() argument 389 process_nmn_record((uintptr_t)nhdr.nmn_record, shared, devid); in process_nm_next_hdr()
|
/titanic_41/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_41/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_41/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_41/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_41/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_41/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 764 htable_t *shared) in htable_alloc() argument 776 if (is_vlp || shared != NULL) in htable_alloc() 903 if (shared != NULL) { in htable_alloc() 904 ASSERT(shared->ht_valid_cnt > 0); in htable_alloc() 906 ht->ht_pfn = shared->ht_pfn; in htable_alloc() 909 ht->ht_shares = shared; in htable_alloc() 1163 htable_t *shared; in htable_release() local 1170 shared = NULL; in htable_release() 1217 ASSERT(shared == NULL); in htable_release() 1218 shared = ht->ht_shares; in htable_release() [all …]
|
/titanic_41/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_41/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_41/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" \
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/usdt/ |
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
|
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
|
/titanic_41/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
|