Searched refs:uc (Results 76 - 100 of 137) sorted by relevance

123456

/freebsd-11-stable/sys/dev/mly/
H A Dmly.c128 static int mly_user_command(struct mly_softc *sc, struct mly_user_command *uc);
2863 struct mly_user_command *uc = (struct mly_user_command *)addr; local
2868 return(mly_user_command(sc, uc));
2886 mly_user_command(struct mly_softc *sc, struct mly_user_command *uc) argument
2900 mc->mc_length = (uc->DataTransferLength >= 0) ? uc->DataTransferLength : -uc->DataTransferLength;
2907 if (uc->DataTransferLength > 0) {
2911 if (uc->DataTransferLength < 0) {
2913 if ((error = copyin(uc
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h143 struct ucontext uc; member in struct:rt_sigframe
148 sc = (struct sigcontext *) (void *) &rt_->uc.uc_mcontext;
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man112 $key = uc $1;
227 my $PROGRAM = uc $program;
288 $sect = uc $1;
/freebsd-11-stable/contrib/mdocml/
H A Dchars.c503 mchars_uc2str(int uc) argument
508 if (uc == lines[i].unicode)
/freebsd-11-stable/sys/dev/md/
H A Dmd.c455 off_t *uc; local
465 uc = ptr;
501 *uc = (u_char)*p;
539 off_t *uc; local
544 uc = ptr;
565 first = *uc = *p;
597 off_t secno, nsec, uc; local
675 sc->sectorsize, &uc, 0,
680 &ma_offs, sc->sectorsize, &uc, 0,
684 uc
[all...]
/freebsd-11-stable/sys/dev/ida/
H A Dida.c749 struct ida_user_command *uc; local
758 uc = (struct ida_user_command *)addr;
763 ci = ida_cmd_lookup(uc->command);
771 daddr = &uc->d.buf;
777 error = ida_command(sc, uc->command, daddr, len,
778 uc->drive, uc->blkno, flags);
/freebsd-11-stable/sys/dev/cmx/
H A Dcmx.c482 uint8_t uc; local
567 uc = cmx_read_DTR(sc);
568 DEBUG_printf(sc->dev, "success (DTR=%02x)\n", uc);
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c511 ucontext_t uc; local
516 if (copyin(uap->sigcntxp, &uc, sizeof(uc)))
519 error = set_mcontext(td, &uc.uc_mcontext);
522 set_fpcontext(td, &uc.uc_mcontext);
525 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c511 uint32_t uc, sf; local
515 uc = (uint32_t)cycle;
519 uv %= uc;
520 pivot += (uc & sf) + (sf ^ uv);
524 uc = ~(uint32_t)cycle + 1;
528 uv %= uc;
529 pivot -= (uc & sf) + (sf ^ uv);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c714 ucontext_t uc; local
724 if (copyin(uap->sigcntxp, &uc, sizeof(uc)) != 0) {
729 mc = &uc.uc_mcontext;
734 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c469 struct l_ucontext uc; local
477 error = copyin((void *)regs->tf_rbx, &uc, sizeof(uc));
482 context = &uc.uc_mcontext;
523 linux_to_bsd_sigset(&uc.uc_sigmask, &td->td_sigmask);
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c649 /* the trampoline uses r5 as the uc address */
681 ucontext_t uc; local
686 if (copyin(uap->sigcntxp, &uc, sizeof(uc)))
689 error = set_mcontext(td, &uc.uc_mcontext);
694 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c606 uint8_t uc, subopt, suboptlen; local
660 uc = *bp++;
661 ND_PRINT((ndo, "%s", tok2str(dhcp_msg_values, "Unknown (%u)", uc)));
668 uc = *bp++;
669 cp = tok2str(tag2str, "?Option %u", uc);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c592 struct l_ucontext uc; local
612 if (copyin(args->ucp, &uc, sizeof(uc)) != 0)
615 context = &uc.uc_mcontext;
639 linux_to_bsd_sigset(&uc.uc_sigmask, &bmask);
666 lss = &uc.uc_stack;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c686 struct l_ucontext uc; local
706 if (copyin(args->ucp, &uc, sizeof(uc)) != 0)
709 context = &uc.uc_mcontext;
733 linux_to_bsd_sigset(&uc.uc_sigmask, &bmask);
755 lss = &uc.uc_stack;
/freebsd-11-stable/contrib/diff/src/
H A Dcmp.c592 unsigned char uc = l;
593 cnt += ! uc;
587 unsigned char uc = l; local
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ilk.c1151 * @param uc the byte to be counted
1155 unsigned char cvmx_ilk_bit_count (unsigned char uc) argument
1159 for (count = 0; uc > 0; uc &= uc-1)
/freebsd-11-stable/sys/kern/
H A Dkern_ktrace.c151 static void ktr_freeproc(struct proc *p, struct ucred **uc,
423 ktr_freeproc(struct proc *p, struct ucred **uc, struct vnode **vp) argument
429 *uc = p->p_tracecred;
492 ktrprocexec(struct proc *p, struct ucred **uc, struct vnode **vp) argument
497 ktr_freeproc(p, uc, vp);
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c1445 READ_TOKEN_U_CHAR(buf, len, tok->tt.arb.uc, tok->len, err);
1475 SET_PTR(buf, len, tok->tt.arb.data, datasize * tok->tt.arb.uc,
1543 print_1_byte(fp, tok->tt.arb.uc, "%u");
1546 for (i = 0; i<tok->tt.arb.uc; i++)
1553 print_1_byte(fp, tok->tt.arb.uc, "%u");
1555 for (i = 0; i<tok->tt.arb.uc; i++)
1569 print_1_byte(fp, tok->tt.arb.uc, "%u");
1572 for (i = 0; i < tok->tt.arb.uc; i++)
1580 print_1_byte(fp, tok->tt.arb.uc, "%u");
1582 for (i = 0; i < tok->tt.arb.uc;
[all...]
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c3089 const struct ucode *uc; local
3096 for (uc = ucode_table; uc->ucode != NULL; uc++)
3097 if (sc->revision == uc->revision)
3099 if (uc->ucode == NULL)
3105 for (i = 0; i < uc->length; i++)
3106 cbp->ucode[i] = htole32(uc->ucode[i]);
3107 if (uc->int_delay_offset)
3108 *(uint16_t *)&cbp->ucode[uc
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dge25519.c155 unsigned char uc = c; local
156 unsigned char x = ub ^ uc; /* 0: yes; 1..255: no */
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_upgt.c1739 const uint32_t *uc; local
1755 for (offset = 0; offset < fw->datasize; offset += sizeof(*uc)) {
1756 uc = (const uint32_t *)((const uint8_t *)fw->data + offset);
1757 if (*uc == 0)
1760 for (; offset < fw->datasize; offset += sizeof(*uc)) {
1761 uc = (const uint32_t *)((const uint8_t *)fw->data + offset);
1762 if (*uc != 0)
1783 bra_option_len = le32toh(bra_opt->len) * sizeof(*uc);
/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c119 static struct usbcap uc; variable in typeref:struct:usbcap
557 struct usbcap *p = &uc;
818 struct usbcap *p = &uc;
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1972 unsigned char uc; local
1974 uc = (unsigned char)c;
1976 if (META_CHAR (uc))
1979 if (uc == '\t')
1991 return ((ISPRINT (uc)) ? 1 : 2);
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c891 struct ucontext4 uc; local
897 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
900 ucp = &uc;
994 ucontext_t uc; local
1005 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
1008 ucp = &uc;
1084 if ((uc.uc_mcontext.mc_flags & _MC_HASFPXSTATE) != 0) {
1085 xfpustate_len = uc
[all...]

Completed in 231 milliseconds

123456