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

/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c201 const char *l_str, *r_str; local
213 r_str = bhnd_nvram_data_getvar_name(sc->data, r_cookiep);
218 r_name = bhnd_nvram_trim_path_name(r_str);
221 r_name = r_str;
/freebsd-current/sys/dev/ppc/
H A Dppc.c290 r = r_str(ppc);
302 return (!(r_str(ppc) & TIMEOUT));
1436 cc = r_str(ppc);
1443 cc = r_str(ppc);
1450 cc = r_str(ppc);
1546 str = r_str(ppc);
1873 return (r_str(ppc));
H A Dppcreg.h153 #define r_str(ppc) (bus_read_1((ppc)->res_ioport, PPC_SPP_STR)) macro
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c459 static const char *r_str[2] = { " <- ", " <= " }; local
486 str = r_str[strcmp(p, "syscall") == 0];

Completed in 103 milliseconds