Home
last modified time | relevance | path

Searched refs:c_off (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c161 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 Dssh-keyscan.c86 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 Dlog_get.c153 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 Dlog.h83 u_int32_t c_off; /* Cursor: previous record offset. */ member
/titanic_44/usr/src/uts/common/sys/rsm/
H A Drsm_in.h194 offset_t c_off; /* offset of mapping */ member
/titanic_44/usr/src/uts/common/io/rsm/
H A Drsm.c4404 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()