OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCKCTL_NTP_ADJTIME
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libc/sys/
ntp_adjtime.c
65
struct
clockctl_ntp_adjtime
args;
102
error = ioctl(__clockctl_fd,
CLOCKCTL_NTP_ADJTIME
, &args);
/src/sys/sys/
clockctl.h
63
struct
clockctl_ntp_adjtime
{
struct
68
#define
CLOCKCTL_NTP_ADJTIME
_IOWR('C', 0x8, struct
clockctl_ntp_adjtime
)
/src/sys/compat/common/
clockctl_50.c
118
error = (cd->d_ioctl)(dev,
CLOCKCTL_NTP_ADJTIME
,
/src/sys/dev/
clockctl.c
244
case
CLOCKCTL_NTP_ADJTIME
: {
245
struct
clockctl_ntp_adjtime
*args = data;
/src/sys/compat/netbsd32/
netbsd32_ioctl.c
586
struct
clockctl_ntp_adjtime
*p, u_long cmd)
1106
netbsd32_from_clockctl_ntp_adjtime(const struct
clockctl_ntp_adjtime
*p,
1247
struct
clockctl_ntp_adjtime
*args)
1689
size = IOCPARM_LEN(
CLOCKCTL_NTP_ADJTIME
);
1697
(struct
clockctl_ntp_adjtime
*)data,
1698
CLOCKCTL_NTP_ADJTIME
);
1700
(struct
clockctl_ntp_adjtime
*)data);
1702
(const struct
clockctl_ntp_adjtime
*)data,
1704
CLOCKCTL_NTP_ADJTIME
);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
592
unsigned struct_clockctl_ntp_adjtime_sz = sizeof(
clockctl_ntp_adjtime
);
1884
unsigned IOCTL_CLOCKCTL_NTP_ADJTIME =
CLOCKCTL_NTP_ADJTIME
;
sanitizer_interceptors_ioctl_netbsd.inc
952
_(
CLOCKCTL_NTP_ADJTIME
, READWRITE, struct_clockctl_ntp_adjtime_sz);
Completed in 139 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025