Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/edit/
H A Dhistory.c924 int *coffset=0; in hist_find() local
944 coffset = &location.hist_char; in hist_find()
960 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) in hist_find()
980 int hist_match(register History_t *hp,off_t offset,char *string,int *coffset) in hist_match() argument
996 if(coffset) in hist_match()
997 *coffset = (cp-first); in hist_match()
1000 if(!coffset) in hist_match()
/titanic_41/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 …]