/src/lib/libc/rpc/ |
clnt_perror.c | 96 char *strstart; local in function:clnt_sperror 106 strstart = str; 178 return(strstart) ;
|
/src/common/dist/zlib/contrib/gcc_gvmat64/ |
gvmat64.S | 132 printf("#define dsStrStart %u\n",(int)(((char*)&(s->strstart))-((char*)s)));
160 #define strstart [ rcx + dsStrStart]
macro 251 //;;; register Bytef *scan = s->window + s->strstart;
253 mov ebp, strstart
263 //;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
264 //;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
|
/src/sys/arch/i386/i386/ |
multiboot.c | 283 Elf32_Addr symstart, strstart; local in function:copy_syms 341 strstart = symstart + symsize; 343 memcpy((void *)strstart, (void *)straddr, strsize); 347 strstart = symstart + symsize; 349 memcpy((void *)strstart, (void *)straddr, strsize); 352 strstart = RELOC(Elf32_Addr, &end); 353 symstart = strstart + strsize; 354 memcpy((void *)strstart, (void *)straddr, strsize); 360 strstart = symstart + symsize; 362 memcpy((void *)strstart, (void *)straddr, strsize) [all...] |
/src/sys/arch/x86/x86/ |
multiboot2.c | 181 locore_Elf_Addr symstart, strstart; local in function:multiboot2_copy_syms 264 strstart = (cp1src == straddr) ? cp1dst : cp2dst; 268 ms->s_strstart = strstart + kernbase; 1026 vaddr_t strstart = (vaddr_t)ms->s_strstart; local in function:multiboot2_ksyms_addsyms_elf 1038 strstart &= 0xffffffff; 1039 strstart |= ((vaddr_t)KERNBASE_HI << 32); 1063 (void *)strstart, ms->s_strsize);
|
/src/usr.bin/usbhidctl/ |
usbhid.c | 207 char const *strstart; local in function:hidtestrule 210 strstart = &varname[matchindex]; 212 numpage = strtousage(strstart, pagesplit - matchindex);
|
/src/common/dist/zlib/ |
deflate.h | 168 uInt strstart; /* start of string to insert */ member in struct:internal_state
|
/src/sys/kern/ |
kern_ksyms.c | 173 ksyms_verify(const void *symstart, const void *strstart) 178 if (strstart == NULL) 180 if (symstart == NULL || strstart == NULL) 183 if (symstart == NULL || strstart == NULL) 295 * strstart, strsize - Address and size of the string table. 330 void *strstart, size_t strsize, struct ksyms_symtab *tab, 350 tab->sd_strstart = strstart; 362 newstart, symstart, symsize, strstart, strsize, 503 char *symstart = NULL, *strstart = NULL; local in function:ksyms_addsyms_elf 547 strstart = (uint8_t *)start + shdr[j].sh_offset [all...] |
/src/sys/net/ |
zlib.c | 429 uInt strstart; /* start of string to insert */ member in struct:deflate_state 923 s->strstart = length; 1075 if (s->strstart != 0) header |= PRESET_DICT; 1082 if (s->strstart != 0) { 1325 s->strstart = 0; 1342 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1 1354 Bytef *scan = s->window + s->strstart; /* current string */ 1359 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1360 s->strstart - (IPos)MAX_DIST(s) : NIL; 1371 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1 [all...] |