Searched refs:file_start (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtrace_init.c84 static char *file_start; variable
206 if ((file_start = mmap(0, tnf_trace_file_size,
212 (void) memset(file_start, 0, tnf_trace_file_size);
214 _tnfw_b_control->tnf_buffer = file_start;
216 if (tnfw_b_init_buffer(file_start, tnf_trace_file_size / TNF_BLOCK_SIZE,
H A Dtrace_funcs.c103 volatile char *file_start; local
206 /* set file_start after calling alloc because it allocs the file */
207 file_start = _tnfw_b_control->tnf_buffer;
214 (tnf_record_p)probe_index - (tnf_record_p) file_start);
243 shift = ((tnf_buf_file_header_t *)file_start)->com.file_log_size;
/illumos-gate/usr/src/lib/libtnf/
H A Dref.c60 base = tnf->file_start;
132 ((char *)tnf->file_start
154 cell = (tnf_ref32_t *) ((char *)tnf->file_start + reftemp);
169 cell = (tnf_ref32_t *) ((char *)tnf->file_start +
219 cell = (tnf_ref32_t *) ((char *)tnf->file_start +
H A Dreader.c66 tnf->file_start = base;
144 tnf->data_start = tnf->file_start + tnf->directory_size;
H A Ddatum.c84 if ((val <= tnf->file_start) || (val >= tnf->file_end))
H A Dlibtnf.h135 caddr_t file_start; member in struct:TNF
137 caddr_t file_end; /* file_start + file_size */
151 caddr_t data_start; /* file_start + 64KB */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c46 unsigned long file_start; member in struct:iso_inode_info
133 INODE->file_start = 0;
156 INODE->file_start = 0;
378 INODE->file_start = idr->extent.l;
419 if (INODE->file_start == 0)
433 if (!iso9660_devread(INODE->file_start + sector, blkoffset, size, buf))
H A Dfsys_zfs.c60 static uint64_t file_start = 0; variable
1830 file_start = file_end = 0;
1837 if (filepos >= file_start && filepos+len <= file_end) {
1838 grub_memmove(buf, file_buf + filepos - file_start, len);
1872 file_start = blkid * blksz;
1873 file_end = file_start + blksz;
1877 grub_memmove(buf, file_buf + filepos - file_start,
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c114 int file_start; /* The index in the input line of the first character */ member in struct:CplFileConf
767 conf->file_start = args->file_start;
775 if(conf->file_start < 0) {
783 start_path = line + conf->file_start;
811 cfa->file_start = -1;
829 cfc->file_start = -1;
924 cfc->file_start = start_index;
H A Dpcache.c80 int file_start; /* The index in the input line of the first character */ member in struct:PcaPathConf
1185 ppc->file_start = -1;
1259 if(ppc->file_start < 0) {
1266 start_path = line + ppc->file_start;
1614 ppc->file_start = start_index;
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_writer.c401 volatile char *file_start = _tnfw_b_control->tnf_buffer; local
407 ((tnf_buf_file_header_t *)file_start)->com.file_log_size;
412 if (((char *)dest_header_p < (file_start + TNFW_B_FW_ZONE)) ||
416 offset_delta = (tnf_ref32_t)(item - (tnf_record_p) file_start);
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h422 int file_start; /* Equivalent to the argument of cfc_file_start() */ member in struct:__anon4100

Completed in 4063 milliseconds