Home
last modified time | relevance | path

Searched refs:obj (Results 26 – 50 of 429) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtlist.c50 k = strlen(obj); memcpy(endb, obj, k); endb += k; in dtlistprint()
167 Void_t* obj;
185 DTRETURN(obj, llist(dt, (Dtlink_t*)obj, type));
189 DTRETURN(obj, liststat(dt, (Dtstat_t*)obj));
194 if(!obj)
202 { r = (Dtlink_t*)obj;
264 { key = obj;
265 obj = NIL(Void_t*);
313 obj = _DTOBJ(disc,r);
317 DTRETURN(obj, obj);
[all …]
H A Ddtview.c37 static Void_t* dtvsearch(dt,obj,type) in dtvsearch()
39 reg Void_t* obj;
48 return (*(dt->meth->searchf))(dt,obj,type);
56 if((o = (*(d->meth->searchf))(d,obj,type)) )
69 { if(!(o = (*d->meth->searchf)(d, obj, type)) )
97 if((o = (*(d->meth->searchf))(d, obj, DT_SEARCH)) )
100 if(!(obj = o) )
104 for(d = dt->walk, obj = (*d->meth->searchf)(d, obj, type);; )
108 return obj;
109 if((*(p->meth->searchf))(p, obj, DT_SEARCH) )
[all …]
H A Ddttree.c54 k = strlen(obj); memcpy(endb, obj, k); endb += k; in dttreeprint()
62 else obj = "NIL"; in dttreeprint()
63 k = strlen(obj); memcpy(endb, obj, k); endb += k; in dttreeprint()
71 k = strlen(obj); memcpy(endb, obj, k); endb += k; in dttreeprint()
151 Void_t *obj; local
398 Void_t* obj;
417 DTRETURN(obj, tlist(dt, (Dtlink_t*)obj, type));
422 DTRETURN(obj, tstat(dt, (Dtstat_t*)obj));
436 { key = obj;
604 DTRETURN(obj, obj);
[all …]
H A Ddthash.c202 Void_t *obj; in hlist() local
214 obj = _DTOBJ(disc,l); in hlist()
254 Void_t* obj;
282 DTRETURN(obj, hstat(dt, (Dtstat_t*)obj));
284 DTRETURN(obj, hlist(dt, (Dtlink_t*)obj, type));
292 DTRETURN(obj, obj);
298 { lnk = (Dtlink_t*)obj;
299 obj = _DTOBJ(disc,lnk);
305 { key = obj;
306 obj = NIL(Void_t*);
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtypeof-safe.c5 int __safe obj, *ptr; in test_safe() local
6 typeof(obj) var = obj; in test_safe()
8 typeof(*ptr) var2 = obj; in test_safe()
10 typeof(obj) *ptr4 = ptr; in test_safe()
11 obj = obj; in test_safe()
13 ptr = &obj; in test_safe()
14 obj = *ptr; in test_safe()
H A Dtypeof-addresspace.c5 int __as obj, *ptr; in test_as() local
6 typeof(obj) var = obj; in test_as()
8 typeof(*ptr) var2 = obj; in test_as()
10 typeof(obj) *ptr4 = ptr; /* check-should-pass */ in test_as()
11 obj = obj; in test_as()
13 ptr = &obj; in test_as()
14 obj = *ptr; in test_as()
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_usbport.c198 ACPI_OBJECT *obj; in acpidev_usbport_init() local
205 obj = (ACPI_OBJECT *)buf.Pointer; in acpidev_usbport_init()
206 if (obj->Type != ACPI_TYPE_INTEGER) { in acpidev_usbport_init()
217 obj->Integer.Value); in acpidev_usbport_init()
231 ACPI_OBJECT *obj = (ACPI_OBJECT *)buf.Pointer; in acpidev_usbport_init() local
233 if (obj->Type == ACPI_TYPE_PACKAGE && obj->Package.Count >= 1 && in acpidev_usbport_init()
235 obj->Package.Elements[0].Buffer.Length >= in acpidev_usbport_init()
239 obj->Package.Elements[0].Buffer.Pointer, in acpidev_usbport_init()
240 obj->Package.Elements[0].Buffer.Length); in acpidev_usbport_init()
248 ACPI_OBJECT *obj = (ACPI_OBJECT *)buf.Pointer; in acpidev_usbport_init() local
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A DMakefile.in735 .SUFFIXES: .exec .S .c .o .obj
1007 .S.obj:
1013 diskless_exec-asm.obj: asm.S
1097 pre_stage2_exec-asm.obj: asm.S
1121 start_exec-start.obj: start.S
1197 .c.obj:
1211 libgrub_a-boot.obj: boot.c
1267 libgrub_a-common.obj: common.c
1519 libgrub_a-md5.obj: md5.c
1575 libgrub_a-tparm.obj: tparm.c
[all …]
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c242 obj->eo_type = EO_ITEM; in ea_set_item()
243 obj->eo_catalog = tag; in ea_set_item()
308 obj->eo_type = EO_GROUP; in ea_set_group()
309 obj->eo_catalog = tag; in ea_set_group()
320 ea_object_t *next = obj; in ea_free_object()
371 ea_free(obj->eo_item.ei_raw, obj->eo_item.ei_size); in ea_free_item()
378 obj->eo_catalog = 0; in ea_free_item()
379 obj->eo_type = EO_NONE; in ea_free_item()
390 *objp = obj; in ea_attach_object()
391 obj->eo_next = tp; in ea_attach_object()
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_compat.c212 int fr_incomptrans(obj, ptr) in fr_incomptrans() argument
213 ipfobj_t *obj; in fr_incomptrans()
222 switch (obj->ipfo_type)
226 (obj->ipfo_size != sizeof (nlc)))
229 obj->ipfo_size);
243 (obj->ipfo_size != sizeof (nsc)))
246 obj->ipfo_size);
277 int fr_outcomptrans(obj, ptr) in fr_outcomptrans() argument
278 ipfobj_t *obj; in fr_outcomptrans()
285 switch (obj->ipfo_type)
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog.cc51 table_obj *obj) in db_dictlog_entry() argument
56 table_object = obj; in db_dictlog_entry()
93 free_table_entry(table_obj* obj) in free_table_entry() argument
95 if (obj == NULL) in free_table_entry()
98 if (obj->ta_type != NULL) in free_table_entry()
99 free(obj->ta_type); in free_table_entry()
109 if (obj->ta_path != NULL) in free_table_entry()
110 free(obj->ta_path); in free_table_entry()
111 free(obj); in free_table_entry()
118 table_obj *obj; in delete_log_entry() local
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c104 ipfobj_t obj; in main() local
202 bzero((char *)&obj, sizeof (obj)); in main()
204 obj.ipfo_size = sizeof (*nsp); in main()
206 obj.ipfo_ptr = (void *)nsp; in main()
425 ipfobj_t obj; in dostats_live() local
429 bzero((char *)&obj, sizeof (obj)); in dostats_live()
432 obj.ipfo_size = sizeof (iter); in dostats_live()
433 obj.ipfo_ptr = &iter; in dostats_live()
479 ipfobj_t obj; in showhostmap_live() local
481 bzero((char *)&obj, sizeof (obj)); in showhostmap_live()
[all …]
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c107 ea_object_t *grp, *obj; in fmd_log_load_record() local
132 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_load_record()
133 switch (obj->eo_catalog) { in fmd_log_load_record()
199 ea_object_t *obj; in fmd_log_load_xref() local
209 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_load_xref()
210 switch (obj->eo_catalog) { in fmd_log_load_xref()
325 ea_object_t *grp, *obj; in fmd_log_load_xrefs() local
356 obj != NULL; obj = obj->eo_next) { in fmd_log_load_xrefs()
380 ea_object_t *grp, *obj; in fmd_log_open() local
424 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_open()
[all …]
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c71 jobject obj, jint view) in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1init() argument
89 jobject obj) in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1fini() argument
93 clazz = (*env)->GetObjectClass(env, obj); in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1fini()
103 jobject obj) in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1root() argument
110 clazz = (*env)->GetObjectClass(env, obj); in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1root()
129 jobject obj) in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children() argument
142 clazz = (*env)->GetObjectClass(env, obj); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
149 id = (*env)->GetLongField(env, obj, fid); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
185 jobject obj) in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1cpus() argument
198 clazz = (*env)->GetObjectClass(env, obj); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1cpus()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_ls_001_pos.ksh76 for obj in $file $dir
79 if [[ -f $obj ]]; then
87 $ls_str $obj | grep $ace_type > /dev/null 2>&1
98 for obj in $file $dir
100 chmod A0+$spec_ace $obj
102 log_must eval "ls -ld -vd $obj | grep "+" > /dev/null"
103 log_must plus_sign_check_v $obj
105 log_must eval "ls -ld -vd $obj | grep $spec_ace > /dev/null"
106 log_must plus_sign_check_l $obj
H A Dzfs_acl_cp_002_pos.ksh78 for obj in $testfile $testdir; do
88 A0+user:$ZFS_ACL_OTHER1:read_acl:deny $obj
91 [[ -d $obj ]] && cmd_str="cp -rp@"
92 log_must usr_exec $cmd_str $obj $dstdir
93 log_must usr_exec $cmd_str $obj $TESTDIR1
96 log_must compare_modes $obj $dir/${obj##*/}
97 log_must compare_acls $obj $dir/${obj##*/}
98 log_must compare_xattrs $obj $dir/${obj##*/}
H A Dzfs_acl_find_001_pos.ksh58 typeset obj=$2
67 if [[ $rst_str == "./$obj" ]]; then
98 for obj in ${f_base}.3 ${d_base}.3
103 log_must chmod ${ops[i]} $obj
110 log_must find_ls_acl $opt $obj
114 if [[ ! -r $obj || ! -w $obj ]]; then
115 log_fail "The added ACEs for $obj cannot be represented in " \
123 log_must chmod A0- $obj
H A Dzfs_acl_cp_001_pos.ksh75 for obj in $testfile $testdir; do
82 A0+user:$ZFS_ACL_OTHER1:read_acl:deny $obj
85 [[ -d $obj ]] && cmd_str="cp -rp"
86 log_must usr_exec $cmd_str $obj $dstdir
87 log_must usr_exec $cmd_str $obj $TESTDIR1
90 log_must compare_modes $obj $dir/${obj##*/}
91 log_must compare_acls $obj $dir/${obj##*/}
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtsearch.c176 Tree_t obj; local
183 obj.key = (Void_t*)key;
184 dtdelete(dt,&obj);
203 static void _twalk(obj,action,level) in _twalk()
204 Tree_t* obj; in _twalk()
208 { if(!obj->lchild && !obj->rchild)
209 (*action)((Void_t*)obj,leaf,level);
211 { (*action)((Void_t*)obj,preorder,level);
212 if(obj->lchild)
215 if(obj->rchild)
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h176 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt) argument
180 (righttt(obj) && !isdead(g,gcvalue(obj))))
186 #define setnvalue(obj,x) \ argument
189 #define setnilvalue(obj) settt_(obj, LUA_TNIL) argument
205 { TValue *io=(obj); \
211 { TValue *io=(obj); \
216 { TValue *io=(obj); \
221 { TValue *io=(obj); \
226 { TValue *io=(obj); \
231 { TValue *io=(obj); \
[all …]
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c423 tzp->obj = obj; in tzmon_enumerate_zone()
447 ASSERT(tzp->obj == obj); in tzmon_enumerate_zone()
456 tzmon_eval_int(obj, abuf, &tzp->ac[level]); in tzmon_enumerate_zone()
460 tzmon_eval_int(obj, "_CRT", &tzp->crt); in tzmon_enumerate_zone()
461 tzmon_eval_int(obj, "_HOT", &tzp->hot); in tzmon_enumerate_zone()
462 tzmon_eval_int(obj, "_PSV", &tzp->psv); in tzmon_enumerate_zone()
492 tzmon_eval_int(obj, "_TC1", &tzp->tc1); in tzmon_enumerate_zone()
493 tzmon_eval_int(obj, "_TC2", &tzp->tc2); in tzmon_enumerate_zone()
494 tzmon_eval_int(obj, "_TSP", &tzp->tsp); in tzmon_enumerate_zone()
495 tzmon_eval_int(obj, "_TZP", &tzp->tzp); in tzmon_enumerate_zone()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbptree.c64 uint64_t obj; in bptree_alloc() local
68 obj = dmu_object_alloc(os, DMU_OTN_UINT64_METADATA, in bptree_alloc()
76 VERIFY3U(0, ==, dmu_bonus_hold(os, obj, FTAG, &db)); in bptree_alloc()
86 return (obj); in bptree_alloc()
103 return (dmu_object_free(os, obj, tx)); in bptree_free()
107 bptree_is_empty(objset_t *os, uint64_t obj) in bptree_is_empty() argument
113 VERIFY0(dmu_bonus_hold(os, obj, FTAG, &db)); in bptree_is_empty()
198 err = dmu_bonus_hold(os, obj, FTAG, &db); in bptree_iterate()
247 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate()
269 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate()
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c137 obj->cnt = txq_num; in i40e_init_lan_hmc()
138 obj->base = 0; in i40e_init_lan_hmc()
152 full_obj->cnt += obj->cnt; in i40e_init_lan_hmc()
157 obj->cnt = rxq_num; in i40e_init_lan_hmc()
161 obj->base = i40e_align_l2obj_base(obj->base); in i40e_init_lan_hmc()
175 full_obj->cnt += obj->cnt; in i40e_init_lan_hmc()
180 obj->cnt = fcoe_cntx_num; in i40e_init_lan_hmc()
184 obj->base = i40e_align_l2obj_base(obj->base); in i40e_init_lan_hmc()
198 full_obj->cnt += obj->cnt; in i40e_init_lan_hmc()
203 obj->cnt = fcoe_filt_num; in i40e_init_lan_hmc()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_001_pos.sh56 for obj in $OBJ_LIST; do
57 datasetexists $obj && log_must zfs destroy -f $obj
90 for obj in $TESTPOOL/$TESTFS $OBJ_LIST; do
101 [[ $obj == $TESTPOOL/$TESTVOL ]] && \
104 log_must zfs set reservation=$resv_size_set $obj
106 resv_size_get=`get_prop reservation $obj`
112 log_must zero_reservation $obj
114 new_space_avail=`get_prop available $obj`
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficlclass.fr12 c-2byte obj: .hashcode
13 c-byte obj: .flags
14 c-byte obj: .nName
15 c-bytePtr obj: .pName
16 c-cellPtr obj: .pCode
17 c-4byte obj: .param0
46 c-ptr obj: .name
47 c-cell obj: .size
72 c-4byte obj: .nCells
73 c-cellPtr obj: .link
[all …]

12345678910>>...18