HomeSort by relevance Sort by last modified time
    Searched defs:fh (Results 1 - 25 of 50) sorted by null

1 2

  /nfsv41/nfs41-gate/usr/src/lib/libsmbfs/smb/
print.c 60 uint16_t fh; local
90 mb_get_uint16(mbp, &fh);
91 *fhp = fh;
103 smb_printer_close(struct smb_ctx *ctx, int fh)
114 mb_put_uint16le(mbp, (uint16_t)fh);
file.c 65 smb_fh_close(struct smb_ctx *ctx, int fh)
76 mb_put_uint16le(mbp, (uint16_t)fh);
100 uint16_t fh; local
169 mb_get_uint16le(mbp, &fh); /* FID */
185 *fhp = fh;
274 smb_fh_read(struct smb_ctx *ctx, int fh, off_t offset, size_t count,
280 rwrq.ioc_fh = fh;
291 smb_fh_write(struct smb_ctx *ctx, int fh, off_t offset, size_t count,
297 rwrq.ioc_fh = fh;
316 smb_fh_xactnp(struct smb_ctx *ctx, int fh,
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
print.c 191 int fh = -1; local
193 error = smb_printer_open(ctx, setup_len, mode, title, &fh);
210 wcnt = smb_fh_write(ctx, fh, offset, rcnt, databuf);
224 (void) smb_printer_close(ctx, fh);
  /nfsv41/nfs41-gate/usr/src/uts/common/nfs/
nfs41_filehandle.h 65 } fh; member in struct:__anon18
70 #define FH41_SET_FLAG(ptr, flag) ((ptr)->fh.v1.flags |= (flag))
71 #define FH41_GET_FLAG(ptr, flag) ((ptr)->fh.v1.flags & (flag))
72 #define FH41_CLR_FLAG(ptr, flag) ((ptr)->fh.v1.flags &= ~(flag))
ds_filehandle.h 61 uint32_t flags; /* FH flags */
79 } fh; member in struct:mds_ds_fh
nnode_proxy.h 52 nfs_fh4 fh; member in struct:__anon3
mount.h 73 caddr_t fh; /* File handle to be mounted */ member in struct:nfs_args
109 caddr32_t fh; /* File handle to be mounted */ member in struct:nfs_args32
nfs_acl.h 77 fhandle_t fh; member in struct:GETACL2args
97 fhandle_t fh; member in struct:SETACL2args
116 fhandle_t fh; member in struct:GETATTR2args
134 fhandle_t fh; member in struct:ACCESS2args
161 fhandle_t fh; member in struct:GETXATTRDIR2args
167 fhandle_t fh; member in struct:GETXATTRDIR2resok
181 nfs_fh3 fh; member in struct:GETACL3args
207 nfs_fh3 fh; member in struct:SETACL3args
232 nfs_fh3 fh; member in struct:GETXATTRDIR3args
238 nfs_fh3 fh; member in struct:GETXATTRDIR3resok
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ProportionalLayout.java 137 float fh = (float)totalHeight local
140 c.setBounds(x, y, totalWidth, (int)fh);
141 y += (int)fh;
  /nfsv41/nfs41-gate/usr/src/uts/common/tnf/
tnf_buf.c 74 tnfw_b_alloc_block(tnf_buf_file_header_t *fh, enum tnf_alloc_mode istag)
88 lp = &fh->lock;
102 bcount = fh->com.block_count; /* total block count */
104 gen = fh->next_alloc.gen;
105 bn = fh->next_alloc.block[gen & TNFW_B_ALLOC_LO];
124 ((char *)fh + (bn << TNF_BLOCK_SHIFT));
134 gen = fh->next_alloc.gen;
135 bn = fh->next_alloc.block[gen & TNFW_B_ALLOC_LO];
151 tmp_gen = fh->next_alloc.gen;
152 tmp_bn = fh->next_alloc.block[tmp_gen & TNFW_B_ALLOC_LO]
310 tnf_buf_file_header_t *fh; local
344 tnf_buf_file_header_t *fh; local
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/devfsadm/
audio_link.c 149 finddevhdl_t fh; local
156 (finddev_readdir("/dev", &fh) == 0)) {
159 while ((!doneit) && ((path = finddev_next(fh)) != NULL)) {
169 finddev_close(fh);
  /nfsv41/nfs41-gate/usr/src/uts/common/fs/smbclnt/netsmb/
smb_usr.c 355 u_int16_t fh; local
386 fh = ioc->ioc_fh;
399 err = smb_rwuio(ssp, fh, rw, &auio, &scred, 0);
  /nfsv41/nfs41-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_mount.c 321 int fh; local
324 fh = sum_filehandle(NFS_FHSIZE);
325 (void) sprintf(buff, " FH=%04X", fh & 0xFFFF);
333 int fh; local
336 fh = sum_filehandle(NFS_FHSIZE);
338 (void) sprintf(get_line(0, 0), "File handle = [%04X]", fh & 0xFFFF);
412 int fh; local
416 fh = sum_filehandle(len);
417 (void) sprintf(buff, " FH=%04X", fh & 0xFFFF)
426 int fh; local
    [all...]
snoop_nfs.c 136 char *fh; local
161 fh = sum_nfsfh();
163 fh,
167 fh = sum_nfsfh();
173 fh, off, sz);
176 fh = sum_nfsfh();
178 fh,
181 fh = sum_nfsfh();
183 fh,
187 fh = sum_nfsfh()
490 int fh = 0; local
503 int fh; local
515 int fh; local
    [all...]
snoop_nfs3.c 167 char *fh, *name; local
191 fh = sum_nfsfh3();
196 fh, off, sz);
199 fh = sum_nfsfh3();
205 fh, off, sz, getxdr_u_long());
208 fh = sum_nfsfh3();
210 fh, sum_access());
216 fh = sum_nfsfh3();
218 fh, getxdr_string(buff,
222 fh = sum_nfsfh3()
787 int fh; local
801 int fh; local
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/fs.d/nfs/nfslog/
fhtab.h 32 * Support for the fh mapping file for nfslog.
79 fhandle_t fh; /* filehandle for this component */ member in struct:fhlist_ent
90 #define NAME_DELETED 0x02 /* is the dir info still valid for this fh? */
91 #define PUBLIC_PATH 0x04 /* is the dir info still valid for this fh? */
141 int db_add(char *fhpath, fhandle_t *dfh, char *name, fhandle_t *fh,
143 fhlist_ent *db_lookup(char *fhpath, fhandle_t *fh, fhlist_ent *fhrecp,
147 int db_delete(char *fhpath, fhandle_t *fh);
153 char *nfslog_get_path(fhandle_t *fh, char *name, char *fhpath, char *prtstr);
158 * Macro to determine which fhandle to use - input or public fh
160 #define NFSLOG_GET_FHANDLE2(fh) \
    [all...]
fhtab.c 60 #define PRINT_FULL_DATA(fp, func, dfh, fh, name, str) \
64 if ((fh) != NULL) { \
65 (void) fprintf(fp, ", fh "); \
66 debug_opaque_print(fp, fh, sizeof (*(fh))); \
74 fhandle_t fh; member in struct:export_handle_cache
87 static void fh_print_all_keys(char *fhpath, fhandle_t *fh);
89 static fhlist_ent *fh_lookup(char *fhpath, fhandle_t *fh, fhlist_ent *fhrecp,
97 static fhlist_ent *fh_lookup_link(char *fhpath, fhandle_t *dfh, fhandle_t *fh,
101 static struct export_handle_cache *find_fh_in_export_cache(fhandle_t *fh);
1125 fhandle_t *dfh, *fh; local
1229 fhandle_t *dfh, *fh; local
1357 fhandle_t *dfh, *fh; local
1511 fhandle_t *dfh, *fh; local
1635 fhandle_t *dfh, *fh; local
1681 fhandle_t *dfh, *fh; local
1844 fhandle_t *dfh, *fh; local
1884 fhandle_t *dfh, *fh; local
1928 fhandle_t *dfh, *fh; local
1995 fhandle_t *dfh, *fh; local
2130 fhandle_t *fh; local
2178 fhandle_t *fh; local
2220 fhandle_t *fh; local
    [all...]
nfslog_trans.c 96 fhandle_t fh; member in union:transentry::__anon653
196 if (bcmp(&(pte->fh_u.fh), &(entry->fh_u.fh),
593 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->ra_fhandle));
662 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->waargs_fhandle));
744 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->saa_fh));
806 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(
870 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->da_fhandle));
934 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->ca_da.da_fhandle));
980 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->da_fhandle))
1092 fhandle_t *fh = &args->la_from; local
1204 fhandle_t *fh = NFSLOG_GET_FHANDLE3(&args->file); local
1274 fhandle_t *fh = NFSLOG_GET_FHANDLE3(&args->file); local
1357 fhandle_t *fh = NFSLOG_GET_FHANDLE3(&args->object); local
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/libbc/inc/include/sys/
mount.h 75 caddr_t fh; /* File handle to be mounted */ member in struct:nfs_args
  /nfsv41/nfs41-gate/usr/src/lib/libbc/libc/sys/4.2/
