Lines Matching +full:x86 +full:- +full:openbsd
4 * Copyright (c) 2013-15 Stacey D. Son (sson at FreeBSD)
30 #include "openbsd/syscall_nr.h"
34 * or x86/_types.h
43 * On NetBSD time_t is always defined as an int64_t. On OpenBSD time_t
243 * to cover up to 64 bits on 32-bit machines. We assume that
246 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));
247 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));
312 * to cover up to 64 bits on 32-bit machines. We assume that
315 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));
316 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));
335 int64_t f_bavail; /* free blocks avail to non-superuser */
337 int64_t f_ffree; /* free nodes avail to non-superuser */
360 int64_t f_bavail; /* free blocks avail to non-superuser */
362 int64_t f_ffree; /* free nodes avail to non-superuser */
415 /* FreeBSD-specific */