Home
last modified time | relevance | path

Searched refs:pbp (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/libpcap/dist/
H A Dsf-pcap-ng.c957 struct packet_block *pbp; in pcap_ng_next_packet() local
1050 pbp = get_from_block_data(&cursor, sizeof(*pbp), in pcap_ng_next_packet()
1052 if (pbp == NULL) in pcap_ng_next_packet()
1061 hdr->caplen = SWAPLONG(pbp->caplen); in pcap_ng_next_packet()
1062 hdr->len = SWAPLONG(pbp->len); in pcap_ng_next_packet()
1064 SWAPLONG(pbp->timestamp_low); in pcap_ng_next_packet()
1066 interface_id = pbp->interface_id; in pcap_ng_next_packet()
1067 hdr->caplen = pbp->caplen; in pcap_ng_next_packet()
1068 hdr->len = pbp->len; in pcap_ng_next_packet()
1069 t = ((u_int64_t)pbp->timestamp_high) << 32 | in pcap_ng_next_packet()
[all …]
/minix/external/bsd/dhcp/dist/omapip/
H A Dhash.c445 struct hash_bucket *bp, *pbp = (struct hash_bucket *)0; local
463 if (pbp) {
464 pbp -> next = bp -> next;
475 pbp = bp; /* jwg, 9/6/96 - nice catch! */
/minix/sbin/fsck_ext2fs/
H A Dinode.c402 if (pbp != 0) in ginode()
403 pbp->b_flags &= ~B_INUSE; in ginode()
404 pbp = getdatablk(iblk, sblock.e2fs_bsize); in ginode()
408 dp = (struct ext2fs_dinode *)(pbp->b_un.b_buf + in ginode()
570 dirty(pbp); in inodirty()
H A Dfsck.h104 struct bufarea *pbp; /* current inode block */ variable
H A Dutilities.c152 pbp = pdirbp = (struct bufarea *)0; in bufinit()
286 pbp = pdirbp = (struct bufarea *)0; in ckfini()
/minix/lib/libpuffs/
H A Dframebuf.c169 puffs_framebuf_dup(struct puffs_framebuf *pb, struct puffs_framebuf **pbp) in puffs_framebuf_dup() argument
189 *pbp = newpb; in puffs_framebuf_dup()
H A Ddispatcher.c102 puffs_dispatch_exec(struct puffs_cc *pcc, struct puffs_framebuf **pbp) in puffs_dispatch_exec() argument
110 *pbp = pcc->pcc_pb; in puffs_dispatch_exec()