Searched refs:remote_fileio_to_fio_uint (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c367 remote_fileio_to_fio_uint (long num, fio_uint_t fnum) function
400 remote_fileio_to_fio_uint ((long) st->st_ino, fst->fst_ino);
402 remote_fileio_to_fio_uint ((long) st->st_nlink, fst->fst_nlink);
403 remote_fileio_to_fio_uint ((long) st->st_uid, fst->fst_uid);
404 remote_fileio_to_fio_uint ((long) st->st_gid, fst->fst_gid);
405 remote_fileio_to_fio_uint ((long) st->st_rdev, fst->fst_rdev);
1083 remote_fileio_to_fio_uint (0, fst.fst_dev);
1129 remote_fileio_to_fio_uint (1, fst.fst_dev);

Completed in 113 milliseconds