Searched defs:config_path (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h400 char *config_path; member in struct:_sasl_global_context_s
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c700 char *memdisk_path, char *config_path,
740 if (config_path)
742 config_size_pure = grub_util_get_image_size (config_path) + 1;
845 if (config_path)
855 grub_util_load_image (config_path, kernel_img + offset);
699 generate_image(const char *dir, char *prefix, FILE *out, char *mods[], char *memdisk_path, char *config_path, struct image_target_desc *image_target, int note, grub_compression_t comp) argument

Completed in 34 milliseconds