HomeSort by: relevance | last modified time | path
    Searched defs:extent_free (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_extent.c 1021 extent_free(struct extent *ex, u_long start, u_long size, int flags) function in typeref:typename:int
1035 panic("extent_free: NULL extent");
1038 printf("extent_free: extent `%s', start 0x%lx, size 0x%lx\n",
1040 panic("extent_free: extent `%s', region not within extent",
1046 printf("extent_free: extent `%s', start 0x%lx, size 0x%lx\n",
1048 panic("extent_free: overflow");
1152 printf("extent_free: start 0x%lx, end 0x%lx\n", start, end);
1153 panic("extent_free: region not found");
subr_extent.c 1021 extent_free(struct extent *ex, u_long start, u_long size, int flags) function in typeref:typename:int
1035 panic("extent_free: NULL extent");
1038 printf("extent_free: extent `%s', start 0x%lx, size 0x%lx\n",
1040 panic("extent_free: extent `%s', region not within extent",
1046 printf("extent_free: extent `%s', start 0x%lx, size 0x%lx\n",
1048 panic("extent_free: overflow");
1152 printf("extent_free: start 0x%lx, end 0x%lx\n", start, end);
1153 panic("extent_free: region not found");

Completed in 28 milliseconds