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

1 2

  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_nt_transact_ioctl.c 57 * USHORT Fid; Handle for io or fs control. Unless BIT0
83 unsigned short fid; local
89 &fcode, &fid, &is_fsctl, &is_flags) != 0) {
smb_ofile.c 189 uint16_t fid; local
192 if (smb_idpool_alloc(&tree->t_fid_pool, &fid)) {
203 of->f_fid = fid;
525 * Find the open file whose fid matches the one specified in the request.
526 * If we can't find the fid or the shares (trees) don't match, we have a
527 * bad fid.
532 uint16_t fid)
546 if (of->f_fid == fid) {
1150 * DELETE access in the FID that is passed in the Trans2
1194 * the fid on which the DeleteOnClose was requested
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/libjlgrp/
jlgrp.c 45 jfieldID fid; local
47 fid = (*env)->GetFieldID(env, clazz, "cookie", "J");
48 return ((lgrp_cookie_t)(*env)->GetLongField(env, obj, fid));
135 jfieldID fid; local
146 fid = (*env)->GetFieldID(env, clazz, "domain",
148 domain = (*env)->GetObjectField(env, obj, fid);
151 fid = (*env)->GetFieldID(env, clazz, "id", "J");
152 id = (*env)->GetLongField(env, obj, fid);
191 jfieldID fid; local
202 fid = (*env)->GetFieldID(env, clazz, "domain"
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/libfmd_agent/common/
fmd_agent.c 92 fm_ioc_data_t fid; local
122 fid.fid_version = ver;
123 fid.fid_insz = insz;
124 fid.fid_inbuf = inbuf;
125 fid.fid_outsz = outsz;
126 fid.fid_outbuf = outbuf;
128 if (ioctl(hdl->agent_devfd, cmd, &fid) < 0)
131 err = nvlist_unpack(fid.fid_outbuf, fid.fid_outsz, outnvlp, 0);
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_acl.c 77 u_int16_t fid = SMB_FID_UNUSED; local
92 error = smbfs_smb_tmpopen(np, rights, &scred, &fid);
100 error = smbfs_smb_getsec_m(smi->smi_share, fid,
120 cerror = smbfs_smb_tmpclose(np, fid, &scred);
140 u_int16_t fid = SMB_FID_UNUSED; local
165 error = smbfs_smb_tmpopen(np, rights, &scred, &fid);
172 error = smbfs_smb_setsec_m(smi->smi_share, fid,
175 cerror = smbfs_smb_tmpclose(np, fid, &scred);
smbfs_vnops.c 247 u_int16_t fid, oldfid; local
323 * If we already have it open, and the FID is still valid,
324 * check whether the rights are sufficient for FID reuse.
363 error = smbfs_smb_open(np, rights, &scred, &attrcacheupdated, &fid,
369 * We have a new FID and access rights.
373 np->n_fid = fid;
981 unsigned short fid; local
1033 error = smbfs_smb_tmpopen(np, rights, &scred, &fid);
1062 error = smbfs_smb_setfsize(np, fid, vap->va_size, &scred);
1096 error = smbfs_smb_setfattr(np, fid,
1364 uint_t fid = (np->n_dirseq) ? local
1754 uint16_t fid; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmbrdr/common/
smbrdr_rpcpipe.c 72 * Open an RPC pipe on hostname. On success, return the fid. Otherwise
138 return (ofile->fid);
174 * Close the named pipe represented by fid.
177 smbrdr_close_pipe(int fid)
183 if ((ofile = smbrdr_ofile_get(fid)) == NULL)
209 * Locate the ofile for the specified fid. Just to be safe, ensure that
214 smbrdr_ofile_get(int fid)
226 if (ofile->fid == fid) {
299 syslog(LOG_DEBUG, "file[%d]: %s (fid=%d)", i
328 int fid; local
435 unsigned short fid; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
vfs.h 45 kmem_free((caddr_t)(fidp), sizeof (struct fid) - MAXFIDSZ + (fidp)->fid_len)
47 struct fid { struct
93 int (*vfs_vget)(); /* get vnode from fid */
  /onnv/onnv-gate/usr/src/uts/common/sys/
kiconv.h 56 uint16_t fid; /* fromcode id. */ member in struct:__anon7241
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv_ns.c 36 * returns the filehandle of vp as its fid. When nfs uses fid to set the
38 * the fid of the exported directory. This routine remaps the value of the
39 * attribute va_nodeid of vp to be the fid of vp, so that the fid can fit.
41 * We need this fid mainly for setting up NFSv4 server namespace where an
58 * XXX nfs3_fid()/nfs_fid() returns nfs filehandle as its fid
59 * which has a bigger length than local fid.
82 * Get an nfsv4 vnode of the given fid from the visible list of an
92 /* check if the given fid is in the visible list *
147 fid_t fid; local
558 fid_t fid; local
861 fid_t fid; local
911 fid_t fid; local
971 fid_t fid; local
1049 fid_t fid; local
    [all...]
nfs4_srv_readdir.c 108 fid_t fid; local
146 bzero(&fid, sizeof (fid));
147 fid.fid_len = MAXFIDSZ;
154 if (error = VOP_FID(vp, &fid, NULL)) {
171 newexi = checkexport4(&vp->v_vfsp->vfs_fsid, &fid, vp);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
devfm.c 236 fm_ioc_data_t fid; local
261 fid.fid_version = fid32.fid_version;
262 fid.fid_insz = fid32.fid_insz;
263 fid.fid_inbuf = (caddr_t)(uintptr_t)fid32.fid_inbuf;
264 fid.fid_outsz = fid32.fid_outsz;
265 fid.fid_outbuf = (caddr_t)(uintptr_t)fid32.fid_outbuf;
270 if (ddi_copyin((void *)data, &fid, sizeof (fm_ioc_data_t),
276 fid.fid_version != vers)
279 if (fid.fid_insz > FM_IOC_MAXBUFSZ)
281 if (fid.fid_outsz > FM_IOC_MAXBUFSZ
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
mlsvc_client.c 139 int fid; local
166 fid = smbrdr_open_pipe(server, domain, username, svc->endpoint);
167 if (fid < 0) {
174 clnt->fid = fid;
197 (void) smbrdr_close_pipe(fid);
226 (void) smbrdr_close_pipe(clnt->fid);
289 rc = smbrdr_get_ssnkey(clnt->fid, ssn_key, len);
437 nbytes = smbrdr_transact(clnt->fid,
470 nbytes = smbrdr_readx(clnt->fid,
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
x86pi_subr.c 556 fm_ioc_data_t fid; local
576 fid.fid_version = 1;
577 fid.fid_insz = insz;
578 fid.fid_inbuf = ibuf;
579 fid.fid_outsz = outsz;
580 fid.fid_outbuf = obuf;
583 rv = ioctl(fd, FM_IOC_GENTOPO_LEGACY, &fid);
592 (void) nvlist_unpack(fid.fid_outbuf, fid.fid_outsz, &nvl, 0);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
eventlib.c 404 evFile *fid; local
430 fid = ctx->fdNext;
431 ctx->fdNext = fid->next;
433 fd = fid->fd;
441 eventmask &= fid->eventmask;
457 new->u.file.this = fid;
  /onnv/onnv-gate/usr/src/ucbhead/sys/
vfs.h 72 kmem_free((caddr_t)(fidp), sizeof (struct fid) - MAXFIDSZ + (fidp)->fid_len)
74 typedef struct fid { struct
139 int (*vfs_vget)(struct vfs *, struct vnode **, struct fid *);
149 int (*vfs_vget)(); /* get vnode from fid */
  /onnv/onnv-gate/usr/src/uts/common/fs/udfs/
udf_dir.c 127 struct file_id *fid; local
212 offset, &fid, &fname, buf);
216 if ((fid->fid_flags & FID_DELETED) == 0) {
217 if (fid->fid_flags & FID_PARENT) {
225 fid->fid_idlen, &id_len,
239 loc = SWAP_32(fid->fid_icb.lad_ext_loc);
240 prn = SWAP_16(fid->fid_icb.lad_ext_prn);
242 FID_LEN(fid);
309 offset += FID_LEN(fid);
618 struct file_id *fid; local
887 struct file_id *fid; local
1031 struct file_id *fid; local
1134 struct file_id *fid; local
1291 struct file_id *fid; local
1358 struct file_id *fid; local
1453 struct file_id *fid; local
1639 struct file_id *fid; local
1785 struct file_id *fid; local
1885 struct file_id *fid; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
kiconv.c 1059 size_t fid; local
1096 fid = normalize_codename(op->fromcode);
1112 conv_list[j].fid == fid &&
1192 size_t fid; local
1201 fid = normalize_codename(fromcode);
1202 if (fid == (size_t)-1)
1218 if (conv_list[i].tid == tid && conv_list[i].fid == fid)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/fs/
cachefs_log.h 181 cfs_fid_t fid; /* file identifier */ member in struct:cachefs_log_getpage_record
193 cfs_fid_t fid; /* file identifier */ member in struct:cachefs_log_readdir_record
205 cfs_fid_t fid; /* file identifier */ member in struct:cachefs_log_readlink_record
216 cfs_fid_t fid; /* fid of file being removed */ member in struct:cachefs_log_remove_record
227 cfs_fid_t fid; /* fid of directory being removed */ member in struct:cachefs_log_rmdir_record
237 cfs_fid_t fid; /* file being truncated */ member in struct:cachefs_log_truncate_record
248 cfs_fid_t fid; /* file being written */ member in struct:cachefs_log_putpage_record
260 cfs_fid_t fid; /* fid of newly created file * member in struct:cachefs_log_create_record
270 cfs_fid_t fid; \/* fid of newly created directory *\/ member in struct:cachefs_log_mkdir_record
291 cfs_fid_t fid; \/* fid of newly created symlink *\/ member in struct:cachefs_log_symlink_record
302 cfs_fid_t fid; \/* fid of file being populated *\/ member in struct:cachefs_log_populate_record
313 cfs_fid_t fid; \/* fid of symlink being cached *\/ member in struct:cachefs_log_csymlink_record
323 cfs_fid_t fid; \/* fid of directory being filled *\/ member in struct:cachefs_log_filldir_record
333 cfs_fid_t fid; \/* fid of file for whom md slot is created *\/ member in struct:cachefs_log_mdcreate_record
343 cfs_fid_t fid; \/* fid of file for whom md slot is created *\/ member in struct:cachefs_log_gpfront_record
355 cfs_fid_t fid; \/* fid of directory *\/ member in struct:cachefs_log_rfdir_record
365 cfs_fid_t fid; \/* fid of allocmap-updated file *\/ member in struct:cachefs_log_ualloc_record
376 cfs_fid_t fid; \/* fid of allocmap-checked file *\/ member in struct:cachefs_log_calloc_record
387 cfs_fid_t fid; \/* fid of file being nocached *\/ member in struct:cachefs_log_nocache_record
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsdb/
fsdb.c 741 struct file_id *fid; local
744 fid = (struct file_id *)buf;
753 off += FID_LEN(fid);
770 struct file_id *fid; local
773 fid = (struct file_id *)buf;
777 off += FID_LEN(fid);
779 print_fid(stdout, fid);
930 struct file_id *fid; local
933 fid = (struct file_id *)buf;
938 if (ud_verify_tag(udh, &fid->fid_tag, UD_FILE_ID_DESC, 0, 0, 1) != 0)
967 struct file_id *fid; local
1061 struct file_id *fid; local
1332 struct file_id *fid; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
localtime.c 316 register int fid; local
346 if ((fid = open(name, OPEN_MODE)) == -1)
355 i = read(fid, buf, sizeof buf);
356 if (close(fid) != 0 || i < sizeof *tzhp)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_cc.c 494 dt_ident_t *aid, *fid; local
540 fid = aid->di_iarg;
565 fid->di_id, ((dt_idsig_t *)aid->di_data)->dis_args);
1079 dt_ident_t *aid, *fid; local
1095 fid = dnp->dn_aggfun->dn_ident;
1100 "be of scalar type\n", fid->di_name);
1162 if (fid->di_id == DTRACEAGG_LQUANTIZE) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/clib/
slp-internal.h 130 int fid; /* SLP function ID */ member in struct:handle_impl
  /onnv/onnv-gate/usr/src/lib/libzoneinfo/common/
libzone.c 830 int fid, ret; local
894 if ((fid = open(path, O_RDONLY)) == -1) {
897 if (read(fid, buf, sizeof (struct tzhead)) !=
899 (void) close(fid);
903 (void) close(fid);
906 if (close(fid) == -1) {
  /onnv/onnv-gate/usr/src/uts/common/fs/hsfs/
hsfs_vfsops.c 230 static int hsfs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp);
484 hsfs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp)
486 struct hsfid *fid; local
492 fid = (struct hsfid *)fidp;
501 nodeid = fid->hf_ino;
503 if ((*vpp = hs_findhash(nodeid, fid->hf_dir_lbn,
504 (uint_t)fid->hf_dir_off, vfsp)) == NULL) {
512 error = hs_remakenode(fid->hf_dir_lbn, (uint_t)fid->hf_dir_off,
    [all...]

Completed in 2629 milliseconds

1 2