mount.c 78 caddr_t fh; /* File handle to be mounted */ member in struct:nfsarg
146 na->fh = nfsa->fh;
  /nfsv41/nfs41-gate/usr/src/lib/libtnfprobe/
tnf_buf.c 107 volatile tnf_buf_file_header_t *fh; local
130 fh = (volatile tnf_buf_file_header_t *)_tnfw_b_control->tnf_buffer;
135 while (b != fh->com.block_size) {
140 while (b < fh->com.block_count) {
150 * first. fh->next_tag_alloc is only a hint; it is updated
153 if (istag && fh->next_tag_alloc < TNFW_B_DATA_BLOCK_BEGIN) {
154 i = fh->next_tag_alloc;
157 block = (tnf_block_header_t *) ((char *) fh + i);
161 i += fh->com.block_size;
164 if (i > fh->next_tag_alloc
345 tnf_buf_file_header_t *fh = (tnf_buf_file_header_t *)buf; local
442 volatile tnf_buf_file_header_t *fh; local
560 volatile tnf_buf_file_header_t *fh = local
629 volatile tnf_buf_file_header_t *fh = local
674 volatile tnf_buf_file_header_t *fh = local
692 volatile tnf_buf_file_header_t *fh = local
    [all...]
  /nfsv41/nfs41-gate/usr/src/uts/common/fs/nfs/
nfs41_srv_readdir.c 70 * Make sure we don't exceed our buffer, assume max fh size.
718 char fh[NFS41_FH_LEN]; member in struct:__anon4818
719 } fh; local
720 fh.len = 0;
721 fh.val = fh.fh;
722 (void) mknfs41_fh((nfs_fh4 *)&fh, vp,
727 (nfs41_fh_fmt_t *)fh.val)) {
    [all...]
nfs3_vfsops.c 195 nfs3_free_args(struct nfs_args *nargs, nfs_fhandle *fh)
198 if (fh)
199 kmem_free(fh, sizeof (*fh));
210 if (nargs->fh) {
211 kmem_free(nargs->fh, strlen(nargs->fh) + 1);
212 nargs->fh = NULL;
251 nfs3_copyin(char *data, int datalen, struct nfs_args *nargs, nfs_fhandle *fh)
362 if (copyin(STRUCT_FGETP(args, fh), fh, sizeof (nfs_fhandle)))
1606 nfs_fh3 fh; local
    [all...]
nfs_log_xdr.c 824 !xdr_post_op_fh3(xdrs, &infop->fh) ||
907 nfs_fh3 fh; local
910 fh = *objp;
911 fh.fh3_len = NFS_FHMAXDATA;
912 fh.fh3_xlen = NFS_FHMAXDATA;
913 fh.fh3_length = NFS3_OLDFHSIZE;
914 return (xdr_nfs_fh3_server(xdrs, &fh));
  /nfsv41/nfs41-gate/usr/src/lib/fm/libldom/sparc/
ldom.c 176 int fh; local
180 if ((fh = open("/devices/pseudo/mdesc@0:mdesc", O_RDONLY, 0)) < 0)
183 if (ioctl(fh, MDESCIOCGSZ, &size) < 0) {
184 (void) close(fh);
190 if (read(fh, bufp, size) < 0) {
192 (void) close(fh);
195 (void) close(fh);

Completed in 780 milliseconds

1 2