/src/sys/arch/acorn32/stand/nbfs/ |
nbfs.c | 183 struct nbfs_open_file *nof = NULL; local in function:nbfs_open 190 nof = alloc(sizeof(*nof)); 191 memset(nof, 0, sizeof(*nof)); 192 err = nbfs_fopen(&nof->f, special, fname); 195 err = FS_STAT(nof->f.f_ops)(&nof->f, &st); 198 nof->fileswitch_handle = fh; 199 LIST_INSERT_HEAD(&nbfs_open_files, nof, link) 221 struct nbfs_open_file *nof = (struct nbfs_open_file *)r->r1; local in function:nbfs_getbytes 255 struct nbfs_open_file *nof = (struct nbfs_open_file *)r->r1; local in function:nbfs_close [all...] |
nbfs.c | 183 struct nbfs_open_file *nof = NULL; local in function:nbfs_open 190 nof = alloc(sizeof(*nof)); 191 memset(nof, 0, sizeof(*nof)); 192 err = nbfs_fopen(&nof->f, special, fname); 195 err = FS_STAT(nof->f.f_ops)(&nof->f, &st); 198 nof->fileswitch_handle = fh; 199 LIST_INSERT_HEAD(&nbfs_open_files, nof, link) 221 struct nbfs_open_file *nof = (struct nbfs_open_file *)r->r1; local in function:nbfs_getbytes 255 struct nbfs_open_file *nof = (struct nbfs_open_file *)r->r1; local in function:nbfs_close [all...] |