Searched refs:fid (Results 76 - 100 of 177) sorted by relevance

12345678

/macosx-10.10/hfs-285/CopyHFSMeta/
H A Dutil.c284 #define ADDEXTS(vop, file, fid) \
295 AddExtentForFile(vop, S32(ep->startBlock) * pSize, S32(ep->blockCount) * pSize, fid); \
297 AddExtentForFile(vop, S32(ap->startBlock) * aSize, S32(ap->blockCount) * aSize, fid); \
352 unsigned int fid = S32(fp->fileID); local
361 retval = handler(fid, start, length);
390 unsigned int fid; local
409 fid = S32(keyp->fileID);
416 retval = handler(fid, start, length);
513 if (exts->extents[indx].fid == 0) {
516 if (debug) fprintf(stderr, "%s: fid
[all...]
H A Dmain.c129 FindOtherMetadata(vop, ^(int fid, off_t start, off_t len) {
130 AddExtentForFile(vop, start, len, fid);
131 // fprintf(stderr, "AddExtentForFile(%p, %llu, %llu, %u)\n", vop, start, len, fid);
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest116.tcl250 set fid [open $dbfile r]
251 fconfigure $fid -translation binary
256 seek $fid $offset start
257 set file_lsns($pg) [read $fid 8]
258 set eof [eof $fid]
261 close $fid
H A Dlog006.tcl211 set fid [open $f r]
212 fconfigure $fid -translation binary
214 set data [read $fid [expr $lmax - [expr $lmax / 8]]]
215 close $fid
H A Dtest094.tcl140 set fid [open $f r]
141 fconfigure $fid -translation binary
142 set cont [read $fid]
143 close $fid
H A Drep020.tcl226 set fid [open $clientdir($i)/__db.rep.egen r]
227 fconfigure $fid -translation binary
228 set data [read $fid 4]
235 close $fid
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl1509 set fid [ open $filename r ]
1510 fconfigure $fid -translation binary
1511 fconfigure $fid -buffersize 1024
1512 fconfigure $fid -buffering full
1513 set test [ read $fid 1024 ]
1514 ::close $fid
1516 catch { ::close $fid }
1633 set fid [ open $filename r ]
1634 fconfigure $fid -translation binary
1635 fconfigure $fid
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker.tcl576 set fid $id
581 set fid [list $id]
582 if {[info exists sect($fid)]} {
584 set pid $sect($fid)
594 set fid [lindex $ic 0]
595 set pid $sect($fid)
602 set fid [list $sectci $id]
603 if {![info exists sect($fid)]} {
606 set fid [lindex $ic 0]
608 set pid $sect($fid)
[all...]
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Dfileops_auto.h21 DBT fid; member in struct:___fop_remove_args
/macosx-10.10/BerkeleyDB-21/db/fileops/
H A Dfop_basic.c258 __fop_rename(env, txn, oldname, newname, fid, appname, with_undo, flags)
263 u_int8_t *fid;
287 fiddbt.data = fid;
301 ret = __memp_nameop(env, fid, newname, o, n, 0);
H A Dfileops.src42 DBT fid DBT s
101 * tmp_fid: The unique fid of the tmp file that is removed.
H A Dfileops_auto.c252 memset(&argp->fid, 0, sizeof(argp->fid));
253 LOGCOPY_32(env,&argp->fid.size, bp);
255 argp->fid.data = bp;
256 bp += argp->fid.size;
271 name, fid, appname)
277 const DBT *fid;
324 + sizeof(u_int32_t) + (fid == NULL ? 0 : fid->size)
374 if (fid
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dmtsbacke.c394 FILE *fid,
399 fprintf (fid, USER_INCLUDE_TEMPLATE, header_name);
401 fprintf (fid, INCLUDE_TEMPLATE, "idlddefs.h");
452 FILE *fid ATTRIBUTE_UNUSED,
392 CSPELL_mts_includes( FILE *fid, char header_name[] ) argument
H A Dmessage.c349 * Inputs: fid - file handle of file for output message
353 * Outputs: message printed to file indicated by fid not including argument
360 FILE *fid,
378 fprintf(fid, "%s\n", str);
H A Dfiles.c118 FILE **fid /*[out] File handle; ==NULL on FALSE status */
121 if ((*fid = fopen(filespec, "r")) == NULL)
144 FILE **fid /*[out] File handle; ==NULL on FALSE status */
149 if ((*fid = fopen(filespec, MODE_WRITE)) == NULL)
/macosx-10.10/hfs-285/libhfs_metadata/
H A Diterate_hfs_metadata.c75 retval = FindOtherMetadata(vop, ^(int fid __unused, off_t start, off_t len) {
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_vnops.c90 * is ok and the file was reopened then get the fid we need for doing the IO.
97 uint16_t accessMode, SMBFID *fid, int error,
110 uio_offset(uio), uio_resid(uio), NULL, fid)) {
111 *fid = np->f_fid;
114 /* Should always have a fid at this point */
115 DBG_ASSERT(*fid != 0);
200 SMBFID fid = 0; local
264 SMBWARNING("close file failed %d on fid %llx\n",
273 error = smbfs_smb_close(share, curr->fid, context);
275 SMBWARNING("close file failed %d on fid
96 smbfs_io_reopen(struct smb_share *share, vnode_t vp, uio_t uio, uint16_t accessMode, SMBFID *fid, int error, vfs_context_t context) argument
892 SMBFID fid = 0; local
1384 SMBFID fid = 0; local
1841 SMBFID fid = 0; local
2299 SMBFID fid = 0; local
2926 SMBFID fid = 0; local
3180 SMBFID fid = 0; local
3381 SMBFID fid = 0; local
4248 SMBFID fid = 0; local
5489 SMBFID fid = 0; local
6698 SMBFID fid = 0; local
7116 SMBFID fid = 0; local
7235 SMBFID fid = 0; local
8317 SMBFID fid = 0; local
8860 SMBFID fid = 0; local
[all...]
H A Dsmbfs_smb.c115 * Since we always use the fid that open the file to take the lock the network
119 smb1fs_smb_lock(struct smb_share *share, int op, SMBFID fid, uint32_t pid, argument
127 uint16_t smb1_fid = (uint16_t) fid; /* cast to SMB 1 fid */
670 smb1fs_smb_markfordelete(struct smb_share *share, SMBFID fid, argument
676 uint16_t smb1_fid = (uint16_t) fid; /* cast to SMB 1 fid */
685 /* SMB 1 fid in volatile */
806 smbfs_smb_fsctl(struct smb_share *share, uint32_t fsctl, SMBFID fid, argument
812 uint16_t smb1_fid = (uint16_t) fid; /* cas
1014 SMBFID fid = 0; local
1089 SMBFID fid = 0; local
1207 smbfs_smb_get_reparse_tag(struct smb_share *share, SMBFID fid, uint32_t *reparseTag, char **outTarget, size_t *outTargetlen, vfs_context_t context) argument
1326 SMBFID fid = 0; local
1385 SMBFID fid = 0; local
2362 SMBFID fid = 0; local
2461 SMBFID fid = 0; local
2711 smb1fs_smb_flush(struct smb_share *share, SMBFID fid, vfs_context_t context) argument
2750 smb1fs_seteof(struct smb_share *share, SMBFID fid, uint64_t newsize, vfs_context_t context) argument
2788 smb1fs_set_allocation(struct smb_share *share, SMBFID fid, uint64_t newsize, vfs_context_t context) argument
2824 smbfs_seteof(struct smb_share *share, struct smbnode *np, SMBFID fid, uint64_t newsize, vfs_context_t context) argument
2850 SMBFID fid = 0; local
3210 smb1fs_smb_setfattrNT(struct smb_share *share, uint32_t attr, SMBFID fid, struct timespec *crtime, struct timespec *mtime, struct timespec *atime, vfs_context_t context) argument
3301 uint16_t fid, *namelenp; local
3739 smbfs_tmpclose(struct smb_share *share, struct smbnode *np, SMBFID fid, vfs_context_t context) argument
3785 smb1fs_smb_openread(struct smb_share *share, struct smbnode *np, SMBFID *fid, uint32_t rights, uio_t uio, size_t *sizep, const char *name, struct timespec *mtime, vfs_context_t context) argument
4630 smb1fs_smb_close(struct smb_share *share, SMBFID fid, vfs_context_t context) argument
4688 SMBFID fid = 0; local
4918 SMBFID fid = 0; local
5965 smbfs_smb_getsec_int(struct smb_share *share, SMBFID fid, uint32_t selector, struct ntsecdesc **res, uint32_t *reslen, vfs_context_t context) argument
6051 smbfs_smb_getsec(struct smb_share *share, struct smbnode *np, uint32_t desired_access, SMBFID fid, uint32_t selector, struct ntsecdesc **res, size_t *rt_len, vfs_context_t context) argument
6089 smb1fs_setsec(struct smb_share *share, SMBFID fid, uint32_t selector, uint16_t ControlFlags, struct ntsid *owner, struct ntsid *group, struct ntacl *sacl, struct ntacl *dacl, vfs_context_t context) argument
[all...]
/macosx-10.10/groff-38/groff/src/libs/libbib/
H A Dlinear.cpp430 linear_search_item(const char *filename, int fid);
447 search_item *make_linear_search_item(int fd, const char *filename, int fid) argument
449 linear_search_item *item = new linear_search_item(filename, fid);
458 linear_search_item::linear_search_item(const char *filename, int fid) argument
459 : search_item(filename, fid)
H A Dindex.cpp78 void add_out_of_date_file(int fd, const char *filename, int fid);
109 index_search_item::index_search_item(const char *filename, int fid) argument
110 : search_item(filename, fid), out_of_date_files(0), buffer(0), map_addr(0),
274 search_item *make_index_search_item(const char *filename, int fid) argument
282 index_search_item *item = new index_search_item(index_filename, fid);
612 int fid)
618 *pp = make_linear_search_item(fd, filename, fid);
611 add_out_of_date_file(int fd, const char *filename, int fid) argument
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DtomAmp.tcl429 set fid [open $tomAmp(settingsFile) w]
430 puts $fid [array get tomAmpSettings]
431 close $fid
479 set fid [open $tomAmp(settingsFile) r]
480 array set tomAmpSettings [read $fid]
484 close $fid
522 set fid [open $fName r]
523 set full [split [read $fid] \n]
528 close $fid
566 set fid [ope
[all...]
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dat.c193 FILE *fid; local
195 if ((fid = fopen(ATJOB_DIR ".SEQ", "r+")) != NULL) {
196 if (fscanf(fid, "%5lx", &jobno) == 1) {
197 rewind(fid);
199 fprintf(fid, "%05lx\n", jobno);
203 fclose(fid);
206 else if ((fid = fopen(ATJOB_DIR ".SEQ", "w")) != NULL) {
207 fprintf(fid, "%05lx\n", jobno = 1);
208 fclose(fid);
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-enet.c109 efReadError(int fid, char *msg) argument
112 if (lseek(fid, 0, 0) < 0) {
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dsmbclient_internal.h203 * @fid - dir File ID to do query dir on
218 SMBFID fid,
/macosx-10.10/BerkeleyDB-21/db/dbreg/
H A Ddbreg_util.c491 __dbreg_fid_to_fname(dblp, fid, have_lock, fnamep)
493 u_int8_t *fid;
510 if (memcmp(fnp->ufid, fid, DB_FILE_ID_LEN) == 0) {
531 __dbreg_get_name(env, fid, fnamep, dnamep)
533 u_int8_t *fid;
541 if (dblp != NULL && __dbreg_fid_to_fname(dblp, fid, 0, &fnp) == 0) {

Completed in 436 milliseconds

12345678