Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/arm/uboot/
H A Dldscript.arm124 .debug_str 0 : { *(.debug_str) }
/titanic_53/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1732 char debug_str[200]; in debug_opaque_print() local
1737 nfslog_opaque_print_buf(buf, size, debug_str, &bufoffset, 200); in debug_opaque_print()
1738 (void) fprintf(fp, debug_str); in debug_opaque_print()
/titanic_53/usr/src/lib/libdevinfo/
H A Ddevinfo.c77 char *debug_str = getenv("_LIBDEVINFO_DEBUG"); in _libdevinfo_init() local
79 if (debug_str) { in _libdevinfo_init()
81 di_debug = atoi(debug_str); in _libdevinfo_init()