Searched refs:fid (Results 101 - 125 of 177) sorted by relevance

12345678

/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c268 SMBFID fid = 0; local
297 error = smbfs_tmpopen(share, np, SMB2_FILE_READ_DATA, &fid, context);
302 error = smb_smb_read(share, fid, uio, context);
304 cerror = smbfs_tmpclose(share, np, fid, context);
306 SMBWARNING_LOCK(np, "error %d closing fid %llx file %s\n", cerror, fid, np->n_name);
1972 * the fid. So just pretend that the cache will never expire
2625 SMBFID fid, struct smb2_durable_handle dur_handle, struct fileRefEntry **fndEntry)
2640 entry->fid = fid;
2624 AddFileRef(vnode_t vp, struct proc *p, uint16_t accessMode, uint32_t rights, SMBFID fid, struct smb2_durable_handle dur_handle, struct fileRefEntry **fndEntry) argument
2680 FindFileEntryByFID(vnode_t vp, SMBFID fid, struct fileRefEntry **fndEntry) argument
2763 FindMappedFileRef(vnode_t vp, struct fileRefEntry **fndEntry, SMBFID *fid) argument
2805 FindFileRef(vnode_t vp, proc_t p, uint16_t accessMode, int32_t flags, int64_t offset, int64_t length, struct fileRefEntry **fndEntry, SMBFID *fid) argument
[all...]
H A Dsmbfs_security.c635 SMBFID fid = 0; local
672 error = smbfs_tmpopen(share, np, SMB2_READ_CONTROL, &fid, context);
678 error = smbfs_smb_getsec(share, np, SMB2_READ_CONTROL | SMB2_SYNCHRONIZE, fid, selector,
684 cerror = smbfs_tmpclose(share, np, fid, context);
686 SMBWARNING_LOCK(np, "error %d closing fid %llx file %s\n",
687 cerror, fid, np->n_name);
1119 SMBFID fid = 0; local
1364 error = smbfs_tmpopen(share, np, openrights, &fid, context);
1369 fid, selector, ControlFlags,
1374 (void)smbfs_tmpclose(share, np, fid, contex
1540 SMBFID fid = 0; local
1858 SMBFID fid = 0; local
[all...]
H A Dsmbfs_notify_change.c175 * The fid changed while we were blocked just unlock and get out. If we are
497 SMBDEBUG_LOCK(np, "Sending notify for %s with fid = 0x%llx\n", np->n_name, np->d_fid);
1198 * last close then close the directory and set the fid to zero. This will stop
1209 SMBFID fid; local
1223 fid = np->d_fid;
1230 if (fid != 0) {
1231 (void)smbfs_tmpclose(share, np, fid, context);
1283 SMBFID fid = np->d_fid; local
1302 (void)smbfs_tmpclose(share, np, fid, context);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dwidget849 # fid = open(file, 'r')
850 fid = open([$demo_dir, file].join(File::Separator), 'r')
853 $code_text.insert('1.0', fid.read)
860 fid.close
941 fid = open([$demo_dir, file].join(File::Separator), 'r')
943 $code_text.insert('1.0', fid.read)
948 fid.close
976 open(fname, 'w'){|fid| fid.print(code)}
/macosx-10.10/tcl-105/tcl84/tcl/library/msgcat/
H A Dmsgcat.tcl281 set fid [open $langfile "r"]
282 fconfigure $fid -encoding utf-8
283 uplevel 1 [read $fid]
284 close $fid
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.h126 Font fid; /* For backwards compatibility with XGCValues member in struct:TkFont
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.h126 Font fid; /* For backwards compatibility with XGCValues member in struct:TkFont
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_files.c45 u_int8_t fid[DB_FILE_ID_LEN]; local
257 __qam_exid(dbp, fid, extid);
258 (void)__memp_set_fileid(mpf, fid);
714 u_int8_t fid[DB_FILE_ID_LEN]; local
819 __qam_exid(dbp, fid, exid);
826 fid, NULL, exname, NULL,
836 txn, buf, nbuf, fid, DB_APP_DATA, 1,
844 if ((ret = __fop_remove(env, txn, fid, buf,
/macosx-10.10/ntp-92/ntpd/
H A Dntpd.c735 int fid; local
737 fid = open("/dev/tty", 2);
738 if (fid >= 0)
740 (void) ioctl(fid, (u_long) TIOCNOTTY, (char *) 0);
741 (void) close(fid);
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_usr_2.c190 closep->fid = close_ioc->ioc_fid;
397 ioctlp->fid = -1;
506 ioctlp->fid = ioctl_ioc->ioc_fid;
743 queryp->fid = query_dir_ioc->ioc_fid;
840 read_writep->fid = rw_ioc->ioc_fid;
H A Dsmb_smb_2.c83 smb2_smb_read_uio(struct smb_share *share, SMBFID fid, uio_t uio,
335 /* map fid to SMB 2 fid */
336 error = smb_fid_get_kernel_fid(share, dur_handlep->fid, 0, &smb2_fid);
409 /* map fid to SMB 2/3 fid */
410 error = smb_fid_get_kernel_fid(share, changep->fid, 0, &smb2_fid);
478 /* map fid to SMB 2/3 fid */
479 error = smb_fid_get_kernel_fid(share, closep->fid,
523 smb2_smb_close_fid(struct smb_share *share, SMBFID fid, struct smb_rq **compound_rqp, struct smb2_close_rq **in_closep, vfs_context_t context) argument
873 smb2_smb_flush(struct smb_share *share, SMBFID fid, vfs_context_t context) argument
1713 smb2_smb_lock(struct smb_share *share, int op, SMBFID fid, off_t offset, uint64_t length, vfs_context_t context) argument
6186 smb2_smb_read_uio(struct smb_share *share, SMBFID fid, uio_t uio, vfs_context_t context) argument
6606 smb_smb_read(struct smb_share *share, SMBFID fid, uio_t uio, vfs_context_t context) argument
7296 smb2_smb_write_uio(struct smb_share *share, SMBFID fid, uio_t uio, int ioflag, vfs_context_t context) argument
7391 smb_smb_write(struct smb_share *share, SMBFID fid, uio_t uio, int ioflag, vfs_context_t context) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dparallel.tcl24 set fid [open $file]
28 while { [gets $fid str] != -1 } {
91 close $fid
H A Dtestutils.tcl72 set fid [open $file r]
73 fconfigure $fid -translation binary
74 set data [read $fid]
75 close $fid
87 set fid [open $outfile w]
88 fconfigure $fid -translation binary
90 puts -nonewline $fid $data
94 puts -nonewline $fid $data
96 close $fid
104 set fid [ope
[all...]
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DCreate.c654 values->font = p_fnt_info->fid;
668 values->font = s_fnt_info->fid;
680 values->font = s_fnt_info->fid;
698 values->font = s_fnt_info->fid;
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DCatalogCheck.c98 printSymLinkName(SGlobPtr GPtr, UInt32 fid) argument
104 if (GetFileNamePathByID(GPtr, fid, pathname, &path_len, filename, &fname_len, &status) == 0) {
200 findFolderEntry(struct folderCountInfo *fcip, int numFolders, UInt32 fid) argument
205 indx = fid % numFolders; // Slot index
208 if (retval->folderID == fid) {
213 if (retval->folderID == fid)
222 addFolderEntry(struct folderCountInfo *fcip, int numFolders, UInt32 fid) argument
227 indx = fid % numFolders;
230 if (retval->folderID == fid)
240 } else if (retval->folderID == fid) {
[all...]
/macosx-10.10/BerkeleyDB-21/db/fileops/
H A Dfileops_autop.c91 for (i = 0; i < argp->fid.size; i++) {
92 ch = ((u_int8_t *)argp->fid.data)[i];
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog68 set fid [open [iw_demo_file $name] r]
69 set code [read $fid]
70 close $fid
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_cc.c498 dt_ident_t *aid, *fid; local
544 fid = aid->di_iarg;
569 fid->di_id, ((dt_idsig_t *)aid->di_data)->dis_args);
1307 dt_ident_t *aid, *fid; local
1323 fid = dnp->dn_aggfun->dn_ident;
1328 "be of scalar type\n", fid->di_name);
1390 if (fid->di_id == DTRACEAGG_LQUANTIZE) {
1525 if (fid->di_id == DTRACEAGG_LLQUANTIZE) {
1658 if (fid->di_id == DTRACEAGG_QUANTIZE) {
1667 fid
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dsscmaset.c174 FILE *fid; local
197 if (!(fid = fopen (filename, "r")))
211 if (fread ((char *)ndr_g_ascii_to_ebcdic, 1, 512, fid) < (size_t)512)
213 fclose (fid);
221 fclose (fid);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dwidget889 code = open([$demo_dir, file].join(File::Separator), 'r'){|fid| fid.read }
975 code = open([$demo_dir, file].join(File::Separator), 'r'){|fid| fid.read }
1008 open(fname, 'w'){|fid| fid.print(code)}
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dfigmemo_sample.rb367 fid = open(fpath, 'w')
375 fid.print(txt, "\n")
378 fid.close
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c264 fontPtr->font.fid = XLoadFont(Tk_Display(tkwin), "fixed");
336 if (fontPtr->font.fid) {
337 XUnloadFont(fontPtr->display, fontPtr->font.fid);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dmultixterm896 if {[catch {open $script} fid]} {
900 while {-1 != [gets $fid buf]} {
907 while {-1 != [gets $fid buf]} {
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Ddriver.c387 FILE *fid, /* [in] File handle of stub file */
403 if (cmd_opt[opt_confirm] || fid == NULL)
377 stub_compile( boolean *cmd_opt, void **cmd_val, int opt_file, FILE *fid, char *compile_cmd ) argument
/macosx-10.10/groff-38/groff/src/devices/xditview/
H A Dfont.c194 XUnloadFont (XtDisplay (dw), fs->font->fid);
428 XSetFont (XtDisplay (dw), dw->dvi.normal_GC, font->fid);

Completed in 510 milliseconds

12345678