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

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c205 const char *l_str, *r_str; local
217 r_str = bhnd_nvram_data_getvar_name(sc->data, r_cookiep);
222 r_name = bhnd_nvram_trim_path_name(r_str);
225 r_name = r_str;
/freebsd-13-stable/sys/dev/ppc/
H A Dppc.c293 r = r_str(ppc);
305 return (!(r_str(ppc) & TIMEOUT));
1439 cc = r_str(ppc);
1446 cc = r_str(ppc);
1453 cc = r_str(ppc);
1549 str = r_str(ppc);
1876 return (r_str(ppc));
H A Dppcreg.h155 #define r_str(ppc) (bus_read_1((ppc)->res_ioport, PPC_SPP_STR)) macro
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c420 static const char *r_str[2] = { " <- ", " <= " }; local
447 str = r_str[strcmp(p, "syscall") == 0];

Completed in 118 milliseconds