Searched defs:coffset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c924 int *coffset=0; local
944 coffset = &location.hist_char;
960 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0)
976 * If coffset==0 then line must begin with string
980 int hist_match(register History_t *hp,off_t offset,char *string,int *coffset) argument
996 if(coffset)
997 *coffset = (cp-first);
1000 if(!coffset)
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c4078 off_t coffset; local
4138 coffset = cookie->dmac_size - trim_sz;
4155 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + coffset;
4189 coffset = cookie->dmac_size - trim_sz;
4198 coffset;
4220 off_t coffset; local
4344 coffset = cookie->dmac_size - trim_sz;
4361 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + coffset;
4460 off_t coffset; local
4495 * coffset i
[all...]

Completed in 55 milliseconds