Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumio.c246 CHECKALLOC(vhdr, "Can't allocate memory"); in remove_drive()
333 CHECKALLOC(vhdr, "Can't allocate memory"); in read_drive_label()
582 CHECKALLOC(vhdr, "Can't allocate config data"); in daemon_save_config()
587 CHECKALLOC(config, "Can't allocate config data"); in daemon_save_config()
689 CHECKALLOC(drivelist, "Can't allocate memory"); in vinum_scandisk()
762 CHECKALLOC(config_text, "Can't allocate memory"); in vinum_scandisk()
764 CHECKALLOC(config_line, "Can't allocate memory"); in vinum_scandisk()
H A Dvinum.c268 CHECKALLOC(DRIVE, "vinum: no memory\n"); in vinum_initconf()
275 CHECKALLOC(VOL, "vinum: no memory\n"); in vinum_initconf()
282 CHECKALLOC(PLEX, "vinum: no memory\n"); in vinum_initconf()
289 CHECKALLOC(SD, "vinum: no memory\n"); in vinum_initconf()
H A Dvinummemory.c72 CHECKALLOC(temp, "vinum: Can't expand table\n"); in expand_table()
H A Dvinumext.h53 #define CHECKALLOC(ptr, msg) \ macro
H A Dvinumconfig.c816 CHECKALLOC(plex->sdnos, "vinum: Can't allocate plex subdisk table"); in get_empty_plex()
1469 CHECKALLOC(plex->lock, "vinum: Can't allocate lock table\n"); in config_plex()