Searched refs:low_id (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k_pcu.c | 50 u32 pcu_reg, beacon_reg, low_id, high_id; in ath5k_hw_set_opmode() local 69 low_id = AR5K_LOW_ID(ah->ah_sta_id); in ath5k_hw_set_opmode() 71 ath5k_hw_reg_write(ah, low_id, AR5K_STA_ID0); in ath5k_hw_set_opmode() 202 u32 low_id, high_id; in ath5k_hw_set_lladdr() local 210 low_id = AR5K_LOW_ID(mac); in ath5k_hw_set_lladdr() 213 ath5k_hw_reg_write(ah, low_id, AR5K_STA_ID0); in ath5k_hw_set_lladdr() 230 u32 low_id, high_id; in ath5k_hw_set_associd() local 245 low_id = AR5K_LOW_ID(bssid); in ath5k_hw_set_associd() 247 ath5k_hw_reg_write(ah, low_id, AR5K_BSS_ID0); in ath5k_hw_set_associd() 350 u32 low_id, high_id; in ath5k_hw_set_bssid_mask() local [all …]
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
D | pthread_cond_wait_2.c | 109 pthread_t high_id, low_id; in main() local 126 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL)); in main() 132 SAFE_PFUNC(pthread_join(low_id, NULL)); in main()
|
D | pthread_cond_wait_1.c | 109 pthread_t high_id, low_id; in main() local 126 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL)); in main() 132 SAFE_PFUNC(pthread_join(low_id, NULL)); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
D | 1-1.c | 114 pthread_t high_id, low_id; in main() local 133 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL)); in main() 139 SAFE_PFUNC(pthread_join(low_id, NULL)); in main()
|
D | 1-2.c | 112 pthread_t high_id, low_id; in main() local 145 SAFE_PFUNC(pthread_create(&low_id, &low_attr, low_prio_thread, NULL)); in main() 153 SAFE_PFUNC(pthread_join(low_id, NULL)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/ |
D | 4-1.c | 64 pthread_t low_id; in main() local 68 rc = pthread_create(&low_id, NULL, thread, NULL); in main()
|