HomeSort by: relevance | last modified time | path
    Searched defs:usp (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/mips/mips/
syscall.c 125 vaddr_t usp; local in function:EMULNAME
197 usp = reg->r_regs[_R_SP] + nsaved * sizeof(register_t);
198 error = copyin((register_t *)usp, &copyargs[nregs],
237 usp = reg->r_regs[_R_SP] + 4 * sizeof(int32_t);
238 error = copyin((int32_t *)usp, copy32args,
  /src/tests/usr.bin/xlint/lint1/
msg_135.c 57 unsigned short *usp; local in function:unsigned_char_to_unsigned_type
59 usp = (unsigned short *)ucp;
60 sink(usp);
72 unsigned short *usp; local in function:plain_char_to_unsigned_type
74 usp = (unsigned short *)cp;
75 sink(usp);
msg_247.c 192 unsigned short *usp; local in function:unsigned_char_to_unsigned_type
194 usp = (unsigned short *)ucp;
195 sink(usp);
207 unsigned short *usp; local in function:plain_char_to_unsigned_type
209 usp = (unsigned short *)cp;
210 sink(usp);
  /src/sys/compat/linux/arch/m68k/
linux_machdep.c 79 const sigset_t *mask, void *usp);
81 const sigset_t *mask, void *usp, struct lwp *l);
101 setup_linux_sigframe(struct frame *frame, int sig, const sigset_t *mask, void *usp)
112 fp = (struct linux_sigframe *) usp;
117 printf("setup_linux_sigframe(%d): sig %d ssp %p usp %p scp %p ft %d\n",
266 setup_linux_rt_sigframe(struct frame *frame, int sig, const sigset_t *mask, void *usp, struct lwp *l)
276 fp = (struct linux_rt_sigframe *) usp;
281 printf("setup_linux_rt_sigframe(%d): sig %d ssp %p usp %p ucp %p ft %d\n",
460 void *usp = getframe(l, sig, &onstack); local in function:linux_sendsig
465 setup_linux_rt_sigframe(frame, sig, mask, usp, l)
508 int usp; local in function:linux_sys_sigreturn
    [all...]
  /src/sys/altq/
altq_cbq.c 860 class_stats_t stats, *usp; local in function:cbq_getstats
865 usp = gsp->stats;
881 if ((error = copyout((void *)&stats, (void *)usp++,
altq_priq.c 944 struct priq_classstats stats, *usp; local in function:priqcmd_class_stats
953 usp = ap->stats;
959 if ((error = copyout((void *)&stats, (void *)usp++,
altq_cdnr.c 1082 struct tce_stats tce, *usp; local in function:cdnrcmd_get_stats
1093 usp = ap->tce_stats;
1094 if (nelements <= 0 || usp == NULL)
1130 if ((error = copyout((void *)&tce, (void *)usp++,
altq_jobs.c 2095 struct class_stats stats, *usp; local in function:jobscmd_class_stats
2104 usp = ap->stats;
2110 if ((error = copyout((void *)&stats, (void *)usp++,
altq_hfsc.c 2156 struct hfsc_classstats stats, *usp; local in function:hfsccmd_class_stats
2177 usp = ap->stats;
2183 if ((error = copyout((void *)&stats, (void *)usp++,
  /src/sys/arch/vax/boot/boot/
mfm.c 423 unsigned short *usp = (void *) io_buf; local in function:mfmopen
428 if (lp->d_nsectors != usp[13]) {
431 lp->d_nsectors, usp[13]);
433 lp->d_nsectors = usp[13];
435 if (lp->d_ntracks != usp[14]) {
438 lp->d_ntracks, usp[14]);
440 lp->d_ntracks = usp[14];
442 if (lp->d_ncylinders != usp[15]) {
445 lp->d_ncylinders, usp[15]);
447 lp->d_ncylinders = usp[15]
    [all...]
  /src/sys/dev/usb/
uirda.c 793 u_int usp; local in function:uirda_get_speeds
800 usp = UGETW(sc->sc_irdadesc.wBaudRate);
802 if (usp & UI_BR_4000000) isp |= IRDA_SPEED_4000000;
803 if (usp & UI_BR_1152000) isp |= IRDA_SPEED_1152000;
804 if (usp & UI_BR_576000) isp |= IRDA_SPEED_576000;
805 if (usp & UI_BR_115200) isp |= IRDA_SPEED_115200;
806 if (usp & UI_BR_57600) isp |= IRDA_SPEED_57600;
807 if (usp & UI_BR_38400) isp |= IRDA_SPEED_38400;
808 if (usp & UI_BR_19200) isp |= IRDA_SPEED_19200;
809 if (usp & UI_BR_9600) isp |= IRDA_SPEED_9600
    [all...]
  /src/sys/dist/pf/net/
if_pfsync.c 1181 struct pfsync_state *usp = local in function:pfsync_pack_state
1185 if (!memcmp(usp->id, &st->id,
1187 usp->creatorid == st->creatorid) {
1188 sp = usp;
1192 usp++;
  /src/sys/arch/x68k/stand/libdos/
dos.h 115 void *usp; member in struct:dos_psp

Completed in 22 milliseconds