Home
last modified time | relevance | path

Searched refs:r_str (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ppc/
HDppc.c295 r = r_str(ppc); in ppc_reset_epp_timeout()
307 return (!(r_str(ppc) & TIMEOUT)); in ppc_check_epp_timeout()
1445 cc = r_str(ppc); in ppc_exec_microseq()
1452 cc = r_str(ppc); in ppc_exec_microseq()
1459 cc = r_str(ppc); in ppc_exec_microseq()
1555 str = r_str(ppc); in ppcintr()
1926 return (r_str(ppc)); in ppc_io()
HDppcreg.h161 #define r_str(ppc) (bus_read_1((ppc)->res_ioport, PPC_SPP_STR)) macro
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_consume.c418 static const char *r_str[2] = { " <- ", " <= " }; in dt_flowindent() local
445 str = r_str[strcmp(p, "syscall") == 0]; in dt_flowindent()