Searched refs:c_off (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_bitmap.c | 161 u_quad_t c_off; member in struct:dbmap_chunk 203 u_quad_t c_off; member in struct:bmap_chunk 326 bn -= cp->c_off; 351 bn -= cp->c_off; 394 cp->c_off = off; 523 if (bn >= cp->c_off && bn < (cp->c_off + cp->c_clen)) { 569 for (cl = cp->c_off + cp->c_clen; bn < cl && bn < max; bn++) { 612 for (cl = cp->c_off + cp->c_clen; bn < cl && bn < max; bn++) { 859 bn -= cp->c_off; [all...] |
/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log_get.c | 153 nlsn.offset = dblp->c_off; 155 nlsn.offset = dblp->c_off; 304 dblp->c_off = hdr.prev;
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | log.h | 83 u_int32_t c_off; /* Cursor: previous record offset. */ member in struct:__db_log
|
/illumos-gate/usr/src/uts/common/sys/rsm/ |
H A D | rsm_in.h | 194 offset_t c_off; /* offset of mapping */ member in struct:rsm_cookie
|
/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 4404 hdl->c_off, hdl->c_len); 4655 remap_cookie, hdl->c_off, hdl->c_len, 4707 hdl->c_off, hdl->c_len, 4718 p = rsm_get_mapinfo(seg, hdl->c_off, hdl->c_len, 6030 hdl->c_off, hdl->c_len, 8226 p->c_off = off; 8325 p->c_off = old->c_off;
|
Completed in 64 milliseconds