Searched refs:TSTR (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/arch/landisk/stand/boot/ |
H A D | delay.c | 41 #define TSTR SH4_TSTR macro 47 #define TSTR SH4_TSTR macro 53 #define TSTR SH4_TSTR macro 59 #define TSTR SH4_TSTR2 macro 65 #define TSTR SH4_TSTR2 macro 98 _reg_bclr_1(TSTR, TSTR_CH); in tick_init() 102 _reg_bset_1(TSTR, TSTR_CH); in tick_init() 111 _reg_bclr_1(TSTR, TSTR_CH); in tick_stop()
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | clock.c | 103 _reg_bclr_1(SH_(TSTR), TSTR_STR##x); \ 105 _reg_bset_1(SH_(TSTR), TSTR_STR##x); \ 127 _reg_write_1(SH_(TSTR), 0); in sh_clock_init() 183 _reg_write_1(SH_(TSTR), 0); in sh_clock_init() 243 _reg_bclr_1(SH_(TSTR), TSTR_STR0); in cpu_initclocks() 262 _reg_bset_1(SH_(TSTR), TSTR_STR0); in cpu_initclocks() 279 _reg_bset_1(SH_(TSTR), TSTR_STR2); in cpu_initclocks()
|
H A D | devreg.c | 141 SH ## x ## REG(TSTR); \
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | main_winsvc.c | 55 #define TSTR "%S" macro 57 #define TSTR "%s" macro 259 printf("Registering service: " TSTR "\n", WPASVC_NAME); in register_service() 300 printf("Unregistering service: " TSTR "\n", WPASVC_NAME); in unregister_service()
|
/netbsd-src/tests/lib/libcurses/tests/ |
H A D | ins_wstr | 32 wchar TSTR [ "\t"*20 ] 33 call ERR ins_wstr $TSTR
|
/netbsd-src/sys/arch/mmeye/stand/boot/ |
H A D | clock.c | 42 _reg_bset_1(SH_(TSTR), TSTR_STR0); in tmu_init()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | view.c | 2450 #define TSTR(t) ((t).value.as_textregion.base) macro 2488 name = TSTR(token); in dns_view_loadnta() 2508 type = TSTR(token); in dns_view_loadnta() 2522 timestamp = TSTR(token); in dns_view_loadnta()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | view.c | 2100 #define TSTR(t) ((t).value.as_textregion.base) in dns_view_istrusted() 2137 name = TSTR(token); in dns_view_istrusted() 2157 type = TSTR(token); in dns_view_istrusted() 2171 timestamp = TSTR(token); 2495 #define TSTR( global() macro
|