Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c201 const char *l_str, *r_str; in bhnd_nvstore_idx_cmp() local
213 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()
/freebsd/sys/dev/ppc/
H A Dppc.c290 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()
H A Dppcreg.h153 #define r_str(ppc) (bus_read_1((ppc)->res_ioport, PPC_SPP_STR)) macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c459 static const char *r_str[2] = { " <- ", " <= " }; in dt_flowindent() local
486 str = r_str[strcmp(p, "syscall") == 0]; in dt_flowindent()