/src/sys/arch/sparc/sparc/ |
asm.h | 77 #define lda(loc, asi) ({ \ macro 79 __asm volatile("lda [%1]%2,%0" : "=r" (_lda_v) : \
|
/src/sys/compat/linux/common/ |
linux_socketcall.c | 125 struct linux_socketcall_dummy_args lda; local in function:linux_sys_socketcall 131 if ((error = copyin(SCARG(uap, args), &lda, 138 ktrkuser(linux_socketcall[SCARG(uap, what)].name, &lda, 149 lda.dummy_ints[0], 150 lda.dummy_ints[1], 151 lda.dummy_ints[2])); 154 u_int8_t *data = (u_int8_t *)&lda.dummy_ints[1]; 157 - sizeof(lda.dummy_ints[0]); 159 DPRINTF(("socket %d [", lda.dummy_ints[0])); 169 error = linux_sys_socket(l, (void *)&lda, retval) [all...] |
/src/sys/lib/libsa/ |
ustarfs.c | 206 ustoffs lda; local in function:real_fs_cylinder_read 214 lda = pda2lda(seek2); 215 if (lda < 0) { 216 lda = -lda; 217 ustf->uas_offset = lda; 223 memset(xferbase, 0, lda); 224 xferrqst -= lda; 225 xferbase += lda; 226 seek2 += lda; [all...] |