Searched refs:pbp (Results 1 – 7 of 7) sorted by relevance
957 struct packet_block *pbp; in pcap_ng_next_packet() local1050 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 …]
445 struct hash_bucket *bp, *pbp = (struct hash_bucket *)0; local463 if (pbp) {464 pbp -> next = bp -> next;475 pbp = bp; /* jwg, 9/6/96 - nice catch! */
402 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()
104 struct bufarea *pbp; /* current inode block */ variable
152 pbp = pdirbp = (struct bufarea *)0; in bufinit()286 pbp = pdirbp = (struct bufarea *)0; in ckfini()
169 puffs_framebuf_dup(struct puffs_framebuf *pb, struct puffs_framebuf **pbp) in puffs_framebuf_dup() argument189 *pbp = newpb; in puffs_framebuf_dup()
102 puffs_dispatch_exec(struct puffs_cc *pcc, struct puffs_framebuf **pbp) in puffs_dispatch_exec() argument110 *pbp = pcc->pcc_pb; in puffs_dispatch_exec()