Searched refs:lwa (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/ntsync/ |
| H A D | linux_ntsync.c | 111 const struct linux_ntsync_wait_args *lwa) in ntsync_lwa_to_wa() argument 113 memcpy(wa, lwa, sizeof(*wa)); in ntsync_lwa_to_wa() 117 ntsync_wa_to_lwa(struct linux_ntsync_wait_args *lwa, in ntsync_wa_to_lwa() argument 120 memcpy(lwa, wa, sizeof(*lwa)); in ntsync_wa_to_lwa() 163 struct linux_ntsync_wait_args lwa; in linux_ntsync_ioctl() local 206 error = copyin(data, &lwa, sizeof(lwa)); in linux_ntsync_ioctl() 207 ntsync_lwa_to_wa(&wa, &lwa); in linux_ntsync_ioctl() 212 ntsync_wa_to_lwa(&lwa, &wa); in linux_ntsync_ioctl() 213 error1 = copyout(&lwa, data, sizeof(lwa)); in linux_ntsync_ioctl() 220 error = copyin(data, &lwa, sizeof(lwa)); in linux_ntsync_ioctl() [all …]
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibportstate.c | 307 static void validate_width(int width, int peerwidth, int lwa) in validate_width() argument 310 if (lwa != 8) in validate_width() 313 lwa); in validate_width() 315 if (lwa != 4) in validate_width() 318 lwa); in validate_width() 320 if (lwa != 2) in validate_width() 323 lwa); in validate_width() 325 if (lwa != 16) in validate_width() 328 lwa); in validate_width() 330 if (lwa != 1) in validate_width() [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_lock.c | 578 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_slock_hard() argument 675 if (lwa == NULL) { in lockmgr_slock_hard() 680 iwmesg = lwa->iwmesg; in lockmgr_slock_hard() 681 ipri = lwa->ipri; in lockmgr_slock_hard() 682 itimo = lwa->itimo; in lockmgr_slock_hard() 763 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_xlock_hard() argument 913 if (lwa == NULL) { in lockmgr_xlock_hard() 918 iwmesg = lwa->iwmesg; in lockmgr_xlock_hard() 919 ipri = lwa->ipri; in lockmgr_xlock_hard() 920 itimo = lwa->itimo; in lockmgr_xlock_hard() [all …]
|
| /freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | cert-threecolumn.pem | 108 lwa
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMacroFusion.def | 109 // { lha,lhax,lwa,lwax } - cmpi 0,L,rx,{ 0,1,-1 }
|
| H A D | PPCInstr64Bit.td | 1287 "lwa $RST, $addr", IIC_LdStLWA, 1303 "lwa $RST, $addr", IIC_LdStLWA, []>, isPPC64,
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_helper.h | 660 const char *osm_get_lwa_str(IN uint8_t lwa);
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_helper.c | 3186 const char *osm_get_lwa_str(IN uint8_t lwa) in osm_get_lwa_str() argument 3188 if (lwa > 16) in osm_get_lwa_str() 3191 return lwa_str_fixed_width[lwa]; in osm_get_lwa_str()
|