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

/osnet-11/usr/src/grub/grub2/util/
H A Dimport_gcry.py183 chmsg = "(%s): Removed." % fname variable
185 chlognew = "%s\n %s" % (chlognew, chmsg)
187 chlognew = "%s %s" % (chlognew, chmsg)
198 chmsg = "(%s): Removed." % fname variable
200 chlognew = "%s\n %s" % (chlognew, chmsg)
202 chlognew = "%s %s" % (chlognew, chmsg)
209 chmsg = "Removed including of %s" % m.groups ()[0] variable
211 chlognew = "%s\n %s" % (chlognew, chmsg)
213 chlognew = "%s: %s" % (chlognew, chmsg)
240 chmsg variable
264 chmsg = "(%s): Removed." % fname variable
276 chmsg = "(%s): Removed." % fname variable
291 chmsg = "(GRUB_MOD_INIT(%s)): New function\\n" % modname variable
300 chmsg = "Register cipher %s" % ciphername variable
304 chmsg = "Register digest %s" % mdname variable
308 chmsg = "(GRUB_MOD_FINI(%s)): New function\\n" % modname variable
313 chmsg = "Unregister cipher %s" % ciphername variable
317 chmsg = "Unregister MD %s" % mdname variable
[all...]

Completed in 16 milliseconds