Lines Matching refs:cmdline
752 const char *cmdline, const char *features) in xc_dom_allocate() argument
757 __FUNCTION__, cmdline ? cmdline : "", in xc_dom_allocate()
770 if ( cmdline ) in xc_dom_allocate()
771 dom->cmdline = xc_dom_strdup(dom, cmdline); in xc_dom_allocate()
824 int xc_dom_module_file(struct xc_dom_image *dom, const char *filename, const char *cmdline) in xc_dom_module_file() argument
836 if ( cmdline ) in xc_dom_module_file()
838 dom->modules[mod].cmdline = xc_dom_strdup(dom, cmdline); in xc_dom_module_file()
840 if ( dom->modules[mod].cmdline == NULL ) in xc_dom_module_file()
845 dom->modules[mod].cmdline = NULL; in xc_dom_module_file()
877 size_t memsize, const char *cmdline) in xc_dom_module_mem() argument
886 if ( cmdline ) in xc_dom_module_mem()
888 dom->modules[mod].cmdline = xc_dom_strdup(dom, cmdline); in xc_dom_module_mem()
890 if ( dom->modules[mod].cmdline == NULL ) in xc_dom_module_mem()
895 dom->modules[mod].cmdline = NULL; in xc_dom_module_mem()