/src/sys/arch/alpha/stand/netboot/ |
conf.c | 11 { nfs_open, nfs_close, nfs_read, nfs_write, nfs_seek, nfs_stat },
|
/src/sys/arch/mvme68k/stand/netboot/ |
conf.c | 12 { nfs_open, nfs_close, nfs_read, nfs_write, nfs_seek, nfs_stat },
|
/src/sys/arch/arc/stand/boot/ |
conf.c | 91 #define nfs_write 0 macro
|
/src/sys/arch/emips/stand/common/ |
conf.c | 100 #define nfs_write 0 macro
|
/src/sys/arch/mipsco/stand/common/ |
conf.c | 88 #define nfs_write 0 macro
|
/src/sys/arch/pmax/stand/common/ |
conf.c | 99 #define nfs_write 0 macro
|
/src/sys/arch/sgimips/stand/common/ |
conf.c | 91 #define nfs_write 0 macro
|
/src/sys/nfs/ |
nfsnode.h | 255 int nfs_write(void *);
|
nfs_bio.c | 440 nfs_write(void *v) function in typeref:typename:int 461 panic("nfs_write mode");
|
nfs_vnops.c | 114 { &vop_write_desc, nfs_write }, /* write */
|
/src/sys/lib/libsa/ |
nfs.c | 841 nfs_write(struct open_file *f, void *buf, size_t size, size_t *resid) function in typeref:typename:__compactcall int
|