HomeSort by: relevance | last modified time | path
    Searched refs:fhandle (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/librpcsvc/
mount.x 50 * The fhandle is the file handle that the server passes to the client.
55 typedef opaque fhandle[FHSIZE];
65 fhandle fhs_fhandle;
87 fhandle3 fhandle;
142 * point is the fhandle structure, which is the same for both
  /src/usr.sbin/mmcformat/
uscsi_subr.c 82 disc->fhandle = open(disc->dev_name, O_RDWR, 0); /* no create */
83 if (disc->fhandle<0) {
88 if (fstat(disc->fhandle, &dstat) < 0) {
101 close(disc->fhandle);
102 disc->fhandle = -1;
127 if (ioctl(disc->fhandle, SCIOCCOMMAND, &req) == -1)
178 error = ioctl(disc->fhandle, SCIOCIDENTIFY, &raddr);
244 disc->fhandle = open(disc->dev_name, O_RDWR | O_NONBLOCK, 0);
245 if (disc->fhandle<0) {
251 flags = fcntl(disc->fhandle, F_GETFL)
    [all...]
uscsilib.h 80 int fhandle; member in struct:uscsi_dev
81 void *devhandle; /* for if a fhandle is not enough */
  /src/sys/sys/
fstypes.h 53 struct fhandle { struct
57 typedef struct fhandle fhandle_t;
  /src/sys/ufs/lfs/
lfs_vnops.c 2042 fhp = (struct fhandle *)ap->a_data;
2050 fhp = (struct fhandle *)ap->a_data;

Completed in 33 milliseconds