Home
last modified time | relevance | path

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

12345678

/titanic_41/usr/src/uts/common/xen/os/
H A Dgnttab.c105 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 Dzfs_unshare_001_neg.ksh51 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 Dmd_names.c110 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 DMakefile83 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 Dmirror.c292 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 Dmirror_ioctl.c975 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 Dldappr-public.c52 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 Dldappr-int.h81 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 DMakefile66 SHAREDOBJ= ../shared/utils.o ../shared/lockmap.o ../shared/ancil.o
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c439 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 Ddumpnamespace.c227 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 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
/titanic_41/usr/src/cmd/hal/tools/
H A DMakefile51 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 Dldappr.h55 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 DMakefile47 -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 Dintr.c52 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 Dhtable.c764 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 DMakefile51 -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 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()
/titanic_41/usr/src/pkg/manifests/
H A Ddeveloper-apptrace-ucblib.mf28 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 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
/titanic_41/usr/src/lib/libc/port/gen/
H A Derrlist120 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

12345678