Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dsubr.c278 int ofs = 0; in smb_hexdump() local
281 if (ofs % 16 == 0) in smb_hexdump()
282 fprintf(stderr, "%02X: ", ofs); in smb_hexdump()
284 ofs++; in smb_hexdump()
285 if (ofs % 16 == 0) in smb_hexdump()
288 if (ofs % 16 != 0) in smb_hexdump()
/titanic_41/usr/src/uts/common/io/rtw/
H A Drtwreg.h1219 #define RTW_READ8(regs, ofs) \ argument
1221 (uint8_t *)((regs)->r_base + (ofs)))
1223 #define RTW_READ16(regs, ofs) \ argument
1225 (uint16_t *)((uintptr_t)(regs)->r_base + (ofs)))
1227 #define RTW_READ(regs, ofs) \ argument
1229 (uint32_t *)((uintptr_t)(regs)->r_base + (ofs)))
1231 #define RTW_WRITE8(regs, ofs, val) \ argument
1233 (uint8_t *)((regs)->r_base + (ofs)), val)
1235 #define RTW_WRITE16(regs, ofs, val) \ argument
1237 (uint16_t *)((uintptr_t)(regs)->r_base + (ofs)), val)
[all …]
H A Drtwvar.h128 #define RTW_SR_GET(sr, ofs) \ argument
129 (((sr)->sr_content[(ofs)/2] >> (((ofs) % 2 == 0) ? 0 : 8)) & 0xff)
131 #define RTW_SR_GET16(sr, ofs) \ argument
132 (RTW_SR_GET((sr), (ofs)) | (RTW_SR_GET((sr), (ofs) + 1) << 8))
/titanic_41/usr/src/cmd/fs.d/smbclnt/test/
H A Dsrvinfo.c220 int ofs = 0; in hexdump() local
223 if (ofs % 16 == 0) in hexdump()
224 printf("\n%02X: ", ofs); in hexdump()
226 ofs++; in hexdump()
/titanic_41/usr/src/tools/scripts/
H A Dws.sh104 unset setenv osbld_flag os_rev wsosdir protofile wsname ofs proto \
165 ofs=$IFS
174 IFS=$ofs
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk2.c493 char *ofs; in s_print() local
500 ofs = wcstombsdup((isstring(varOFS->n_flags)) ? in s_print()
506 (void) fputs(ofs, fp); in s_print()
517 free(ofs); in s_print()
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s88 sllx %o3, 3, %g5 ! leftshift = 8*ofs
94 sub %g0, %g5, %g4 ! rightshift = -(8*ofs) mod 64
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1412 static int tg3_stop_block(struct tg3 *tp, unsigned long ofs, uint32_t enable_bit) in tg3_stop_block() argument
1418 switch(ofs) { in tg3_stop_block()
1432 val = tr32(ofs); in tg3_stop_block()
1434 tw32(ofs, val); in tg3_stop_block()
1435 tr32(ofs); in tg3_stop_block()
1439 val = tr32(ofs); in tg3_stop_block()
1446 ofs, enable_bit); in tg3_stop_block()
/titanic_41/usr/src/cmd/spell/
H A Dstop776 ofs
/titanic_41/usr/src/cmd/sendmail/src/
H A Dqueue.c7794 int ofs, nfs, r; local
7835 ofs = Queue[old->e_dfqgrp]->qg_qpaths[old->e_dfqdir].qp_fsysidx;
7837 if (FILE_SYS_DEV(ofs) == FILE_SYS_DEV(nfs))