Lines Matching refs:fsih
33 prom_fopen(ihandle_t fsih, char *path) in prom_fopen() argument
57 ci[4] = p1275_ihandle2cell(fsih); /* Arg2: fs ihandle */ in prom_fopen()
80 prom_volopen(ihandle_t fsih, char *path) in prom_volopen() argument
104 ci[4] = p1275_ihandle2cell(fsih); /* Arg2: fs ihandle */ in prom_volopen()
127 prom_fseek(ihandle_t fsih, int fd, unsigned long long offset) in prom_fseek() argument
135 ci[4] = p1275_ihandle2cell(fsih); /* Arg2: fs ihandle */ in prom_fseek()
154 prom_fread(ihandle_t fsih, int fd, caddr_t buf, size_t len) in prom_fread() argument
174 ci[4] = p1275_ihandle2cell(fsih); /* Arg2: fs ihandle */ in prom_fread()
197 prom_fsize(ihandle_t fsih, int fd, size_t *size) in prom_fsize() argument
207 ci[4] = p1275_ihandle2cell(fsih); /* Arg2: fs ihandle */ in prom_fsize()
223 prom_compinfo(ihandle_t fsih, int fd, int *iscmp, size_t *fsize, size_t *bsize) in prom_compinfo() argument
233 ci[4] = p1275_ihandle2cell(fsih); /* Arg2: fs ihandle */ in prom_compinfo()
250 prom_fclose(ihandle_t fsih, int fd) in prom_fclose() argument
258 ci[4] = p1275_ihandle2cell(fsih); /* Arg2: fs ihandle */ in prom_fclose()