Searched refs:r_str (Results 1 – 4 of 4) sorted by relevance
201 const char *l_str, *r_str; in bhnd_nvstore_idx_cmp() local213 r_str = bhnd_nvram_data_getvar_name(sc->data, r_cookiep); in bhnd_nvstore_idx_cmp()218 r_name = bhnd_nvram_trim_path_name(r_str); in bhnd_nvstore_idx_cmp()221 r_name = r_str; in bhnd_nvstore_idx_cmp()
290 r = r_str(ppc); in ppc_reset_epp_timeout()302 return (!(r_str(ppc) & TIMEOUT)); in ppc_check_epp_timeout()1436 cc = r_str(ppc); in ppc_exec_microseq()1443 cc = r_str(ppc); in ppc_exec_microseq()1450 cc = r_str(ppc); in ppc_exec_microseq()1546 str = r_str(ppc); in ppcintr()1876 return (r_str(ppc)); in ppc_io()
153 #define r_str(ppc) (bus_read_1((ppc)->res_ioport, PPC_SPP_STR)) macro
459 static const char *r_str[2] = { " <- ", " <= " }; in dt_flowindent() local486 str = r_str[strcmp(p, "syscall") == 0]; in dt_flowindent()