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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c306 static char *debug_str = NULL; variable
532 debug_str = arg;
659 if (debug_str)
660 grub_env_set ("debug", debug_str);
H A Dgrub-mount.c51 static char *debug_str = NULL; variable
471 debug_str = arg;
534 if (debug_str)
535 grub_env_set ("debug", debug_str);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c134 char *debug_str = getenv("_LIBDEVINFO_DEBUG"); local
136 if (debug_str) {
138 di_debug = atoi(debug_str);

Completed in 32 milliseconds