Home | History | Annotate | Download | only in udf

Lines Matching defs:blank

846 		/* blank terminator blocks are not allowed here */
909 /* its no use reading a blank track */
1089 /* blank block is a terminator */
1581 /* blank not allowed */
1582 printf("UDF mount: blank unallocated space bitmap\n");
1640 /* blank not allowed */
1641 printf("UDF mount: blank freed space bitmap\n");
3539 uint8_t *buffer, *blank, *pos;
3552 * Check if the first track of the session is blank and if so, copy or
3572 "blank or reserved track, copying VRS\n"));
3675 blank = malloc(sector_size, M_TEMP, M_WAITOK);
3676 memset(blank, 0, sector_size);
3680 blank, sector, 1);
3695 blank, sector, 1);
3708 free(blank, M_TEMP);
5420 /* blank sector marks end of sequence, check this */
5424 /* break if read error or blank sector */