Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-10-stable/contrib/jemalloc/src/
Dquarantine.c31 quarantine = (quarantine_t *)imalloc(offsetof(quarantine_t, objs) + in quarantine_init()
61 memcpy(ret->objs, &quarantine->objs[quarantine->first], in quarantine_grow()
69 memcpy(ret->objs, &quarantine->objs[quarantine->first], ncopy_a in quarantine_grow()
71 memcpy(&ret->objs[ncopy_a], quarantine->objs, ncopy_b * in quarantine_grow()
82 quarantine_obj_t *obj = &quarantine->objs[quarantine->first]; in quarantine_drain_one()
139 quarantine_obj_t *obj = &quarantine->objs[offset]; in quarantine()
/freebsd-10-stable/contrib/unbound/
Dfreebsd-sources.pl50 my $objs = <MAKE>;
52 chomp($objs);
53 $objs =~ s/\.l?o\b/.c/g;
58 } split(/\s+/, $objs);
/freebsd-10-stable/crypto/openssl/crypto/x509/
Dx509_lu.c188 ret->objs = sk_X509_OBJECT_new(x509_object_cmp); in X509_STORE_new()
208 sk_X509_OBJECT_free(ret->objs); in X509_STORE_new()
248 sk_X509_OBJECT_pop_free(vfy->objs, cleanup); in X509_STORE_free()
293 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name); in X509_STORE_get_by_subject()
344 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) { in X509_STORE_add_cert()
351 sk_X509_OBJECT_push(ctx->objs, obj); in X509_STORE_add_cert()
377 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) { in X509_STORE_add_crl()
383 sk_X509_OBJECT_push(ctx->objs, obj); in X509_STORE_add_crl()
481 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
495 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
[all …]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/JavaScript/
Djs_objgc.d66 @objs[this->file, copyinstr(arg1)] = sum(1);
73 @objs["<missed>", copyinstr(arg1)] = sum(-1);
79 @objs[filename[arg2], copyinstr(arg1)] = sum(-1);
88 printa(" %-24.24s %@8d %s\n", @objs);
Djs_objnew.d48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
Djs_objgc.d66 @objs[this->file, copyinstr(arg1)] = sum(1);
73 @objs["<missed>", copyinstr(arg1)] = sum(-1);
79 @objs[filename[arg2], copyinstr(arg1)] = sum(-1);
88 printa(" %-24.24s %@8d %s\n", @objs);
Drb_objnew.d48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
Djs_objnew.d48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
Dj_objnew.d49 @objs[pid, stringof(this->class)] = count();
60 printa(" %6d %8@d %s\n", @objs);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
Dtst.multiprov.ksh48 objs=
81 objs="$objs $oogle.o $oogle.d.o"
90 cc -o test test.c $objs
/freebsd-10-stable/crypto/openssl/util/pl/
DVC-32.pl282 my($objs,$target,$name,$shlib,$ign,$base_addr) = @_;
306 $ret.="$target: $objs\n";
307 $ret.="\t\$(MKLIB) $lfile$target @<<\n $objs\n<<\n";
316 $ret.="$target: $objs \$(PREMAIN_DSO_EXE)";
325 $ret.="$name @<<\n \$(SHLIB_EX_OBJ) $objs \$(EX_LIBS) ";
330 $ret.="$target: $objs";
331 …$ret.="\n\t\$(LINK_CMD) \$(MLFLAGS) $efile$target $name @<<\n \$(SHLIB_EX_OBJ) $objs $ex \$(EX_LI…
DBC-32.pl99 local($objs,$target,$name,$shlib)=@_;
106 $ret.="$target: $objs\n";
121 …$ret.="\t\$(LINK_CMD) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs
Dnetware.pl456 my($objs,$target,$name,$shlib)=@_;
459 $ret.="$target: $objs\n";
463 $ret.="\t\$(MKLIB) $lib_flags $target $objs\n";
/freebsd-10-stable/share/mk/
Dbsd.crunchgen.mk113 .ORDER: $(OUTPUTS) objs
118 $(PROG): $(OUTPUTS) objs
121 objs: $(OUTMK)
122 MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} -f $(OUTMK) objs
/freebsd-10-stable/crypto/heimdal/lib/hx509/
Dsoftp11.c70 struct st_object **objs; member
191 if (soft_token.object.objs[i] == NULL) in object_handle_to_object()
193 if (soft_token.object.objs[i]->object_handle != handle) in object_handle_to_object()
195 *object = soft_token.object.objs[i]; in object_handle_to_object()
306 struct st_object *o, **objs; in add_st_object() local
314 if (soft_token.object.objs == NULL) { in add_st_object()
315 soft_token.object.objs[i] = o; in add_st_object()
320 objs = realloc(soft_token.object.objs, in add_st_object()
321 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[0])); in add_st_object()
322 if (objs == NULL) { in add_st_object()
[all …]
/freebsd-10-stable/usr.bin/ar/
Dwrite.c248 TAILQ_INSERT_BEFORE(pos, obj, objs); in insert_obj()
252 TAILQ_INSERT_AFTER(&bsdar->v_obj, pos, obj, objs); in insert_obj()
257 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs); in insert_obj()
364 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs); in read_objs()
450 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) { in write_archive()
468 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in write_archive()
494 TAILQ_REMOVE(&bsdar->v_obj, obj, objs); in write_archive()
542 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in write_cleanup()
543 TAILQ_REMOVE(&bsdar->v_obj, obj, objs); in write_cleanup()
617 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) { in write_objs()
[all …]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Ruby/
Drb_objnew.d48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
/freebsd-10-stable/usr.sbin/crunch/crunchgen/
Dcrunchgen.c73 strlst_t *objs, *objpaths; member
435 p2->objs = NULL; in add_prog()
539 p->objs = NULL; in add_special()
541 add_string(&p->objs, argv[i]); in add_special()
692 if (!p->objs && p->srcdir && is_nonempty_file(path)) in fillin_program()
699 if (!p->objs && verbose) in fillin_program()
703 if ((!p->srcdir || !p->objdir) && !p->objs) in fillin_program()
781 add_string(&p->objs, obj); in fillin_program_objs()
845 if (p->objs) { in gen_specials_cache()
847 output_strlst(cachef, p->objs); in gen_specials_cache()
[all …]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Java/
Dj_objnew.d49 @objs[pid, stringof(this->class)] = count();
60 printa(" %6d %8@d %s\n", @objs);
/freebsd-10-stable/usr.sbin/crunch/examples/
DMakefile28 objs: target
29 ${MAKE} -f $(OUTMK) objs
/freebsd-10-stable/contrib/gcclibs/libmudflap/
Dmf-runtime.c272 __mf_object_t **objs, unsigned max_objs);
274 __mf_object_t **objs, unsigned max_objs, int type);
276 __mf_object_t **objs, unsigned max_objs);
1242 __mf_object_t *objs[1] = {NULL}; in __mfu_unregister() local
1246 CLAMPSZ (ptr, sz), objs, 1, type); in __mfu_unregister()
1255 CLAMPSZ (ptr, sz), objs, 1, __MF_TYPE_HEAP); in __mfu_unregister()
1258 old_obj = objs[0]; in __mfu_unregister()
1501 __mf_object_t **objs, unsigned max_objs, int type) in __mf_find_objects2() argument
1513 objs[count] = (__mf_object_t *) n->value; in __mf_find_objects2()
1535 objs[count] = (__mf_object_t *) n->value; in __mf_find_objects2()
[all …]
/freebsd-10-stable/contrib/gcc/
Dtree-ssa-alias-warnings.c353 htab_t objs; member
441 ref_table->objs = htab_create (10, tree_map_hash, tree_map_eq, NULL); in build_reference_table()
468 add_key (ref_table->objs, alias, references_pool); in build_reference_table()
491 htab_delete (ref_table->objs); in maybe_free_reference_table()
551 maybe_add_match (reference_table (true)->objs, &match); in find_references_in_tree_helper()
586 return match (reference_table (true)->objs, object); in reference_site()
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
DMakefile6 ib_sdp-objs := sdp_main.o sdp_cma.o sdp_bcopy.o sdp_proc.o sdp_tx.o sdp_rx.o sdp_zcopy.o
/freebsd-10-stable/libexec/rtld-elf/arm/
Dreloc.c450 allocate_initial_tls(Obj_Entry *objs) in allocate_initial_tls() argument
465 (*_tp) = (void *) allocate_tls(objs, NULL, TLS_TCB_SIZE, 8); in allocate_initial_tls()
467 sysarch(ARM_SET_TP, allocate_tls(objs, NULL, TLS_TCB_SIZE, 8)); in allocate_initial_tls()
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
Dquarantine.h25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member

123