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

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.h81 struct sys_info *ub_get_sys_info(void);
102 void ub_dump_si(struct sys_info *);
H A Dapi_public.h111 struct sys_info { struct
H A Dglue.c158 static struct sys_info si;
160 struct sys_info *
165 memset(&si, 0, sizeof(struct sys_info));
455 ub_dump_si(struct sys_info *si)
H A Dcopy.c71 struct sys_info *si;
/illumos-gate/usr/src/uts/common/sys/
H A Dsysconf.h48 u_longlong_t sys_info; /* additional information */ member in struct:sysparam
/illumos-gate/usr/src/lib/libfsmgt/
H A DMakefile.com31 sys_info.o sharetab.o nfs_sec.o \
/illumos-gate/usr/src/boot/sys/boot/uboot/fdt/
H A Duboot_fdt.c96 struct sys_info *si;
102 /* Acquire sys_info */
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c108 memsize(struct sys_info *si, int flags)
125 struct sys_info *si;
555 struct sys_info *si;
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c627 if (kobj_get_string(&sysp->sys_info, tok1) == 0) {
640 if (kobj_getvalue(tok1, &sysp->sys_info) == -1) {
984 u_longlong_t ul = sysp->sys_info;
1223 uint8_t uc = (uint8_t)sysp->sys_info;
1250 uint16_t us = (uint16_t)sysp->sys_info;
1277 uint32_t ui = (uint32_t)sysp->sys_info;
1304 uint64_t ul = sysp->sys_info;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3531 straddr = (void *)(uintptr_t)sys.sys_info;
3533 sys.sys_info != 0 &&
3539 (uintptr_t)sys.sys_info) != -1) {
3544 "0x%llx [0t%llu]", sys.sys_info,
3545 sys.sys_info);

Completed in 110 milliseconds