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

/freebsd-13-stable/stand/uboot/lib/
H A Dglue.h82 struct sys_info *ub_get_sys_info(void);
103 void ub_dump_si(struct sys_info *);
H A Dapi_public.h111 struct sys_info { struct
H A Dglue.c195 static struct sys_info si;
197 struct sys_info *
202 memset(&si, 0, sizeof(struct sys_info));
492 ub_dump_si(struct sys_info *si)
H A Dcopy.c71 struct sys_info *si;
/freebsd-13-stable/stand/uboot/fdt/
H A Duboot_fdt.c125 struct sys_info *si;
135 /* Acquire sys_info */
/freebsd-13-stable/stand/uboot/common/
H A Dmain.c108 memsize(struct sys_info *si, int flags)
125 struct sys_info *si;
598 struct sys_info *si;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_request.c73 static void sys_info (sockaddr_u *, endpt *, struct req_pkt *);
129 { REQ_SYS_INFO, NOAUTH, 0, 0, sys_info },
1060 * sys_info - return system info
1063 sys_info( function

Completed in 109 milliseconds