Searched refs:boot_nfs_read (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c70 static ssize_t boot_nfs_read(int fd, caddr_t buf, size_t size);
82 boot_nfs_read,
255 boot_nfs_read(int fd, char *buf, size_t size) function
261 dprintf("boot_nfs_read: Bad file number.\n");
265 dprintf("boot_nfs_read: Bad address.\n");
271 printf("boot_nfs_read(%d, %x, 0x%x)\n", fd, buf, size);
289 printf("boot_nfs_read: NFS Version %d not supported\n",
297 printf("boot_nfs_read(): 0x%x bytes.\n", count);

Completed in 57 milliseconds