Searched refs:objs (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Djs_objnew.d48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
H A Drb_objnew.d48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
H A 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);
H A Dj_objnew.d49 @objs[pid, stringof(this->class)] = count();
60 printa(" %6d %8@d %s\n", @objs);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_objnew.d48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
H A 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);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_objnew.d48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
/freebsd-10.0-release/contrib/unbound/
H A Dfreebsd-sources.pl50 my $objs = <MAKE>;
52 chomp($objs);
53 $objs =~ s/\.l?o\b/.c/g;
54 return (split(/\s+/, $objs));
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A DMakefile28 objs:
29 ${MAKE} -f $(OUTMK) objs
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_objnew.d49 @objs[pid, stringof(this->class)] = count();
60 printa(" %6d %8@d %s\n", @objs);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A 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.0-release/contrib/jemalloc/src/
H A Dquarantine.c31 quarantine = (quarantine_t *)imalloc(offsetof(quarantine_t, objs) +
60 /* objs ring buffer data are contiguous. */
61 memcpy(ret->objs, &quarantine->objs[quarantine->first],
64 /* objs ring buffer data wrap around. */
69 memcpy(ret->objs, &quarantine->objs[quarantine->first], ncopy_a
71 memcpy(&ret->objs[ncopy_a], quarantine->objs, ncopy_b *
82 quarantine_obj_t *obj = &quarantine->objs[quarantin
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_lu.c184 ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
205 sk_X509_OBJECT_free(ret->objs);
249 sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
298 tmp=X509_OBJECT_retrieve_by_subject(ctx->objs,type,name);
353 if (X509_OBJECT_retrieve_match(ctx->objs, obj))
360 else sk_X509_OBJECT_push(ctx->objs, obj);
386 if (X509_OBJECT_retrieve_match(ctx->objs, obj))
393 else sk_X509_OBJECT_push(ctx->objs, obj);
496 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
511 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X50
[all...]
H A Dby_dir.c422 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
423 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dquarantine.h25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member in struct:quarantine_s
/freebsd-10.0-release/share/mk/
H A Dbsd.crunchgen.mk111 .ORDER: $(OUTPUTS) objs
116 $(PROG): $(OUTPUTS) objs
119 objs: $(OUTMK)
120 MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} -f $(OUTMK) objs
/freebsd-10.0-release/usr.bin/ar/
H A Dar.h74 TAILQ_ENTRY(ar_obj) objs; member in struct:ar_obj
H A Dwrite.c246 TAILQ_INSERT_BEFORE(pos, obj, objs);
250 TAILQ_INSERT_AFTER(&bsdar->v_obj, pos, obj, objs);
255 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs);
362 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs);
448 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) {
466 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) {
492 TAILQ_REMOVE(&bsdar->v_obj, obj, objs);
540 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) {
541 TAILQ_REMOVE(&bsdar->v_obj, obj, objs);
584 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) {
[all...]
/freebsd-10.0-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c73 strlst_t *objs, *objpaths; member in struct:prog
435 p2->objs = NULL;
538 } else if (!strcmp(argv[2], "objs")) {
539 p->objs = NULL;
541 add_string(&p->objs, argv[i]);
692 if (!p->objs && p->srcdir && is_nonempty_file(path))
699 if (!p->objs && verbose)
703 if ((!p->srcdir || !p->objdir) && !p->objs)
717 /* discover the objs from the srcdir Makefile */
781 add_string(&p->objs, ob
[all...]
/freebsd-10.0-release/crypto/openssl/util/pl/
H A DBC-32.pl99 local($objs,$target,$name,$shlib)=@_;
106 $ret.="$target: $objs\n";
121 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A 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}; local
1246 CLAMPSZ (ptr, sz), objs, 1, type);
1255 CLAMPSZ (ptr, sz), objs, 1, __MF_TYPE_HEAP);
1258 old_obj = objs[0];
1496 max_objs of their pointers in objs[]. Return total count of
1501 __mf_object_t **objs, unsigned max_objs, int type)
1513 objs[coun
1500 __mf_find_objects2(uintptr_t ptr_low, uintptr_t ptr_high, __mf_object_t **objs, unsigned max_objs, int type) argument
1547 __mf_find_objects(uintptr_t ptr_low, uintptr_t ptr_high, __mf_object_t **objs, unsigned max_objs) argument
1600 __mf_find_dead_objects(uintptr_t low, uintptr_t high, __mf_object_t **objs, unsigned max_objs) argument
2027 __mf_object_t *objs[max_objs]; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dsoftp11.c70 struct st_object **objs; member in struct:soft_token::__anon4818
191 if (soft_token.object.objs[i] == NULL)
193 if (soft_token.object.objs[i]->object_handle != handle)
195 *object = soft_token.object.objs[i];
306 struct st_object *o, **objs; local
314 if (soft_token.object.objs == NULL) {
315 soft_token.object.objs[i] = o;
320 objs = realloc(soft_token.object.objs,
321 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[
[all...]
/freebsd-10.0-release/libexec/rtld-elf/arm/
H A Dreloc.c434 allocate_initial_tls(Obj_Entry *objs) argument
449 (*_tp) = (void *) allocate_tls(objs, NULL, TLS_TCB_SIZE, 8);
451 sysarch(ARM_SET_TP, allocate_tls(objs, NULL, TLS_TCB_SIZE, 8));
/freebsd-10.0-release/contrib/ncurses/
H A Dmk-1st.awk143 function make_shlib(objs, shlib_list) {
144 printf "\t$(MK_SHARED_LIB) $(%s_OBJS) $(%s) $(LDFLAGS)\n", objs, shlib_list
/freebsd-10.0-release/libexec/rtld-elf/amd64/
H A Dreloc.c477 allocate_initial_tls(Obj_Entry *objs) argument
485 amd64_set_fsbase(allocate_tls(objs, 0,

Completed in 128 milliseconds

123