user 2690 arch/i386/i386/machdep.c extern struct user *proc0paddr;
user 2918 arch/i386/i386/machdep.c if (offsetof(struct user, u_pcb.pcb_savefpu) & 0xf)
user 820 arch/i386/i386/pmapae.c extern struct user *proc0paddr;
user 2904 dev/ic/aic79xx.c transinfo = &tinfo->user;
user 2986 dev/ic/aic79xx.c *offset = MIN(*offset, tinfo->user.offset);
user 3014 dev/ic/aic79xx.c *bus_width = MIN(tinfo->user.width, *bus_width);
user 3094 dev/ic/aic79xx.c tinfo->user.period = period;
user 3095 dev/ic/aic79xx.c tinfo->user.offset = offset;
user 3096 dev/ic/aic79xx.c tinfo->user.ppr_options = ppr_options;
user 3232 dev/ic/aic79xx.c tinfo->user.width = width;
user 6729 dev/ic/aic79xx.c tinfo->user.protocol_version = 4;
user 6730 dev/ic/aic79xx.c tinfo->user.transport_version = 4;
user 6737 dev/ic/aic79xx.c tinfo->user.period = AHD_SYNCRATE_DT;
user 6739 dev/ic/aic79xx.c tinfo->user.period = AHD_SYNCRATE_160;
user 6741 dev/ic/aic79xx.c tinfo->user.offset = MAX_OFFSET;
user 6742 dev/ic/aic79xx.c tinfo->user.ppr_options = MSG_EXT_PPR_RD_STRM
user 6749 dev/ic/aic79xx.c tinfo->user.ppr_options |= MSG_EXT_PPR_RTI;
user 6751 dev/ic/aic79xx.c tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT;
user 6806 dev/ic/aic79xx.c user_tinfo = &tinfo->user;
user 6811 dev/ic/aic79xx.c tinfo->user.protocol_version = 4;
user 6812 dev/ic/aic79xx.c tinfo->user.transport_version = 4;
user 802 dev/ic/aic79xx.h struct ahd_transinfo user;
user 687 dev/ic/aic79xx_openbsd.c if (width > tinfo->user.width)
user 688 dev/ic/aic79xx_openbsd.c width = tinfo->user.width;
user 695 dev/ic/aic79xx_openbsd.c period = tinfo->user.period;
user 696 dev/ic/aic79xx_openbsd.c offset = tinfo->user.offset;
user 700 dev/ic/aic79xx_openbsd.c ppr_options = tinfo->user.ppr_options;
user 717 dev/ic/aic79xx_openbsd.c if (ppr_options != 0 && tinfo->user.transport_version >= 3) {
user 718 dev/ic/aic79xx_openbsd.c tinfo->goal.transport_version = tinfo->user.transport_version;
user 719 dev/ic/aic79xx_openbsd.c tinfo->curr.transport_version = tinfo->user.transport_version;
user 1741 dev/ic/aic7xxx.c transinfo = &tinfo->user;
user 1882 dev/ic/aic7xxx.c *offset = MIN(*offset, tinfo->user.offset);
user 1910 dev/ic/aic7xxx.c *bus_width = MIN(tinfo->user.width, *bus_width);
user 1990 dev/ic/aic7xxx.c tinfo->user.period = period;
user 1991 dev/ic/aic7xxx.c tinfo->user.offset = offset;
user 1992 dev/ic/aic7xxx.c tinfo->user.ppr_options = ppr_options;
user 2108 dev/ic/aic7xxx.c tinfo->user.width = width;
user 4900 dev/ic/aic7xxx.c tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT;
user 4906 dev/ic/aic7xxx.c tinfo->user.period = ahc_syncrates->period;
user 4907 dev/ic/aic7xxx.c tinfo->user.offset = MAX_OFFSET;
user 4937 dev/ic/aic7xxx.c tinfo->user.period =
user 4940 dev/ic/aic7xxx.c tinfo->user.period = 0;
user 4942 dev/ic/aic7xxx.c tinfo->user.offset = MAX_OFFSET;
user 4945 dev/ic/aic7xxx.c tinfo->user.ppr_options =
user 4954 dev/ic/aic7xxx.c tinfo->user.period =
user 4959 dev/ic/aic7xxx.c if (tinfo->user.period != 0)
user 4960 dev/ic/aic7xxx.c tinfo->user.offset = MAX_OFFSET;
user 4962 dev/ic/aic7xxx.c if (tinfo->user.period == 0)
user 4963 dev/ic/aic7xxx.c tinfo->user.offset = 0;
user 4966 dev/ic/aic7xxx.c tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT;
user 4967 dev/ic/aic7xxx.c tinfo->user.protocol_version = 4;
user 4969 dev/ic/aic7xxx.c tinfo->user.transport_version = 3;
user 4971 dev/ic/aic7xxx.c tinfo->user.transport_version = 2;
user 762 dev/ic/aic7xxx_openbsd.c if (width > tinfo->user.width)
user 763 dev/ic/aic7xxx_openbsd.c width = tinfo->user.width;
user 770 dev/ic/aic7xxx_openbsd.c period = tinfo->user.period;
user 771 dev/ic/aic7xxx_openbsd.c offset = tinfo->user.offset;
user 775 dev/ic/aic7xxx_openbsd.c ppr_options = tinfo->user.ppr_options;
user 794 dev/ic/aic7xxx_openbsd.c if (ppr_options != 0 && tinfo->user.transport_version >= 3) {
user 795 dev/ic/aic7xxx_openbsd.c tinfo->goal.transport_version = tinfo->user.transport_version;
user 796 dev/ic/aic7xxx_openbsd.c tinfo->curr.transport_version = tinfo->user.transport_version;
user 742 dev/ic/aic7xxxvar.h struct ahc_transinfo user;
user 151 dev/raidframe/rf_acctrace.c acc->suspend_ovhd_us += rec->specific.user.suspend_ovhd_us;
user 152 dev/raidframe/rf_acctrace.c acc->map_us += rec->specific.user.map_us;
user 153 dev/raidframe/rf_acctrace.c acc->lock_us += rec->specific.user.lock_us;
user 154 dev/raidframe/rf_acctrace.c acc->dag_create_us += rec->specific.user.dag_create_us;
user 155 dev/raidframe/rf_acctrace.c acc->dag_retry_us += rec->specific.user.dag_retry_us;
user 156 dev/raidframe/rf_acctrace.c acc->exec_us += rec->specific.user.exec_us;
user 157 dev/raidframe/rf_acctrace.c acc->cleanup_us += rec->specific.user.cleanup_us;
user 158 dev/raidframe/rf_acctrace.c acc->exec_engine_us += rec->specific.user.exec_engine_us;
user 80 dev/raidframe/rf_acctrace.h RF_user_acc_stats_t user;
user 169 dev/raidframe/rf_states.c tracerec->specific.user.exec_us = RF_ETIMER_VAL_US(timer);
user 313 dev/raidframe/rf_states.c tracerec->specific.user.suspend_ovhd_us += RF_ETIMER_VAL_US(timer);
user 337 dev/raidframe/rf_states.c tracerec->specific.user.map_us = RF_ETIMER_VAL_US(timer);
user 429 dev/raidframe/rf_states.c tracerec->specific.user.lock_us += RF_ETIMER_VAL_US(timer);
user 481 dev/raidframe/rf_states.c tracerec->specific.user.dag_create_us = RF_ETIMER_VAL_US(timer);
user 647 dev/raidframe/rf_states.c tracerec->specific.user.dag_retry_us = RF_ETIMER_VAL_US(timer);
user 650 dev/raidframe/rf_states.c tracerec->specific.user.dag_retry_us = 0;
user 673 dev/raidframe/rf_states.c tracerec->specific.user.cleanup_us = RF_ETIMER_VAL_US(timer);
user 692 dev/raidframe/rf_states.c tracerec->specific.user.lock_us += RF_ETIMER_VAL_US(timer);
user 701 dev/raidframe/rf_states.c tracerec->specific.user.cleanup_us += RF_ETIMER_VAL_US(timer);
user 750 dev/softraid.c sr_ioctl_createraid(struct sr_softc *sc, struct bioc_createraid *bc, int user)
user 763 dev/softraid.c DEVNAME(sc), user);
user 771 dev/softraid.c if (user)
user 867 dev/softraid.c if (user == 0 && sd->sd_meta_flags & BIOC_SCNOAUTOASSEMBLE) {
user 120 kern/init_main.c extern struct user *proc0paddr;
user 357 kern/kern_fork.c p2->p_addr = (struct user *)uaddr;
user 260 kern/kern_ktrace.c ktrcsw(struct proc *p, int out, int user)
user 268 kern/kern_ktrace.c kc.user = user;
user 128 sys/ktrace.h int user; /* 1 if usermode (ivcsw), 0 if kernel (vcsw) */
user 249 sys/proc.h struct user *p_addr; /* Kernel virtual addr of u-area */
user 56 sys/user.h struct user {
user 238 uvm/uvm_glue.c struct user *up = p2->p_addr;