/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;
|
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(),
|
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
|
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);
|
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 */
|
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 */
|
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 */
|
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)) {
|
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);
|
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
|
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...] |
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;
|