Searched defs:offset2 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmove.c56 Dbg_move_adjmovereloc(Lm_list *lml, Xword offset1, Xword offset2, argument
65 EC_XWORD(offset1), EC_XWORD(offset2));
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_read.c293 uint16_t offset2; local
323 offset2 = (param->rw_andx == 0xFF) ? 0 : param->rw_count + 60;
328 offset2, /* offset to next command */
338 offset2 = (param->rw_andx == 0xFF) ? 0 : param->rw_count + 59;
343 offset2, /* offset to next command */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c690 int offset1,offset2; local
699 offset2 = stakpush(vp,0,short);
704 *((short*)stakptr(offset2)) = staktell();
H A Dmacro.c351 int offset2; local
371 offset2 = stktell(stkp);
375 if(c=stktell(stkp)-offset2)
376 sfwrite(outfile,(char*)stkptr(stkp,offset2),c);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c2906 newroffset_for_move(Sym_desc *sdp, Move *mvp, Xword offset1, Xword *offset2) argument
2919 *offset2 = (Xword)((mdp->md_oidx - 1) * sizeof (Move) +

Completed in 302 milliseconds