subr_extent.c | 234 extent_create(const char *name, u_long start, u_long end, function in typeref:struct:extent * 250 panic("extent_create: name == NULL"); 252 printf("extent_create: extent `%s', start 0x%lx, end 0x%lx\n", 254 panic("extent_create: end < start"); 257 panic("extent_create: fixed extent, bad storagesize 0x%lx", 260 panic("extent_create: storage provided for non-fixed");
|