OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scn
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libexecinfo/
symtab.c
96
Elf_Scn *
scn
= NULL;
local in function:symtab_create
123
while ((
scn
= elf_nextscn(elf,
scn
)) != NULL) {
129
gelf_getshdr(
scn
, &shdr);
133
edata = elf_getdata(
scn
, NULL);
/src/sys/fs/msdosfs/
msdosfs_lookup.c
116
u_long
scn
; /* starting cluster number */
local in function:msdosfs_lookup
177
scn
= MSDOSFSROOT;
435
scn
= getushort(dep->deStartCluster);
437
scn
|= getushort(dep->deHighClust) << 16;
438
if (
scn
== pmp->pm_rootdirblk) {
443
scn
= MSDOSFSROOT;
448
cluster =
scn
;
466
* entry of the filesystems root directory. isadir and
scn
were
469
if (FAT32(pmp) &&
scn
== MSDOSFSROOT)
470
scn
= pmp->pm_rootdirblk
[
all
...]
Completed in 31 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025