/src/lib/libc/gen/ |
nlist_aout.c | 102 struct exec exec; local in function:__fdnlist_aout 109 if (pread(fd, &exec, sizeof(exec), (off_t)0) != sizeof(exec) || 110 N_BADMAG(exec) || fstat(fd, &st) < 0) 113 symoff = N_SYMOFF(exec); 114 symsize = (size_t)exec.a_syms;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_suppressions.cc | 37 InternalScopedString exec(kMaxPathLength); local in function:__sanitizer::GetPathAssumingFileIsRelativeToExec 38 if (ReadBinaryNameCached(exec.data(), exec.size())) { 39 const char *file_name_pos = StripModuleName(exec.data()); 40 uptr path_to_exec_len = file_name_pos - exec.data(); 41 internal_strncat(new_file_path, exec.data(),
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
timer.h | 10 struct list_head exec; member in struct:nvkm_alarm
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
nouveau_nvkm_subdev_devinit_gm200.c | 130 u32 exec, args; local in function:gm200_devinit_post 140 ret = pmu_load(init, 0x04, post, &exec, &args); 165 pmu_exec(init, exec);
|
/src/sys/sys/ |
exec_aout.h | 45 struct exec { struct 131 sizeof(struct exec)) ) 157 /* the "a.out" format's entry in the exec switch */
|
/src/tools/arm-elf2aout/sys/ |
exec_aout.h | 45 struct exec { struct 131 sizeof(struct exec)) ) 157 /* the "a.out" format's entry in the exec switch */
|
/src/tools/m68k-elf2aout/sys/ |
exec_aout.h | 45 struct exec { struct 131 sizeof(struct exec)) ) 157 /* the "a.out" format's entry in the exec switch */
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/ |
nouveau_nvkm_subdev_mxm_base.c | 218 bool (*exec)(struct nvkm_mxm *, u8 version); member in struct:mxm_shadow_h 236 if (shadow->exec(mxm, version)) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
nouveau_nvkm_subdev_clk_gf100.c | 425 void (*exec)(struct gf100_clk *, int); member in struct:gf100_clk_prog::__anon025a00d90108 439 stage[i].exec(clk, j);
|
nouveau_nvkm_subdev_clk_gk104.c | 458 void (*exec)(struct gk104_clk *, int); member in struct:gk104_clk_prog::__anon0e03dd020108 476 stage[i].exec(clk, j);
|
/src/sys/fs/filecorefs/ |
filecore.h | 127 unsigned exec:32; member in struct:filecore_direntry
|
/src/tests/lib/libc/regex/ |
t_regex_att.c | 260 geterror(const char *s, int *comp, int *exec) 268 #define EXEC 2 269 { "OK", 0, COMP|EXEC }, 271 _DO(NOMATCH, EXEC) 282 _DO(ESPACE, EXEC) 296 *exec = 0; 301 if (nv[i].ce & EXEC) 302 *exec = nv[i].v; 489 int comp, exec; local in function:att_test 491 geterror(matches, &comp, &exec); [all...] |
/src/sys/arch/hppa/stand/mkboot/ |
mkboot.c | 86 struct exec { struct 236 struct exec ex;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
nouveau_nvkm_subdev_fb_ramgt215.c | 893 bool exec = nvkm_boolopt(device->cfgopt, "NvMemExec", true); local in function:gt215_ram_prog 895 if (exec) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bo.c | 1258 int (*exec)(struct nouveau_channel *, member in struct:nouveau_bo_move_init::_method_table 1310 drm->ttm.move = mthd->exec; 1315 } while ((++mthd)->exec);
|
/src/sys/external/isc/libsodium/dist/builds/ |
Makefile.in | 418 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 436 install-exec: install-exec-am 441 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 491 install-exec-am: 537 install-dvi-am install-exec install-exec-am install-html \
|
/src/sys/external/isc/libsodium/dist/contrib/ |
Makefile.in | 355 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 359 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 373 install-exec: install-exec-am 378 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 428 install-exec-am: 474 install-dvi-am install-exec install-exec-am install-html \
|
/src/sys/external/isc/libsodium/dist/dist-build/ |
Makefile.in | 369 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 373 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 387 install-exec: install-exec-am 392 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 442 install-exec-am: 488 install-dvi-am install-exec install-exec-am install-html \
|
/src/sys/external/isc/libsodium/dist/msvc-scripts/ |
Makefile.in | 357 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 361 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 375 install-exec: install-exec-am 380 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 430 install-exec-am: 476 install-dvi-am install-exec install-exec-am install-html \
|
/src/sys/external/isc/libsodium/dist/ |
Makefile.in | 131 install-exec-recursive install-html-recursive \ 218 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 633 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 637 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 673 -exec chmod u+rwx,go+rx {} \; -o \ 674 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 675 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 676 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 810 install-exec: install-exec-recursiv [all...] |
/src/sys/external/isc/libsodium/dist/src/ |
Makefile.in | 126 install-exec-recursive install-html-recursive \ 508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 552 install-exec: install-exec-recursive 557 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 607 install-exec-am: 654 install-dvi-am install-exec install-exec-am install-html \
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/ |
Makefile.in | 584 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 588 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 605 install-exec: install-exec-am 610 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 661 install-exec-am: 709 install-exec install-exec-am install-html install-html-am \
|
/src/sys/external/isc/libsodium/dist/test/ |
Makefile.in | 126 install-exec-recursive install-html-recursive \ 511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 555 install-exec: install-exec-recursive 560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 610 install-exec-am: 657 install-dvi-am install-exec install-exec-am install-html \
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_execbuffer.c | 231 struct drm_i915_gem_exec_object2 *exec; /** ioctl execobj[] */ member in struct:i915_execbuffer 288 #define exec_entry(EB, VMA) (&(EB)->exec[(VMA)->exec_flags - (EB)->flags]) 456 entry->handle, (int)(entry - eb->exec)); 487 struct drm_i915_gem_exec_object2 *entry = &eb->exec[i]; 758 u32 handle = eb->exec[i].handle; 808 eb_vma_misplaced(&eb->exec[i], vma, eb->flags[i])); 1596 const unsigned int nreloc = eb->exec[i].relocation_count; 1604 err = check_relocations(&eb->exec[i]); 1608 urelocs = u64_to_user_ptr(eb->exec[i].relocs_ptr); 1650 eb->exec[i].relocs_ptr = (uintptr_t)relocs [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_init.c | 70 init_exec_set(struct nvbios_init *init, bool exec) 72 if (exec) init->execute &= 0xfd; 83 init_exec_force(struct nvbios_init *init, bool exec) 85 if (exec) init->execute |= 0x04; 2233 void (*exec)(struct nvbios_init *); member in struct:nvbios_init_opcode 2315 !init_opcode[opcode].exec) { 2320 init_opcode[opcode].exec(init);
|