Home
last modified time | relevance | path

Searched refs:sec_loc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c688 static uint32_t sec_loc[ISO9660_MAX_DIR_DEPTH]; variable
703 sec_loc[0] = iso_733_to_u32(cur_record->ext_loc); in iso_get_file_size()
714 read_iso_sector(sec_loc[level], temp, in iso_get_file_size()
733 sec_loc[level]++; in iso_get_file_size()
749 sec_loc[level] = iso_733_to_u32(cur_record->ext_loc); in iso_get_file_size()
760 read_iso_sector(sec_loc[level], temp, in iso_get_file_size()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_stream.c258 unsigned int stm_pos, sec_loc, pos; in map_data_channels() local
321 sec_loc = buf[pos++] - 1; in map_data_channels()
329 if (sec_loc >= channels) in map_data_channels()
330 sec_loc = ch; in map_data_channels()
355 location = pcm + sec_loc; in map_data_channels()