Searched refs:obj_id (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dnetrepr.py44 obj_id = id(obj)
45 cached = self.get(cache, obj_id, None)
48 self.cache[obj_id] = '__cached__(%r)' % (obj_id,)
49 cached = '__cache__(%r, %r)' % (obj_id, obj)
124 def object_alloc(self, ref, obj_id):
125 self.obj_ids[obj_id] = ref
127 def object_dealloc(self, ref, obj_id):
128 del self.obj_ids[obj_id]
134 obj_id
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dnetrepr.py44 obj_id = id(obj)
45 cached = self.get(cache, obj_id, None)
48 self.cache[obj_id] = '__cached__(%r)' % (obj_id,)
49 cached = '__cache__(%r, %r)' % (obj_id, obj)
124 def object_alloc(self, ref, obj_id):
125 self.obj_ids[obj_id] = ref
127 def object_dealloc(self, ref, obj_id):
128 del self.obj_ids[obj_id]
134 obj_id
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dnetrepr.py44 obj_id = id(obj)
45 cached = self.get(cache, obj_id, None)
48 self.cache[obj_id] = '__cached__(%r)' % (obj_id,)
49 cached = '__cache__(%r, %r)' % (obj_id, obj)
124 def object_alloc(self, ref, obj_id):
125 self.obj_ids[obj_id] = ref
127 def object_dealloc(self, ref, obj_id):
128 del self.obj_ids[obj_id]
134 obj_id
[all...]
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav.h239 opaque_id obj_id; /* opaque_id of object corresponding to name */ member in struct:webdav_reply_lookup
261 opaque_id obj_id; /* opaque_id of file corresponding to name */ member in struct:webdav_reply_create
277 opaque_id obj_id; /* opaque_id of directory corresponding to name */ member in struct:webdav_reply_mkdir
285 opaque_id obj_id; /* opaque_id of object */ member in struct:webdav_request_open
299 opaque_id obj_id; /* opaque_id of object */ member in struct:webdav_request_close
329 opaque_id obj_id; /* opaque_id of object */ member in struct:webdav_request_getattr
341 opaque_id obj_id; /* opaque_id of object */ member in struct:webdav_request_setattr
353 opaque_id obj_id; /* opaque_id of file object */ member in struct:webdav_request_read
366 opaque_id obj_id; /* opaque_id of file object */ member in struct:webdav_request_write
381 opaque_id obj_id; /* opaque_i member in struct:webdav_request_fsync
392 opaque_id obj_id; /* opaque_id of entry to remove */ member in struct:webdav_request_remove
403 opaque_id obj_id; /* opaque_id of directory object to remove */ member in struct:webdav_request_rmdir
430 opaque_id obj_id; /* opaque_id of directory to read */ member in struct:webdav_request_readdir
500 opaque_id obj_id; /* opaque_id of file object */ member in struct:webdav_request_writeseq
[all...]
H A Dwebdav_vnops.c697 request_getattr.obj_id = pt->pt_obj_id;
824 opaque_id obj_id, /* object's opaque_id */
892 new_pt->pt_obj_id = obj_id;
1086 reply_lookup.obj_id = pt->pt_obj_id;
1208 error = webdav_get(vnode_mount(dvp), dvp, 0, cnp, reply_lookup.obj_id, reply_lookup.obj_fileid,
1306 request_open.obj_id = pt->pt_obj_id;
1576 request_fsync.obj_id = pt->pt_obj_id;
1716 request_close.obj_id = pt->pt_obj_id;
1952 request_read.obj_id = pt->pt_obj_id;
2547 req->obj_id
819 webdav_get( struct mount *mp, vnode_t dvp, int markroot, struct componentname *cnp, opaque_id obj_id, webdav_ino_t obj_fileid, enum vtype obj_vtype, struct webdav_timespec64 obj_atime, struct webdav_timespec64 obj_mtime, struct webdav_timespec64 obj_ctime, struct webdav_timespec64 obj_createtime, off_t obj_filesize, vnode_t *vpp) argument
[all...]
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_file.c249 error = RetrieveDataFromOpaqueID(request_open->obj_id, (void **)&node);
377 error = RetrieveDataFromOpaqueID(request_close->obj_id, (void **)&node);
524 reply_lookup->obj_id = node->nodeid;
557 error = RetrieveDataFromOpaqueID(request_getattr->obj_id, (void **)&node);
795 reply_create->obj_id = node->nodeid;
879 reply_mkdir->obj_id = node->nodeid;
897 error = RetrieveDataFromOpaqueID(request_read->obj_id, (void **)&node);
1032 error = RetrieveDataFromOpaqueID(request_remove->obj_id, (void **)&node);
1087 error = RetrieveDataFromOpaqueID(request_rmdir->obj_id, (void **)&node);
1142 error = RetrieveDataFromOpaqueID(request_fsync->obj_id, (voi
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtestutils.tcl1834 proc maxlocks { myenv locker_id obj_id num } {
1835 return [countlocks $myenv $locker_id $obj_id $num ]
1838 proc maxwrites { myenv locker_id obj_id num } {
1839 return [countlocks $myenv $locker_id $obj_id $num ]
1842 proc minlocks { myenv locker_id obj_id num } {
1843 return [countlocks $myenv $locker_id $obj_id $num ]
1846 proc minwrites { myenv locker_id obj_id num } {
1847 return [countlocks $myenv $locker_id $obj_id $num ]
1850 proc countlocks { myenv locker_id obj_id num } {
1852 for { set i 0} {$i < [expr $obj_id *
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dvm_region.h191 unsigned int obj_id; member in struct:vm_region_top_info
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_phantom_cache.c79 #define vm_phantom_hash(obj_id, offset) (\
80 ( (natural_t)((uintptr_t)obj_id * vm_ghost_bucket_hash) + (offset ^ vm_ghost_bucket_hash)) & vm_ghost_hash_mask)
H A Dbsd_vm.c1237 pinfo->pri_obj_id = top.obj_id;
H A Dvm_map.c11143 top->obj_id = 0;
11210 /* XXX K64: obj_id will be truncated */
11211 top->obj_id = (unsigned int) (uintptr_t)VM_KERNEL_ADDRPERM(obj);
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c880 OBJECT_ID_ATTR *obj_id; local
913 obj_id = (OBJECT_ID_ATTR*)((u8*)a + le16_to_cpu(a->value_offset));
915 if ((u8*)obj_id + obj_id_len > (u8*)m + vol.mft_record_size ||
916 (u8*)obj_id + obj_id_len > (u8*)a +
921 guid = &obj_id->object_id;
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c31 fsobj_id_t obj_id; member in struct:test_attr_buf
H A Dtests.c4164 fsobj_id_t obj_id; member in struct:test_attr_buf
4259 my_obj_id = my_attr_buf[0].obj_id;
4292 if ( my_attr_buf[i].obj_id.fid_objno == my_obj_id.fid_objno &&
4293 my_attr_buf[i].obj_id.fid_generation == my_obj_id.fid_generation ) {
4479 struct fsobj_id obj_id; member in struct:packed_result
4637 my_result_p->size, my_result_p->obj_id.fid_objno,
4638 my_result_p->obj_id.fid_generation,
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddproc.c587 * The returned "obj_id" is the "vm_object_t" address.
589 if (!t_info.obj_id)
591 if (kread(t_info.obj_id, (char *)&vmo, sizeof(vmo)))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dtimer.rb39 def self.callback(obj_id)
40 ex_obj = Tk_CBTBL[obj_id]
/macosx-10.10/top-100.1.2/
H A Dlibtop.c111 int obj_id; member in struct:libtop_oinfo_s
235 static libtop_oinfo_t* libtop_p_oinfo_insert(int obj_id, int share_type,
1740 addr, addr+size, size, info.private_pages_resident, info.shared_pages_resident, info.ref_count, info.obj_id, share_mode_to_string(info.share_mode));
1817 oinfo = libtop_p_oinfo_insert(info.obj_id, info.share_mode, info.shared_pages_resident, info.ref_count, size, pinfo);
2418 libtop_p_oinfo_insert(int obj_id, int share_type, int resident_page_count, argument
2421 const void *k = (const void *)(intptr_t)obj_id;
2442 oinfo->obj_id = obj_id;
/macosx-10.10/ruby-106/ruby/
H A Dthread.c4698 * Returns Qtrue iff obj_id (or the pair <obj, paired_obj>) is already
4704 recursive_check(VALUE list, VALUE obj_id, VALUE paired_obj_id) argument
4707 #define OBJ_ID_EQL(obj_id, other) ((obj_id) == (other))
4709 #define OBJ_ID_EQL(obj_id, other) (RB_TYPE_P((obj_id), T_BIGNUM) ? \
4710 rb_big_eql((obj_id), (other)) : ((obj_id) == (other)))
4713 VALUE pair_list = rb_hash_lookup2(list, obj_id, Qundef);
4730 * Pushes obj_id (o
[all...]

Completed in 428 milliseconds