Home
last modified time | relevance | path

Searched refs:coffset (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c956 int *coffset=0; in hist_find() local
976 coffset = &location.hist_char; in hist_find()
992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) in hist_find()
1012 int hist_match(register History_t *hp,off_t offset,char *string,int *coffset) in hist_match() argument
1028 if(coffset) in hist_match()
1029 *coffset = (cp-first); in hist_match()
1032 if(!coffset) in hist_match()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c3854 off_t coffset; in rootnex_sgllen_window_boundary() local
3914 coffset = cookie->dmac_size - trim_sz; in rootnex_sgllen_window_boundary()
3931 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + coffset; in rootnex_sgllen_window_boundary()
3965 coffset = cookie->dmac_size - trim_sz; in rootnex_sgllen_window_boundary()
3974 coffset; in rootnex_sgllen_window_boundary()
3996 off_t coffset; in rootnex_copybuf_window_boundary() local
4107 coffset = cookie->dmac_size - trim_sz; in rootnex_copybuf_window_boundary()
4124 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + coffset; in rootnex_copybuf_window_boundary()
4216 off_t coffset; in rootnex_maxxfer_window_boundary() local
4254 coffset = dmac_size - trim_sz; in rootnex_maxxfer_window_boundary()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_die_deliv.c1405 Dwarf_Unsigned coffset = 0; in insert_into_cu_context_list() local
1445 coffset = cur->cc_debug_offset; in insert_into_cu_context_list()
1446 if (coffset > ioffset) { in insert_into_cu_context_list()