HomeSort by: relevance | last modified time | path
    Searched defs:def (Results 1 - 25 of 130) sorted by relevancy

1 2 3 4 5 6

  /src/lib/libc/gen/
ctermid.c 53 static char def[] = _PATH_TTY; local in function:__weak_alias
56 (void)strncpy(s, def, L_ctermid);
59 return (def);
ctermid.c 53 static char def[] = _PATH_TTY; local in function:__weak_alias
56 (void)strncpy(s, def, L_ctermid);
59 return (def);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_athub_v1_0.c 40 uint32_t def, data; local in function:athub_update_medium_grain_clock_gating
42 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
49 if (def != data)
56 uint32_t def, data; local in function:athub_update_medium_grain_light_sleep
58 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
66 if(def != data)
amdgpu_athub_v2_0.c 43 uint32_t def, data; local in function:athub_v2_0_update_medium_grain_clock_gating
45 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
52 if (def != data)
60 uint32_t def, data; local in function:athub_v2_0_update_medium_grain_light_sleep
62 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
70 if (def != data)
amdgpu_athub_v1_0.c 40 uint32_t def, data; local in function:athub_update_medium_grain_clock_gating
42 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
49 if (def != data)
56 uint32_t def, data; local in function:athub_update_medium_grain_light_sleep
58 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
66 if(def != data)
amdgpu_athub_v2_0.c 43 uint32_t def, data; local in function:athub_v2_0_update_medium_grain_clock_gating
45 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
52 if (def != data)
60 uint32_t def, data; local in function:athub_v2_0_update_medium_grain_light_sleep
62 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
70 if (def != data)
  /src/bin/dd/
conv.c 56 * def --
62 def(void) function in typeref:typename:void
conv.c 56 * def --
62 def(void) function in typeref:typename:void
  /src/common/dist/zlib/examples/
