Searched refs:pagedata (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_pages.c | 227 ses2_ctl_fill(ses_plugin_t *sp, void *pagedata, size_t pagelen, in ses2_ctl_fill() argument 232 ses2_control_page_impl_t *pip = pagedata; in ses2_ctl_fill() 281 ses2_threshout_ctl_fill(ses_plugin_t *sp, void *pagedata, size_t pagelen, in ses2_threshout_ctl_fill() argument 286 ses2_threshold_out_page_impl_t *pip = pagedata; in ses2_threshout_ctl_fill()
|
/titanic_41/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 141 int pagetext, pagedata; in aoutexec() local 203 getexinfo(&edp, &edpout, &pagetext, &pagedata); in aoutexec() 212 edp.ux_bsize, edp.ux_doffset, dataprot, pagedata, 0)) in aoutexec()
|
/titanic_41/usr/src/uts/sun4/vm/ |
H A D | vm_dep.c | 478 int *pagedata) in getexinfo() argument 485 *pagedata = 1; in getexinfo() 488 *pagedata = 0; in getexinfo()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | exec.h | 272 int *pagetext, int *pagedata);
|