Searched refs:file_data (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/diff/src/
H A Ddiff.h235 struct file_data {
309 struct file_data file[2];
315 XTERN struct file_data files[2];
329 void print_context_header (struct file_data[], bool);
343 void file_block_read (struct file_data *, size_t);
344 bool read_files (struct file_data[], bool);
361 lin translate_line_number (struct file_data const *, lin);
377 void print_number_range (char, struct file_data *, lin, lin);
380 void translate_range (struct file_data const *, lin, lin, long int *, long int *);
232 struct file_data { struct
H A Difdef.c29 struct file_data const *file;
36 struct file_data const *, lin,
240 struct file_data const *file = group->file;
306 struct file_data const *file, lin n,
H A Dcontext.c51 struct file_data *inf,
75 print_context_header (struct file_data inf[], bool unidiff)
120 print_context_number_range (struct file_data const *file, lin a, lin b)
268 print_unidiff_number_range (struct file_data const *file, lin a, lin b)
H A Dio.c74 file_block_read (struct file_data *current, size_t size)
100 sip (struct file_data *current, bool skip_test)
151 slurp (struct file_data *current)
221 find_and_hash_each_line (struct file_data *current)
524 prepare_text (struct file_data *current)
572 /* Given a vector of two file_data objects, find the identical
576 find_identical_ends (struct file_data filevec[])
809 /* Given a vector of two file_data objects, read the file associated
815 read_files (struct file_data filevec[], bool pretend_binary)
H A Dutil.c608 translate_line_number (struct file_data const *file, lin i)
618 translate_range (struct file_data const *file,
633 print_number_range (char sepchar, struct file_data *file, lin a, lin b)
H A Ddir.c56 dir_read (struct file_data const *dir, struct dirdata *dirdata)
H A Danalyze.c377 discard_confusing_lines (struct file_data filevec[])
587 shift_boundaries (struct file_data filevec[])
710 build_reverse_script (struct file_data const filevec[])
747 build_script (struct file_data const filevec[])
781 briefly_report (int changes, struct file_data const filevec[])
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dlog.c211 struct file_data{ struct
223 struct file_data *f = data;
247 struct file_data *f = data;
257 struct file_data *fd = malloc(sizeof(*fd));
/freebsd-10.0-release/sys/dev/xen/blkback/
H A Dblkback.c2235 struct xbb_file_data *file_data; local
2248 file_data = &xbb->backend.file;
2284 xuio.uio_iov = file_data->xiovecs;
2300 xiovec = &file_data->xiovecs[xuio.uio_iovcnt];
2311 p_vaddr = &file_data->xiovecs_vaddr[xuio.uio_iovcnt];
2339 for (seg_idx = 0, p_vaddr = file_data->xiovecs_vaddr,
2352 memcpy(file_data->saved_xiovecs, xuio.uio_iov,
2387 (IO_DIRECT|IO_SYNC) : 0, file_data->cred);
2421 IO_SYNC : 0, file_data->cred);
2437 for (seg_idx = 0, p_vaddr = file_data
2593 struct xbb_file_data *file_data; local
[all...]
/freebsd-10.0-release/contrib/texinfo/util/
H A Dtexindex.c1025 char *file_data;
1044 file_data = data;
1076 nextline = parsefile (infile, nextline, file_data, file_size);
1018 char *file_data; local
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_backend_block.c642 struct ctl_be_block_filedata *file_data; local
651 file_data = &be_lun->backend.file;
706 (IO_DIRECT|IO_SYNC) : 0, file_data->cred);
746 IO_SYNC : 0, file_data->cred);
1281 struct ctl_be_block_filedata *file_data; local
1287 file_data = &be_lun->backend.file;
1318 file_data->cred = crhold(curthread->td_ucred);

Completed in 120 milliseconds