Lines Matching refs:rhs
132 const char *rhs = buf + prefixlen; in bootloader_result_command() local
133 if (!CTYPE(isspace,*rhs)) in bootloader_result_command()
136 while (CTYPE(isspace,*rhs)) in bootloader_result_command()
137 rhs++; in bootloader_result_command()
139 LOGD(DEBUG, domid, "bootloader output contained %s %s", prefix, rhs); in bootloader_result_command()
141 return rhs; in bootloader_result_command()
184 const char *rhs; in parse_bootloader_result() local
185 #define COMMAND(s) ((rhs = bootloader_result_command(gc, buf, s, sizeof(s)-1, bl->domid))) in parse_bootloader_result()
188 bl->kernel->path = libxl__strdup(gc, rhs); in parse_bootloader_result()
192 bl->ramdisk->path = libxl__strdup(gc, rhs); in parse_bootloader_result()
196 bl->cmdline = libxl__strdup(gc, rhs); in parse_bootloader_result()