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 203 u_quad_t c_off; member 326 bn -= cp->c_off; in bmp_set() 351 bn -= cp->c_off; in bmp_get() 394 cp->c_off = off; in bm_chunk_setup() 523 if (bn >= cp->c_off && bn < (cp->c_off + cp->c_clen)) { in bm_chunk_find() 569 for (cl = cp->c_off + cp->c_clen; bn < cl && bn < max; bn++) { in bmp_setval() 612 for (cl = cp->c_off + cp->c_clen; bn < cl && bn < max; bn++) { in bmp_getval() 859 bn -= cp->c_off; in dbmp_set() 897 bn -= cp->c_off; in dbmp_get() [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
|
/illumos-gate/usr/src/uts/common/sys/rsm/ |
H A D | rsm_in.h | 192 offset_t c_off; /* offset of mapping */ member
|
/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 4402 hdl->c_off, hdl->c_len); in rsmseg_suspend() 4653 remap_cookie, hdl->c_off, hdl->c_len, in rsmseg_resume() 4705 hdl->c_off, hdl->c_len, in rsmseg_resume() 4716 p = rsm_get_mapinfo(seg, hdl->c_off, hdl->c_len, in rsmseg_resume() 6028 hdl->c_off, hdl->c_len, in rsmseg_unload() 8225 p->c_off = off; in rsmmap_map() 8324 p->c_off = old->c_off; in rsmmap_dup()
|