Searched refs:bpt (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/lib/libc/gen/
H A Dgetcwd.c62 char *bpt; local
94 bpt = pt;
96 while (bpt < ept) {
97 c = *bpt;
98 *bpt++ = *ept;
104 bpt = ept - 1;
105 *bpt = '\0';
126 *--bpt = '/';
132 bcopy(bpt, pt, ept - bpt);
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetcwd.c58 char *bpt, *bup; local
86 bpt = ept - 1;
87 *bpt = '\0';
120 *--bpt = '/';
126 memmove(pt, bpt, ept - bpt);
192 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
200 len = ept - bpt;
203 bpt = npt + (bpt
[all...]
/freebsd-current/usr.sbin/fdwrite/
H A Dfdwrite.c67 int bpt, verbose=1, nbytes=0, track; local
133 bpt = fdt.sectrac * (1<<fdt.secsize) * 128;
135 trackbuf = malloc(bpt);
139 vrfybuf = malloc(bpt);
147 fdt.tracks*bpt*fdt.heads/1024);
150 memset(trackbuf,0,bpt);
151 for(j=0;inputfd >= 0 && j<bpt;j+=i) {
152 if(!(i = read(inputfd,trackbuf+j,bpt-j))) {
168 if (lseek (fd, (long) track*bpt, 0) < 0) err(1, "lseek");
169 if (write (fd, trackbuf, bpt) !
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_fg.c222 char *bpt; local
251 bpt = (char *)rbufp->recv_buffer;
252 while (*bpt != '\x10')
253 bpt++;
255 #define BP2(x) ( bpt[x] & 15 )
256 #define BP1(x) (( bpt[x] & 240 ) >> 4)
/freebsd-current/sbin/restore/
H A Ddirs.c215 long bpt; local
250 bpt = rst_telldir(dirp);
262 rst_seekdir(dirp, bpt, itp->t_seekpt);
265 bpt = rst_telldir(dirp);
/freebsd-current/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c151 static uint32_t bpt = KINST_PATCHVAL; local
154 kinst_memcpy(&kp->kp_tramp[INSN_SIZE], &bpt, INSN_SIZE);
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3691 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; local
3699 bpt = (kbps + tps / 2) / tps;
3700 if (bpt > 0 && bpt <= 255) {
3701 v = bpt * tps;
3706 selected_bpt = bpt;
3766 unsigned int v, addr, bpt, cpt; local
3774 bpt = (v >> 8) & 0xff;
3780 *kbps = (v * bpt) / 125;
/freebsd-current/sys/i386/i386/
H A Dtrap.c118 extern inthand_t IDTVEC(bpt), IDTVEC(dbg), IDTVEC(int0x80_syscall);
338 case T_BPTFLT: /* bpt instruction fault */
676 frame->tf_eip == (uintptr_t)IDTVEC(bpt) +
H A Dexception.S102 IDTVEC(bpt)
H A Dmachdep.c624 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1318 setidt(IDT_BP, &IDTVEC(bpt), SDT_SYS386IGT, SEL_UPL,
/freebsd-current/sys/amd64/amd64/
H A Dtrap.c101 extern inthand_t IDTVEC(bpt), IDTVEC(bpt_pti), IDTVEC(dbg),
318 case T_BPTFLT: /* bpt instruction fault */
590 frame->tf_rip == (uintptr_t)IDTVEC(bpt))
H A Dmachdep.c494 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1425 setidt(IDT_BP, pti ? &IDTVEC(bpt_pti) : &IDTVEC(bpt), SDT_SYSIGT,
H A Dexception.S132 TRAP_NOEN bpt, T_BPTFLT
/freebsd-current/sys/amd64/include/
H A Dvmm.h742 } bpt; member in union:vm_exit::__anon1
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_hw.c6443 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; local
6451 bpt = (kbps + tps / 2) / tps;
6452 if (bpt > 0 && bpt <= 255) {
6453 v = bpt * tps;
6458 selected_bpt = bpt;
10369 unsigned int v, addr, bpt, cpt; local
10376 bpt = (v >> 8) & 0xff;
10382 *kbps = (v * bpt) / 125;
/freebsd-current/usr.sbin/bhyve/
H A Dgdb.c1105 vmexit->u.bpt.inst_length);
/freebsd-current/sys/amd64/vmm/amd/
H A Dsvm.c1489 vmexit->u.bpt.inst_length = vmexit->inst_length;
/freebsd-current/sys/amd64/vmm/intel/
H A Dvmx.c2706 vmexit->u.bpt.inst_length = vmexit->inst_length;

Completed in 303 milliseconds