Searched defs:fh (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_common_compat.h21 unsigned long fh; member in struct:fuse_file_info_compat
H A Dfuse_common.h73 uint64_t fh; member in struct:fuse_file_info
/osnet-11/usr/src/lib/libuvfs/common/
H A Dfsid.c73 libuvfs_fh_t fh; local
76 (void) memcpy(&fh.fs_fid_random, &fs->fs_fid_random,
77 sizeof (fh.fs_fid_random));
79 (void) memcpy(&fh.fs_fid_seq, &seq, sizeof (fh.fs_fid_seq));
81 fid->uvfid_len = sizeof (fh);
82 (void) memcpy(fid->uvfid_data, &fh, sizeof (fh));
93 libuvfs_fh_t *fh = (libuvfs_fh_t *)(&fid->uvfid_data); local
97 assert(memcmp(&fh
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.c180 int fh; local
184 if ((fh = open("/devices/pseudo/mdesc@0:mdesc", O_RDONLY, 0)) < 0)
187 if (ioctl(fh, MDESCIOCGSZ, &size) < 0) {
188 (void) close(fh);
194 if (read(fh, bufp, size) < 0) {
196 (void) close(fh);
199 (void) close(fh);
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c876 cmpkey(files_hash_t *fh, files_hashent_t *hpa, files_hashent_t *hpb) argument
887 linea = &fh->fh_line[hpa - fh->fh_table];
891 lineb = &fh->fh_line[hpb - fh->fh_table];
910 insertsorted(files_hash_t *fh, files_hashent_t **hpp, files_hashent_t *new) argument
912 while (*hpp != NULL && cmpkey(fh, new, *hpp) > 0)

Completed in 31 milliseconds