Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dnbd.c49 #define EN_OPTSTR ":exportname=" macro
1636 export_name = strstr(file, EN_OPTSTR); in nbd_parse_filename()
1638 if (export_name[strlen(EN_OPTSTR)] == 0) { in nbd_parse_filename()
1642 export_name += strlen(EN_OPTSTR); in nbd_parse_filename()