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

/freebsd-10-stable/sys/dev/nvme/
H A Dnvme_sysctl.c37 * CTLTYPE_S64 and sysctl_handle_64 were added in r217616. Define these
41 #ifndef CTLTYPE_S64
42 #define CTLTYPE_S64 CTLTYPE_QUAD macro
274 "num_cmds", CTLTYPE_S64 | CTLFLAG_RD,
279 "num_intr_handler_calls", CTLTYPE_S64 | CTLFLAG_RD,
/freebsd-10-stable/sbin/sysctl/
H A Dsysctl.c299 (kind & CTLTYPE) == CTLTYPE_S64 ||
359 case CTLTYPE_S64:
751 [CTLTYPE_S64] = 1,
759 [CTLTYPE_S64] = sizeof(int64_t),
868 case CTLTYPE_S64:
886 case CTLTYPE_S64:
/freebsd-10-stable/sys/sys/
H A Dsysctl.h69 #define CTLTYPE_S64 4 /* name describes a signed 64-bit number */ macro
389 CTLTYPE_S64 | CTLFLAG_MPSAFE | (access), \
392 ((access) & SYSCTL_CT_ASSERT_MASK) == CTLTYPE_S64); \
399 ((access) & SYSCTL_CT_ASSERT_MASK) == CTLTYPE_S64); \
401 CTLTYPE_S64 | CTLFLAG_MPSAFE | (access), \
/freebsd-10-stable/lib/libjail/
H A Djail.c390 case CTLTYPE_S64:
792 case CTLTYPE_S64:
968 case CTLTYPE_S64:
/freebsd-10-stable/sys/kern/
H A Dkern_sysctl.c700 case CTLTYPE_S64: printf(" int64_t\n"); break;

Completed in 91 milliseconds