zpipe.c 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
36 int def(FILE *source, FILE *dest, int level) function in typeref:typename:int
186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
zpipe.c 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
36 int def(FILE *source, FILE *dest, int level) function in typeref:typename:int
186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
fitblk.c 70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def)
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def)
113 def->avail_in = RAWLEN - inf->avail_out
134 z_stream def, inf; \/* zlib deflate and inflate states *\/ local in function:main
    [all...]
fitblk.c 70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def)
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def)
113 def->avail_in = RAWLEN - inf->avail_out
134 z_stream def, inf; \/* zlib deflate and inflate states *\/ local in function:main
    [all...]
  /src/usr.bin/rpcgen/
rpc_clntout.c 69 definition *def; local in function:write_stubs
76 def = (definition *) l->val;
77 if (def->def_kind == DEF_PROGRAM) {
78 write_program(def);
84 write_program(definition *def)
89 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
rpc_sample.c 62 write_sample_svc(definition *def)
65 if (def->def_kind != DEF_PROGRAM)
67 write_sample_server(def);
72 write_sample_clnt(definition *def)
77 if (def->def_kind != DEF_PROGRAM)
80 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
81 write_sample_client(def->def_name, vp);
188 write_sample_server(definition *def)
193 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next)
251 definition *def; local in function:write_sample_clnt_main
    [all...]
rpc_clntout.c 69 definition *def; local in function:write_stubs
76 def = (definition *) l->val;
77 if (def->def_kind == DEF_PROGRAM) {
78 write_program(def);
84 write_program(definition *def)
89 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
rpc_sample.c 62 write_sample_svc(definition *def)
65 if (def->def_kind != DEF_PROGRAM)
67 write_sample_server(def);
72 write_sample_clnt(definition *def)
77 if (def->def_kind != DEF_PROGRAM)
80 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
81 write_sample_client(def->def_name, vp);
188 write_sample_server(definition *def)
193 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next)
251 definition *def; local in function:write_sample_clnt_main
    [all...]
  /src/games/atc/
grammar.y 71 #include "def.h"
94 def bunch_of_defs
95 | def
98 def: label
grammar.y 71 #include "def.h"
94 def bunch_of_defs
95 | def
98 def: label
  /src/libexec/ld.elf_so/arch/sh3/
mdreloc.c 95 const Elf_Sym *def = NULL; local in function:_rtld_relocate_nonplt_objects
117 def = _rtld_find_symdef(symnum, obj, &defobj,
119 if (def == NULL)
133 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
143 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
154 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
164 tmp = (Elf_Addr)(defobj->relocbase + def->st_value) +
199 *where = (Elf_Addr)(def->st_value);
220 *where = (Elf_Addr)def->st_value +
302 const Elf_Sym *def; local in function:_rtld_relocate_plt_object
    [all...]
mdreloc.c 95 const Elf_Sym *def = NULL; local in function:_rtld_relocate_nonplt_objects
117 def = _rtld_find_symdef(symnum, obj, &defobj,
119 if (def == NULL)
133 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
143 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
154 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
164 tmp = (Elf_Addr)(defobj->relocbase + def->st_value) +
199 *where = (Elf_Addr)(def->st_value);
220 *where = (Elf_Addr)def->st_value +
302 const Elf_Sym *def; local in function:_rtld_relocate_plt_object
    [all...]
  /src/libexec/ld.elf_so/arch/vax/
mdreloc.c 85 const Elf_Sym *def = NULL; local in function:_rtld_relocate_nonplt_objects
102 def = _rtld_find_symdef(symnum, obj, &defobj,
104 if (def == NULL)
119 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
196 const Elf_Sym *def; local in function:_rtld_relocate_plt_object
202 def = _rtld_find_plt_symdef(ELF_R_SYM(info), obj, &defobj, tp != NULL);
203 if (__predict_false(def == NULL))
205 if (__predict_false(def == &_rtld_sym_zero))
208 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) {
211 new_value = _rtld_resolve_ifunc(defobj, def);
    [all...]
mdreloc.c 85 const Elf_Sym *def = NULL; local in function:_rtld_relocate_nonplt_objects
102 def = _rtld_find_symdef(symnum, obj, &defobj,
104 if (def == NULL)
119 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
196 const Elf_Sym *def; local in function:_rtld_relocate_plt_object
202 def = _rtld_find_plt_symdef(ELF_R_SYM(info), obj, &defobj, tp != NULL);
203 if (__predict_false(def == NULL))
205 if (__predict_false(def == &_rtld_sym_zero))
208 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) {
211 new_value = _rtld_resolve_ifunc(defobj, def);
    [all...]
  /src/libexec/ld.elf_so/arch/m68k/
mdreloc.c 99 const Elf_Sym *def = NULL; local in function:_rtld_relocate_nonplt_objects
121 def = _rtld_find_symdef(symnum, obj, &defobj,
123 if (def == NULL)
137 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
150 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
189 *where = (Elf_Addr)(def->st_value + rela->r_addend
201 *where = (Elf_Addr)(def->st_value + rela->r_addend
252 const Elf_Sym *def; local in function:_rtld_relocate_plt_object
258 def = _rtld_find_plt_symdef(ELF_R_SYM(info), obj, &defobj, tp != NULL);
259 if (__predict_false(def == NULL)
    [all...]
mdreloc.c 99 const Elf_Sym *def = NULL; local in function:_rtld_relocate_nonplt_objects
121 def = _rtld_find_symdef(symnum, obj, &defobj,
123 if (def == NULL)
137 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
150 tmp = (Elf_Addr)(defobj->relocbase + def->st_value +
189 *where = (Elf_Addr)(def->st_value + rela->r_addend
201 *where = (Elf_Addr)(def->st_value + rela->r_addend
252 const Elf_Sym *def; local in function:_rtld_relocate_plt_object
258 def = _rtld_find_plt_symdef(ELF_R_SYM(info), obj, &defobj, tp != NULL);
259 if (__predict_false(def == NULL)
    [all...]
  /src/usr.bin/xlint/lint2/
emit2.c 132 outchar(sym->s_def == DEF ? 'd' : 't');
149 sym_t *sym, *def; local in function:dumpname
160 def = NULL;
162 if (sym->s_def == DEF) {
163 def = sym;
166 if (sym->s_def == TDEF && def == NULL)
167 def = sym;
169 if (def == NULL)
172 outdef(hte, def);

Completed in 30 milliseconds

1 2 3 4 5 6