Searched refs:c_off (Results 1 – 6 of 6) sorted by relevance
/titanic_44/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 …]
|
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 86 int c_off; /* Length of data read so far. */ member 456 fdcon[s].c_off = 0; in conalloc() 580 n = read(s, c->c_data + c->c_off, c->c_len - c->c_off); in conread() 586 c->c_off += n; in conread() 588 if (c->c_off == c->c_len) in conread() 593 c->c_off = 0; in conread()
|
/titanic_44/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;
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | log.h | 83 u_int32_t c_off; /* Cursor: previous record offset. */ member
|
/titanic_44/usr/src/uts/common/sys/rsm/ |
H A D | rsm_in.h | 194 offset_t c_off; /* offset of mapping */ member
|
/titanic_44/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 4404 hdl->c_off, hdl->c_len); in rsmseg_suspend() 4655 remap_cookie, hdl->c_off, hdl->c_len, in rsmseg_resume() 4707 hdl->c_off, hdl->c_len, in rsmseg_resume() 4718 p = rsm_get_mapinfo(seg, hdl->c_off, hdl->c_len, in rsmseg_resume() 6030 hdl->c_off, hdl->c_len, in rsmseg_unload() 8226 p->c_off = off; in rsmmap_map() 8325 p->c_off = old->c_off; in rsmmap_dup()
|