Searched defs:b_ (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dpriority_queue.c195 compar (const void *a_, const void *b_) argument
198 int b = *(int *) b_;
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dip.c66 struct grub_net_buff *b_ = *(struct grub_net_buff **) b__; local
68 struct iphdr *b = (struct iphdr *) b_->data;
H A Dtftp.c127 struct grub_net_buff *b_ = cmpb->nb; local
129 struct tftphdr *b = (struct tftphdr *) b_->data;
H A Dtcp.c460 struct grub_net_buff *b_ = *(struct grub_net_buff **) b__; local
462 struct tcphdr *b = (struct tcphdr *) b_->data;

Completed in 27 milliseconds