Home
last modified time | relevance | path

Searched refs:dpl (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/usr.sbin/tcpdump/
Dprint-gtp.c568 u_int32_t *dpl; in gtp_v0_print_tv() local
613 dpl = (u_int32_t *)cp; in gtp_v0_print_tv()
614 printf("TLLI 0x%x", ntohl(*dpl)); in gtp_v0_print_tv()
622 dpl = (u_int32_t *)cp; in gtp_v0_print_tv()
623 printf("P-TMSI 0x%x", ntohl(*dpl)); in gtp_v0_print_tv()
1061 u_int32_t *dpl; in gtp_v1_print_tv() local
1106 dpl = (u_int32_t *)cp; in gtp_v1_print_tv()
1107 printf("TLLI 0x%x", ntohl(*dpl)); in gtp_v1_print_tv()
1115 dpl = (u_int32_t *)cp; in gtp_v1_print_tv()
1116 printf("P-TMSI 0x%x", ntohl(*dpl)); in gtp_v1_print_tv()
[all …]
Dprint-nhrp.c70 u_int8_t dpl; /* dst proto len */ member
183 if ((snapend - p) < (hdr->spl + hdr->dpl)) in nhrp_print()
203 p += hdr->spl + hdr->dpl; in nhrp_print()
/openbsd/src/sys/arch/i386/i386/
Dgdt.c60 setgdt(int sel, void *base, size_t limit, int type, int dpl, int def32, in setgdt() argument
69 setsegment(sd, base, limit, type, dpl, def32, gran); in setgdt()
Dmachdep.c2929 setgate(struct gate_descriptor *gd, void *func, int args, int type, int dpl, in setgate() argument
2938 gd->gd_dpl = dpl; in setgate()
2989 int dpl, int def32, int gran) in setsegment() argument
2995 sd->sd_dpl = dpl; in setsegment()
/openbsd/src/usr.bin/cvs/
Ddiff3.c541 int dpl, j, t1, t2; in merge() local
605 dpl = duplicate(&d1->old,&d2->old); in merge()
606 if (dpl == -1) in merge()
614 separate(dpl ? "3" : ""); in merge()
615 change(1, &d1->old, dpl); in merge()
620 j = edit(d1, dpl, j); in merge()
/openbsd/src/sys/arch/amd64/stand/libsa/
Dgidt.S247 .byte SDT_MEMERAC | 0 | 0x80 # RXAC, dpl = 0, present
254 .byte SDT_MEMRWA | 0 | 0x80 # RWA, dpl = 0, present
261 .byte SDT_MEMERAC | 0 | 0x80 # RXAC, dpl = 0, present
268 .byte SDT_MEMRWA | 0 | 0x80 # RWA, dpl = 0, present
/openbsd/src/sys/arch/i386/stand/libsa/
Dgidt.S248 .byte SDT_MEMERAC | 0 | 0x80 # RXAC, dpl = 0, present
255 .byte SDT_MEMRWA | 0 | 0x80 # RWA, dpl = 0, present
262 .byte SDT_MEMERAC | 0 | 0x80 # RXAC, dpl = 0, present
269 .byte SDT_MEMRWA | 0 | 0x80 # RWA, dpl = 0, present
/openbsd/src/usr.bin/rcs/
Ddiff3.c636 int dpl, j, t1, t2; in merge() local
700 dpl = duplicate(&d1->old,&d2->old); in merge()
701 if (dpl == -1) in merge()
709 separate(dpl ? "3" : ""); in merge()
710 change(1, &d1->old, dpl); in merge()
715 j = edit(d1, dpl, j); in merge()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ip2k/
Dlibgcc.S1384 push dpl
1391 mov dpl, w
1400 inc dpl
1407 pop dpl
1424 push dpl
1431 mov dpl, w
1444 inc dpl
1452 pop dpl
Dip2k.md6657 AS2 (add, dpl, w) CR_TAB
6658 AS2 (add, dpl, w);
6771 AS2 (add, dpl, w) CR_TAB
6832 AS2 (add, dpl, w) CR_TAB
/openbsd/src/sys/arch/amd64/amd64/
Dmachdep.c1239 setgate(struct gate_descriptor *gd, void *func, int ist, int type, int dpl, in setgate() argument
1246 gd->gd_dpl = dpl; in setgate()
1273 int type, int dpl, int gran, int def32, int is64) in set_mem_segment() argument
1278 sd->sd_dpl = dpl; in set_mem_segment()
1290 int type, int dpl, int gran) in set_sys_segment() argument
1296 sd->sd_dpl = dpl; in set_sys_segment()
Dvmm_machdep.c7822 uint8_t g, type, s, dpl, p, dib, l; in vmm_segment_desc_decode() local
7838 dpl = (ar & 0x60) >> 5; in vmm_segment_desc_decode()
/openbsd/src/sys/arch/i386/include/
Dcpufunc.h151 void setidt(int idx, /*XXX*/caddr_t func, int typ, int dpl);
/openbsd/src/sys/arch/amd64/include/
Dcpufunc.h182 void setidt(int idx, /*XXX*/caddr_t func, int typ, int dpl);
/openbsd/src/usr.sbin/vmd/
Dloadfile_elf.c151 int type, int dpl, int def32, int gran) in setsegment() argument
156 sd->sd_dpl = dpl; in setsegment()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgo32-nat.c1264 unsigned dpl:2 __attribute__((packed)); member
1280 unsigned dpl:2 __attribute__((packed)); member