/src/libexec/ld.elf_so/ |
tls.c | 409 size_t offset, next_offset; local in function:_rtld_tls_offset_allocate 425 next_offset = offset + obj->tlssize; 429 next_offset = offset; 447 if (next_offset > _rtld_tls_static_space) { 457 _rtld_tls_static_offset, next_offset)); 458 _rtld_tls_static_offset = next_offset;
|
tls.c | 409 size_t offset, next_offset; local in function:_rtld_tls_offset_allocate 425 next_offset = offset + obj->tlssize; 429 next_offset = offset; 447 if (next_offset > _rtld_tls_static_space) { 457 _rtld_tls_static_offset, next_offset)); 458 _rtld_tls_static_offset = next_offset;
|
/src/usr.sbin/pstat/ |
pstat.c | 762 int numvnodes, next_offset; local in function:kinfo_vnodes 769 KGET(V_NEXT_OFFSET, next_offset); 787 KGET2((char *)vp + next_offset, &vp, sizeof(vp), "nvp");
|
pstat.c | 762 int numvnodes, next_offset; local in function:kinfo_vnodes 769 KGET(V_NEXT_OFFSET, next_offset); 787 KGET2((char *)vp + next_offset, &vp, sizeof(vp), "nvp");
|
/src/sys/dev/pci/qat/ |
qat_hw15reg.h | 586 uint8_t next_offset; member in struct:fw_la_cipher_req_params 617 uint8_t next_offset; member in struct:fw_la_auth_req_params
|
qat_hw15reg.h | 586 uint8_t next_offset; member in struct:fw_la_cipher_req_params 617 uint8_t next_offset; member in struct:fw_la_auth_req_params
|
/src/usr.sbin/fstyp/ |
hammer_disk.h | 393 hammer_off_t next_offset; /* zone-X offset for allocation */ member in struct:hammer_blockmap
|
hammer_disk.h | 393 hammer_off_t next_offset; /* zone-X offset for allocation */ member in struct:hammer_blockmap
|