Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfprobe/
H A Dtrace_init.c84 static char *file_start; variable
206 if ((file_start = mmap(0, tnf_trace_file_size, in _tnf_trace_initialize()
212 (void) memset(file_start, 0, tnf_trace_file_size); in _tnf_trace_initialize()
214 _tnfw_b_control->tnf_buffer = file_start; in _tnf_trace_initialize()
216 if (tnfw_b_init_buffer(file_start, tnf_trace_file_size / TNF_BLOCK_SIZE, in _tnf_trace_initialize()
H A Dtrace_funcs.c103 volatile char *file_start; in tnf_trace_alloc() local
207 file_start = _tnfw_b_control->tnf_buffer; in tnf_trace_alloc()
214 (tnf_record_p)probe_index - (tnf_record_p) file_start); in tnf_trace_alloc()
243 shift = ((tnf_buf_file_header_t *)file_start)->com.file_log_size; in tnf_trace_alloc()
/titanic_41/usr/src/lib/libtnf/
H A Dref.c60 base = tnf->file_start; in vaddr_to_phys()
132 ((char *)tnf->file_start in _tnf_get_ref32()
154 cell = (tnf_ref32_t *) ((char *)tnf->file_start + reftemp); in _tnf_get_ref32()
169 cell = (tnf_ref32_t *) ((char *)tnf->file_start + in _tnf_get_ref32()
219 cell = (tnf_ref32_t *) ((char *)tnf->file_start + in _tnf_get_ref16()
H A Dreader.c66 tnf->file_start = base; in tnf_reader_begin()
144 tnf->data_start = tnf->file_start + tnf->directory_size; in tnf_reader_begin()
H A Ddatum.c84 if ((val <= tnf->file_start) || (val >= tnf->file_end)) in _tnf_check_datum()
H A Dlibtnf.h135 caddr_t file_start; member
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c46 unsigned long file_start; member
133 INODE->file_start = 0; in iso9660_mount()
156 INODE->file_start = 0; in iso9660_dir()
378 INODE->file_start = idr->extent.l; in iso9660_dir()
419 if (INODE->file_start == 0) in iso9660_read()
433 if (!iso9660_devread(INODE->file_start + sector, blkoffset, size, buf)) in iso9660_read()
H A Dfsys_zfs.c59 static uint64_t file_start = 0; variable
1825 file_start = file_end = 0; in zfs_read()
1832 if (filepos >= file_start && filepos+len <= file_end) { in zfs_read()
1833 grub_memmove(buf, file_buf + filepos - file_start, len); in zfs_read()
1867 file_start = blkid * blksz; in zfs_read()
1868 file_end = file_start + blksz; in zfs_read()
1872 grub_memmove(buf, file_buf + filepos - file_start, in zfs_read()
/titanic_41/usr/src/lib/libtecla/common/
H A Dcplmatch.c114 int file_start; /* The index in the input line of the first character */ member
767 conf->file_start = args->file_start; in CPL_MATCH_FN()
775 if(conf->file_start < 0) { in CPL_MATCH_FN()
783 start_path = line + conf->file_start; in CPL_MATCH_FN()
811 cfa->file_start = -1; in cpl_init_FileArgs()
829 cfc->file_start = -1; in cpl_init_FileConf()
924 cfc->file_start = start_index; in cfc_file_start()
H A Dpcache.c80 int file_start; /* The index in the input line of the first character */ member
1185 ppc->file_start = -1; in pca_init_PcaPathConf()
1259 if(ppc->file_start < 0) { in CPL_MATCH_FN()
1266 start_path = line + ppc->file_start; in CPL_MATCH_FN()
1614 ppc->file_start = start_index; in ppc_file_start()
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_writer.c401 volatile char *file_start = _tnfw_b_control->tnf_buffer; in tnf_ref32_1() local
407 ((tnf_buf_file_header_t *)file_start)->com.file_log_size; in tnf_ref32_1()
412 if (((char *)dest_header_p < (file_start + TNFW_B_FW_ZONE)) || in tnf_ref32_1()
416 offset_delta = (tnf_ref32_t)(item - (tnf_record_p) file_start); in tnf_ref32_1()
/titanic_41/usr/src/lib/libtecla/
H A Dlibtecla.h422 int file_start; /* Equivalent to the argument of cfc_file_start() */ member