Searched refs:num_ent (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/usr.sbin/pciconf/
H A Dcap.c685 int num_ent; local
696 num_ent = read_config(fd, &p->pc_sel, ptr + PCIR_EA_NUM_ENT, 2);
697 num_ent &= PCIM_EA_NUM_ENT_MASK;
699 printf("PCI Enhanced Allocation (%d entries)", num_ent);
716 for (a = 0; a < num_ent; a++) {
/freebsd-13-stable/sys/netinet/
H A Dsctp_auth.c1798 int num_ent, i; local
1810 num_ent = plen - sizeof(struct sctp_paramhdr);
1811 for (i = 0; i < num_ent; i++) {
H A Dsctp_pcb.c6401 int num_ent, i; local
6412 num_ent = plen - sizeof(struct sctp_paramhdr);
6413 for (i = 0; i < num_ent; i++) {
/freebsd-13-stable/contrib/sendmail/src/
H A Dqueue.c2530 int i, num_ent, wn, nentries; local
2536 num_ent = 0;
2724 ++num_ent;
2946 ++num_ent;
2952 WorkListCount += SM_MIN(num_ent, WorkListSize);
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c771 int num_ent; local
786 num_ent = REG(PCIR_EA_NUM_ENT, 2);
787 num_ent &= PCIM_EA_NUM_ENT_MASK;
796 for (a = 0; a < num_ent; a++) {

Completed in 79 milliseconds