Searched refs:objid (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfsgetpath.h48 * ssize_t fsgetpath_np(char *restrict buf, size_t bufsize, fsid_t fsid, uint64_t objid);
50 #define fsgetpath(buf, bufsize, fsid, objid) \
51 (ssize_t)syscall(SYS_fsgetpath, buf, (size_t)bufsize, fsid, (uint64_t)objid)
H A Dfsctl.h130 user64_addr_t objid; member in struct:user64_namespace_handler_data
142 user32_addr_t objid; member in struct:user32_namespace_handler_data
154 user_addr_t objid; member in struct:namespace_handler_data
186 int64_t *objid; member in struct:namespace_handler_data
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dddscript.tcl8 # Usage: ddscript dir test lockerid objid numprocs
12 # objid: Object id to lock.
19 set usage "ddscript dir test lockerid objid numprocs"
31 set objid [ lindex $argv 3 ]
38 puts [eval $test $myenv $lockerid $objid $numprocs]
H A Dddoyscript.tcl48 set objid 2
56 set objid 4
63 error_check_good selfget:$objid [is_substr $selflock $myenv] 1
67 if {[catch {$myenv lock_get read $lockerid $objid} lock1] != 0} {
70 error_check_good lockget:$objid [is_substr $lock1 $myenv] 1
93 error_check_good lockput:oy:$objid $err 0
119 error_check_good lockput:oy:$objid $err 0
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dsymbol.h83 struct objid *objectidentifiervalue;
143 struct objid { struct
146 struct objid *next;
H A Dasn1parse.y56 static struct objid *new_objid(const char *label, int value);
57 static void add_oid_to_tail(struct objid *, struct objid *);
80 struct objid *objid;
224 %type <objid> objid objid_list objid_element objid_opt
844 objid_opt : objid
848 objid : '{' objid_list '}' label
956 ObjectIdentifierValue: objid
[all...]
H A Dgen.c416 struct objid *o, **list;
/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c296 # define obj_id_to_ref(objid) ((objid) ^ FIXNUM_FLAG) /* unset FIXNUM_FLAG */
299 # define obj_id_to_ref(objid) (FIXNUM_P(objid) ? \
300 ((objid) ^ FIXNUM_FLAG) : (NUM2PTR(objid) << 1))
1377 VALUE objid = nonspecial_obj_id(obj); local
1381 args[1] = rb_obj_freeze(rb_ary_new3(1, objid));
1617 id2ref(VALUE obj, VALUE objid) argument
1629 ptr = NUM2PTR(objid);
3805 wmap_finalize(VALUE self, VALUE objid) argument
[all...]
H A Dthread.c4794 VALUE objid; member in struct:exec_recursive_params
4805 recursive_push(p->list, p->objid, p->pairid);
4811 recursive_pop(p->list, p->objid, p->pairid);
4835 p.objid = rb_obj_id(obj);
4841 if (recursive_check(p.list, p.objid, pairid)) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmush.vim57 syntax keyword mushFunction contained nvexits nvplayers nvthings obj objeval objid
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c8424 if (nhd->objid) {
8433 error = copyout (&linkid, nhd->objid, sizeof(uint64_t));
8572 nhd.objid = (user_addr_t)((user64_namespace_handler_data*)data)->objid;
8588 nhd.objid = (user_addr_t)((user32_namespace_handler_data*)data)->objid;
9478 AUDIT_ARG(value64, uap->objid);
9494 if (uap->objid == 2) {
9497 error = VFS_VGET(mp, (ino64_t)uap->objid, &vp, ctx);
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim2019 \ 'hw_changeobject(': 'int link, int objid, array attributes | bool',
4390 \ 'swf_definebitmap(': 'int objid, string image_name | void',
4392 \ 'swf_defineline(': 'int objid, float x1, float y1, float x2, float y2, float width | void',
4393 \ 'swf_definepoly(': 'int objid, array coords, int npoints, float width | void',
4394 \ 'swf_definerect(': 'int objid, float x1, float y1, float x2, float y2, float width | void',
4395 \ 'swf_definetext(': 'int objid, string str, int docenter | void',
4456 \ 'swf_placeobject(': 'int objid, int depth | void',
4495 \ 'swf_startbutton(': 'int objid, int type | void',
4497 \ 'swf_startshape(': 'int objid | void',
4498 \ 'swf_startsymbol(': 'int objid | voi
[all...]

Completed in 287 milliseconds