Searched refs:conf_sys_flags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | ntp_request.c | 139 { REQ_SET_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags), 140 sizeof(struct conf_sys_flags), set_sys_flag }, 141 { REQ_CLR_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags), 142 sizeof(struct conf_sys_flags), clr_sys_flag }, 1513 struct conf_sys_flags *sf; in setclr_flags() 1522 sf = (struct conf_sys_flags *)&inpkt->u; in setclr_flags()
|
| /freebsd-9-stable/usr.sbin/ntp/ntpdc/ |
| D | nl.c | 513 (int) sizeof(struct conf_sys_flags)); 515 (int) offsetof(struct conf_sys_flags, flags));
|
| /freebsd-9-stable/contrib/ntp/ntpdc/ |
| D | layout.std | 256 sizeof(struct conf_sys_flags) = 4
|
| D | ntpdc_ops.c | 1566 struct conf_sys_flags sys; in doset() 1604 sizeof(struct conf_sys_flags), (char *)&sys, &items, in doset() 1605 &itemsize, &dummy, 0, sizeof(struct conf_sys_flags)); in doset()
|
| /freebsd-9-stable/contrib/ntp/include/ |
| D | ntp_request.h | 632 struct conf_sys_flags { struct
|