Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h141 #define IDLE_CHK_3(chip_mask, offset1, offset2, condition, severity, fail_msg) \ argument
145 val2 = REG_RD(pdev, offset2); \
152 #define IDLE_CHK_4(chip_mask, offset1, offset2, loop, inc, condition, severity, fail_msg) \ argument
157 val2 = REG_RD(pdev, (offset2 + i*(inc))); \
167 #define IDLE_CHK_5(chip_mask, offset, offset1, offset2, condition, severity, fail_msg) \ argument
172 IDLE_CHK_3(chip_mask, offset1, offset2, condition, severity, fail_msg); \
200 #define IDLE_CHK_7(chip_mask, offset, offset1, offset2, loop, inc, condition, severity, fail_msg) \ argument
206 val = REG_RD(pdev, offset2 + i*4); \
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dutf_to_euc_main.c177 short int offset, offset2; in _icv_iconv() local
207 offset2 = (offset > 2) ? 2 : 1; in _icv_iconv()
208 if ((obtail - ob) < offset2) in _icv_iconv()
216 if (offset2 > 1) in _icv_iconv()
221 ret_val += offset2; in _icv_iconv()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_read.c320 uint16_t offset2; in smb_com_read_andx() local
350 offset2 = (param->rw_andx == 0xFF) ? 0 : param->rw_count + 60; in smb_com_read_andx()
355 offset2, /* offset to next command */ in smb_com_read_andx()
365 offset2 = (param->rw_andx == 0xFF) ? 0 : param->rw_count + 59; in smb_com_read_andx()
370 offset2, /* offset to next command */ in smb_com_read_andx()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmove.c56 Dbg_move_adjmovereloc(Lm_list *lml, Xword offset1, Xword offset2, in Dbg_move_adjmovereloc() argument
65 EC_XWORD(offset1), EC_XWORD(offset2)); in Dbg_move_adjmovereloc()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c785 int offset1,offset2; in expr() local
794 offset2 = stakpush(vp,0,short); in expr()
799 *((short*)stakptr(offset2)) = staktell(); in expr()
H A Dmacro.c362 int offset2; in sh_machere() local
383 offset2 = stktell(stkp); in sh_machere()
387 if(c=stktell(stkp)-offset2) in sh_machere()
388 sfwrite(outfile,(char*)stkptr(stkp,offset2),c); in sh_machere()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c2906 newroffset_for_move(Sym_desc *sdp, Move *mvp, Xword offset1, Xword *offset2) in newroffset_for_move() argument
2919 *offset2 = (Xword)((mdp->md_oidx - 1) * sizeof (Move) + in newroffset_for_move()