Searched refs:system_info (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dvr41xx.c48 system_info.si_pagesize = info->dwPageSize;
50 system_info.si_dramstart = 0x80000000;
51 system_info.si_drammaxsize = 0x08000000;
53 system_info.si_asmcode = (unsigned char*)vr41xx_asm_code;
54 system_info.si_asmcodelen = (unsigned char*)vr41xx_asm_code_end
55 - system_info.si_asmcode;
56 system_info.si_boot = mips_boot;
57 system_info.si_intrvec = 0;
H A Dtx39xx.c67 system_info.si_pagesize = info->dwPageSize;
69 system_info.si_dramstart = 0x04000000;
70 system_info.si_drammaxsize = 0x04000000;
72 system_info.si_asmcode = (unsigned char*)tx39xx_asm_code;
73 system_info.si_asmcodelen = (unsigned char*)tx39xx_asm_code_end
74 - system_info.si_asmcode;
75 system_info.si_boot = mips_boot;
76 system_info.si_intrvec = 0x80;
H A Dmips.c61 memcpy(mem, system_info.si_asmcode, system_info.si_asmcodelen);
83 if (!(VirtualCopy((LPVOID)mem, (LPVOID)(system_info.si_dramstart >> 8), 0x400,
107 *(unsigned long*)&mem[system_info.si_intrvec] = jump_instruction;
H A Dsysteminfo.c37 struct system_info system_info; variable in typeref:struct:system_info
111 if (system_info.si_asmcodelen > (signed)system_info.si_pagesize) {
114 system_info.si_asmcodelen,
115 system_info.si_pagesize);
H A Dvmem.c117 return ((*system_info.si_boot)(vtophysaddr((void *)map)));
126 pagesize = system_info.si_pagesize;
145 pagesize = system_info.si_pagesize;
167 int pagesize = system_info.si_pagesize;
183 int pageno = (page - heap) / system_info.si_pagesize;
184 int offset = (page - heap) % system_info.si_pagesize;
205 pagesize = system_info.si_pagesize;
206 memblocks = (system_info.si_drammaxsize) / MEM_BLOCK_SIZE;
287 ((system_info.si_dramstart + MEM_BLOCK_SIZE * m) >> 8),
304 system_info
[all...]
H A Dpbsdboot.h102 struct system_info { struct
111 extern struct system_info system_info;
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dmachine.h69 * the system_info struct is filled in by a machine dependent routine.
78 struct system_info struct
115 void get_system_info(struct system_info *);
116 caddr_t get_process_info(struct system_info *, struct process_select *, int);
H A Dtop.c500 struct system_info system_info; local
508 get_system_info(&system_info);
511 processes = get_process_info(&system_info, &(gstate->pselect), gstate->order_index);
518 active_procs = system_info.P_ACTIVE;
545 i_loadave(system_info.last_pid, system_info.load_avg);
548 i_procstates(system_info.p_total, system_info.procstates, gstate->pselect.threads);
551 i_cpustates(system_info
957 struct system_info system_info; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_netbsd.c215 static caddr_t get_proc_info(struct system_info *, struct process_select *,
217 static caddr_t get_lwp_info(struct system_info *, struct process_select *,
447 get_system_info(struct system_info *si)
564 get_process_info(struct system_info *si, struct process_select *sel, int c)
575 get_proc_info(struct system_info *si, struct process_select *sel,
675 get_lwp_info(struct system_info *si, struct process_select *sel,
H A Dm_aix43.c299 get_system_info(struct system_info *si)
354 get_process_info(struct system_info *si, struct process_select *sel, int compare_index)
H A Dm_hpux10.c321 struct system_info *si;
398 struct system_info *si;
H A Dm_hpux7.c390 struct system_info *si;
455 struct system_info *si;
H A Dm_hpux8.c352 struct system_info *si;
413 struct system_info *si;
H A Dm_hpux9.c364 struct system_info *si;
425 struct system_info *si;
H A Dm_irix5.c301 struct system_info *si;
366 struct system_info *si;
H A Dm_macosx.c176 //struct system_info
485 caddr_t get_process_info(struct system_info *si,
639 void get_system_info(struct system_info *si)
H A Dm_sunos4.c441 struct system_info *si;
568 struct system_info *si;
H A Dm_svr4.c284 get_system_info (struct system_info *si)
358 struct system_info *si,
H A Dm_aix5.c314 struct system_info *si;
416 struct system_info *si;
H A Dm_decosf1.c381 struct system_info *si;
466 struct system_info *si;
H A Dm_irixsgi.c410 get_system_info(struct system_info *si)
462 get_process_info(struct system_info *si, struct process_select *sel, int compare_index)
H A Dm_sco5.c412 get_system_info(struct system_info *si)
469 get_process_info(struct system_info *si,
H A Dm_linux.c446 get_system_info(struct system_info *info)
835 get_process_info(struct system_info *si,
H A Dm_linuxthr.c373 get_system_info(struct system_info *info)
658 get_process_info(struct system_info *si,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_unix.c419 system_info sysInfo;

Completed in 275 milliseconds

12