Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h140 #define IDLE_CHK_3(chip_mask, offset1, offset2, condition, severity, fail_msg) \ argument
144 val2 = REG_RD(pdev, offset2); \
151 #define IDLE_CHK_4(chip_mask, offset1, offset2, loop, inc, condition, severity, fail_msg) \ argument
156 val2 = REG_RD(pdev, (offset2 + i*(inc))); \
166 #define IDLE_CHK_5(chip_mask, offset, offset1, offset2, condition, severity, fail_msg) \ argument
171 IDLE_CHK_3(chip_mask, offset1, offset2, condition, severity, fail_msg); \
199 #define IDLE_CHK_7(chip_mask, offset, offset1, offset2, loop, inc, condition, severity, fail_msg) \ argument
205 val = REG_RD(pdev, offset2 + i*4); \
/titanic_51/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()
/titanic_51/usr/src/uts/common/fs/smbsrv/
H A Dsmb_read.c293 uint16_t offset2; in smb_com_read_andx() local
323 offset2 = (param->rw_andx == 0xFF) ? 0 : param->rw_count + 60; in smb_com_read_andx()
328 offset2, /* offset to next command */ in smb_com_read_andx()
338 offset2 = (param->rw_andx == 0xFF) ? 0 : param->rw_count + 59; in smb_com_read_andx()
343 offset2, /* offset to next command */ in smb_com_read_andx()
/titanic_51/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()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c690 int offset1,offset2; in expr() local
699 offset2 = stakpush(vp,0,short); in expr()
704 *((short*)stakptr(offset2)) = staktell(); in expr()
H A Dmacro.c351 int offset2; in sh_machere() local
371 offset2 = stktell(stkp); in sh_machere()
375 if(c=stktell(stkp)-offset2) in sh_machere()
376 sfwrite(outfile,(char*)stkptr(stkp,offset2),c); in sh_machere()
/titanic_51/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()
/titanic_51/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()