Home
last modified time | relevance | path

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

/dports/emulators/tme/tme-0.8/host/posix/
H A Dposix-tape.c107 struct tme_posix_tape_segment *tme_posix_tape_segments; member
273 for (; posix_tape->tme_posix_tape_segments != NULL; ) { in _tme_posix_tape_segments_close()
276 segment = posix_tape->tme_posix_tape_segments; in _tme_posix_tape_segments_close()
359 segment = posix_tape->tme_posix_tape_segments; in _tme_posix_tape_rewind()
990 if (posix_tape->tme_posix_tape_segments != NULL) { in __tme_posix_tape_command()
1019 posix_tape->tme_posix_tape_segments = NULL; in __tme_posix_tape_command()
1020 for (_prev = &posix_tape->tme_posix_tape_segments; in __tme_posix_tape_command()
1066 if (posix_tape->tme_posix_tape_segments != segment in __tme_posix_tape_command()
1130 = posix_tape->tme_posix_tape_segments; in __tme_posix_tape_command()
1143 if (posix_tape->tme_posix_tape_segments == NULL) { in __tme_posix_tape_command()
[all …]