Home
last modified time | relevance | path

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

/titanic_53/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()
/titanic_53/usr/src/uts/i86pc/io/
H A Drootnex.c4073 off_t coffset; in rootnex_sgllen_window_boundary() local
4133 coffset = cookie->dmac_size - trim_sz; in rootnex_sgllen_window_boundary()
4150 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + coffset; in rootnex_sgllen_window_boundary()
4184 coffset = cookie->dmac_size - trim_sz; in rootnex_sgllen_window_boundary()
4193 coffset; in rootnex_sgllen_window_boundary()
4215 off_t coffset; in rootnex_copybuf_window_boundary() local
4339 coffset = cookie->dmac_size - trim_sz; in rootnex_copybuf_window_boundary()
4356 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + coffset; in rootnex_copybuf_window_boundary()
4455 off_t coffset; in rootnex_maxxfer_window_boundary() local
4493 coffset = dmac_size - trim_sz; in rootnex_maxxfer_window_boundary()
[all …]