Home
last modified time | relevance | path

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

/dragonfly/games/hack/
H A Dhack.potion.c72 struct obj *otmp, *objs; in dodrink() local
159 for (objs = fobj; objs; objs = objs->nobj) in dodrink()
160 if (objs->ox != u.ux || objs->oy != u.uy) in dodrink()
166 for (objs = fobj; objs; objs = objs->nobj) in dodrink()
167 at(objs->ox, objs->oy, objs->olet); in dodrink()
/dragonfly/sys/dev/drm/
H A Ddrm_gem_framebuffer_helper.c152 struct drm_gem_object *objs[4]; in drm_gem_fb_create_with_funcs() local
165 objs[i] = drm_gem_object_lookup(file, mode_cmd->handles[i]); in drm_gem_fb_create_with_funcs()
166 if (!objs[i]) { in drm_gem_fb_create_with_funcs()
176 if (objs[i]->size < min_size) { in drm_gem_fb_create_with_funcs()
177 drm_gem_object_put_unlocked(objs[i]); in drm_gem_fb_create_with_funcs()
183 fb = drm_gem_fb_alloc(dev, mode_cmd, objs, i, funcs); in drm_gem_fb_create_with_funcs()
193 drm_gem_object_put_unlocked(objs[i]); in drm_gem_fb_create_with_funcs()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_lu.c190 if ((store->objs = sk_X509_OBJECT_new(x509_object_cmp)) == NULL) in X509_STORE_new()
265 sk_X509_OBJECT_pop_free(store->objs, X509_OBJECT_free); in X509_STORE_free()
337 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name); in X509_STORE_CTX_get_by_subject()
368 if (X509_OBJECT_retrieve_match(store->objs, obj) != NULL) { in X509_STORE_add_object()
374 if (sk_X509_OBJECT_push(store->objs, obj) <= 0) { in X509_STORE_add_object()
548 obj = sk_X509_OBJECT_value(store->objs, idx); in STACK_OF()
614 idx = x509_object_idx_cnt(store->objs, X509_LU_CRL, name, &cnt); in STACK_OF()
622 obj = sk_X509_OBJECT_value(store->objs, idx); in STACK_OF()
727 for (i = idx; i < sk_X509_OBJECT_num(ctx->store->objs); i++) { in X509_STORE_CTX_get1_issuer()
728 pobj = sk_X509_OBJECT_value(ctx->store->objs, i); in X509_STORE_CTX_get1_issuer()
[all …]
H A Dby_dir.c362 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp); in get_cert_by_subject()
363 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j); in get_cert_by_subject()
H A Dx509_lcl.h287 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */
H A Dx509_vfy.c925 ctx->store->objs == NULL) in x509_vfy_lookup_cert_match()
/dragonfly/share/mk/
H A Dbsd.crunchgen.mk142 .ORDER: ${OUTPUTS} objs
154 ${PROG}: ${OUTPUTS} objs .NOMETA .PHONY
160 objs: ${OUTMK} .META
162 ${MAKE} -f ${OUTMK} objs
H A Dbsd.sys.mk166 obj objlink objs objwarn patch realall realdepend \
/dragonfly/sys/dev/smbus/atmel_mxt/
H A Dtest_atmel.c47 if (rup->objs[i].type == type) in mxt_findobject()
48 return(&rup->objs[i]); in mxt_findobject()
202 rup.objs = (void *)(rbuf + sizeof(rup.info)); in main()
204 obj = &rup.objs[i]; in main()
H A Datmel_mxt.c415 sc->core.objs = (void *)((uint8_t *)sc->core.buf + in init_device()
1099 if (core->objs[i].type == type) in mxt_findobject()
1100 return(&core->objs[i]); in mxt_findobject()
H A Dobp-utils.h497 struct mxt_object *objs; member
/dragonfly/usr.bin/crunch/examples/
H A DMakefile28 objs: target
29 ${MAKE} -f ${OUTMK} objs
H A Dreally-big.conf78 special amd objs vers.amd.o afs_ops.o am_ops.o clock.o util.o xutil.o efs_ops.o mapc.o info_file.o …
/dragonfly/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c71 strlst_t *objs; member
441 p2->objs = NULL; in add_prog()
566 p->objs = NULL; in add_special()
568 add_string(&p->objs, argv[i], 1); in add_special()
721 if (!p->objs && verbose) in fillin_program()
725 if ((!p->srcdir || !p->objdir) && !p->objs) in fillin_program()
803 add_string(&p->objs, obj, 1); in fillin_program_objs()
867 if (p->objs) { in gen_specials_cache()
869 output_strlst(cachef, p->objs); in gen_specials_cache()
1131 if (p->srcdir && p->objs) { in prog_makefile_rules()
[all …]
/dragonfly/games/battlestar/
H A Dextern.h323 struct objs { struct
327 extern const struct objs dayobjs[]; argument
328 extern const struct objs nightobjs[];
H A Dnightobjs.c35 const struct objs nightobjs[] = {
H A Ddayobjs.c35 const struct objs dayobjs[] = {
H A Dinit.c42 const struct objs *p; in initialize()
H A Dcommand1.c70 const struct objs *p; in convert()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ses.c502 ses_objstat objs; in sesioctl() local
602 error = copyin(addr, &objs, sizeof (ses_objstat)); in sesioctl()
605 if (objs.obj_id >= ssc->ses_nobjects) { in sesioctl()
610 error = (*ssc->ses_vec.get_objstat)(ssc, &objs, 1); in sesioctl()
614 error = copyout(&objs, addr, sizeof (ses_objstat)); in sesioctl()
618 ssc->ses_objmap[objs.obj_id].svalid = 0; in sesioctl()
622 error = copyin(addr, &objs, sizeof (ses_objstat)); in sesioctl()
626 if (objs.obj_id >= ssc->ses_nobjects) { in sesioctl()
631 error = (*ssc->ses_vec.set_objstat)(ssc, &objs, 1); in sesioctl()
637 ssc->ses_objmap[objs.obj_id].svalid = 0; in sesioctl()
/dragonfly/libexec/rtld-elf/
H A Drtld.h305 const Obj_Entry **objs; /* Array of object pointers */ member
H A Drtld.c263 ((dlp)->objs = alloca(obj_count * sizeof (dlp)->objs[0]), \
264 assert((dlp)->objs != NULL), \
1472 if (dlp->objs[i] == obj) in donelist_check()
1481 dlp->objs[dlp->num_used++] = obj; in donelist_check()
4462 allocate_tls(Obj_Entry *objs) in allocate_tls() argument
4493 for (obj = objs; obj; obj = obj->next) { in allocate_tls()
/dragonfly/contrib/zlib-1.2/
H A DChangeLog321 - Avoid mkdir objs race condition in Makefile.in [Bowler]
534 - Make shared object files in objs directory to work around old Sun cc