/inferno-os/os/boot/pc/ |
H A D | fs.c | 15 nextelem(char *path, char *elem) in nextelem() 35 fswalk(Fs *fs, char *path, File *f) in fswalk() 59 fsboot(Fs *fs, char *path, Boot *b) in fsboot()
|
/inferno-os/liblogfs/ |
H A D | path.c | 13 ulong path = (ulong)b; /* sic */ in compare() local 31 logfspathmapnewentry(PathMap *m, ulong path, Entry *e, Path **pathmapp) in logfspathmapnewentry() 45 logfspathmapfinde(PathMap *m, ulong path) in logfspathmapfinde()
|
H A D | scan.c | 7 ulong path; member 41 insert(PathEnt *pathmap, long entries, ulong path, long block, int (*order)(ulong p1, ulong p2)) in insert() 134 ulong path = (*ll->getblockpath)(ll, b); in logfsscan() local
|
H A D | local.h | 161 u32int path; member 233 long path; /* includes generation */ member 240 ulong path; member 247 #define logfspathmapfindentry(m, path) (Path *)logfsmapfindentry(m, (void *)path) argument 248 #define logfspathmapdeleteentry(m, path) logfsmapdeleteentry(m, (void *)path) argument 265 ulong path; member 279 #define dataseqof(path) ((path) >> L2BlockCopies) argument 280 #define copygenof(path) ((path) & ((1 << L2BlockCopies) -1)) argument 284 #define loggenof(path) ((path >> L2BlockCopies) & ((1 << L2LogSweeps) - 1)) argument 285 #define logseqof(path) ((path) >> (L2BlockCopies + L2LogSweeps)) argument
|
/inferno-os/emu/port/ |
H A D | uqid.c | 19 uqidhash(vlong path) in uqidhash() 27 uqidlook(Uqid **tab, Chan *c, vlong path) in uqidlook() 38 uqidexists(Uqid **tab, vlong path) in uqidexists()
|
H A D | devdynldx.c | 41 char* path; /* file from whence it came */ member 68 dlload(char *path, Dynsym *tab, int ntab) in dlload() 101 devload(char *name, char *path, char *tag) in devload() 157 matched(Dyndev *l, char *path, char *tag) in matched() 167 devunload(char *name, char *path, char *tag) in devunload() 301 char *name, *tag, *path; in dlwrite() local
|
H A D | devdynld.c | 43 char *path; member 86 dlload(char *path, Dynsym *tab, int ntab) in dlload() 118 devload(char *path) in devload() 148 devunload(char *path) in devunload()
|
/inferno-os/os/port/ |
H A D | devdynld.c | 47 char* path; /* file from whence it came */ member 74 dlload(char *path, Dynsym *tab, int ntab) in dlload() 107 devload(char *name, char *path, char *tag) in devload() 163 matched(Dyndev *l, char *path, char *tag) in matched() 173 devunload(char *name, char *path, char *tag) in devunload() 307 char *name, *tag, *path; in dlwrite() local
|
/inferno-os/emu/Nt/ |
H A D | os.c | 22 static char* path; variable 671 open(const char *path, int how, ...) in open() 678 creat(const char *path, int how) in creat() 685 stat(const char *path, struct stat *sp) in stat() 692 chown(const char *path, int uid, int gid) in chown() 699 chmod(const char *path, int mode) in chmod() 706 link(char *path, char *next) in link()
|
H A D | ie-os.c | 23 static char* path; variable 747 open(const char *path, int how, ...) in open() 754 creat(const char *path, int how) in creat() 761 stat(const char *path, struct stat *sp) in stat() 768 chown(const char *path, int uid, int gid) in chown() 775 chmod(const char *path, int mode) in chmod() 782 link(char *path, char *next) in link()
|
H A D | devfs.c | 201 winfilematch(char *path, WIN32_FIND_DATA *data) in winfilematch() 218 winfileclash(char *path) in winfileclash() 407 char path[MAX_PATH], *p; in fswalk() local 516 char path[MAX_PATH]; in fsopen() local 582 char *p, path[MAX_PATH], sdrock[SD_ROCK]; in fscreate() local 771 char path[MAX_PATH]; in fsstat() local 842 char *last, sdrock[SD_ROCK], path[MAX_PATH], newpath[MAX_PATH], strs[4*256]; in fswstat() local 1052 char *p, path[MAX_PATH]; in fsremove() local 1163 fspath(Cname *c, char *ext, char *path, char *spec) in fspath() 1242 fsdirent(Chan *c, char *path, Fsdir *data) in fsdirent() [all …]
|
/inferno-os/utils/srclist/ |
H A D | Nt.c | 5 mygetwd(char *path, int len) in mygetwd()
|
H A D | Plan9.c | 4 mygetwd(char *path, int len) in mygetwd()
|
H A D | Posix.c | 7 mygetwd(char *path, int len) in mygetwd()
|
/inferno-os/utils/c2l/ |
H A D | Posix.c | 51 mygetwd(char *path, int len) in mygetwd() 57 myexec(char *path, char *argv[]) in myexec()
|
H A D | Plan9.c | 60 mygetwd(char *path, int len) in mygetwd() 66 myexec(char *path, char *argv[]) in myexec()
|
H A D | Nt.c | 81 mygetwd(char *path, int len) in mygetwd() 87 myexec(char *path, char *argv[]) in myexec()
|
/inferno-os/utils/cc/ |
H A D | Posix.c | 51 mygetwd(char *path, int len) in mygetwd() 57 myexec(char *path, char *argv[]) in myexec()
|
H A D | Plan9.c | 60 mygetwd(char *path, int len) in mygetwd() 66 myexec(char *path, char *argv[]) in myexec()
|
H A D | Nt.c | 73 mygetwd(char *path, int len) in mygetwd() 79 myexec(char *path, char *argv[]) in myexec()
|
/inferno-os/utils/rcsh/ |
H A D | Nt.c | 59 readdirect(char *path) in readdirect() 290 setpath(char *path, char *file) in setpath() 372 execpath(char *path, char *file) in execpath() 468 char *p, *arg0, *q, buf[MAX_PATH], path[MAX_PATH], *cmd, *eb; in proc() local
|
H A D | simple.c | 122 Word *path; in searchpath() local 357 Word *path; in execdot() local 431 Word *a, *b, *path; in execwhatis() local
|
/inferno-os/emu/Plan9/ |
H A D | devsrv9.c | 11 uvlong path; member 31 srvget(uvlong path) in srvget() 318 vlong path; in srv9create() local
|
/inferno-os/libinterp/ |
H A D | sign.c | 22 mustbesigned(char *path, uchar *code, ulong length, Dir *dir) in mustbesigned()
|
/inferno-os/os/boot/mpc/ |
H A D | dosboot.c | 447 nextelem(char *path, char *elem) in nextelem() 467 dosstat(Dos *dos, char *path, Dosfile *f) in dosstat() 487 dosboot(Dos *dos, char *path) in dosboot()
|