Searched refs:nma (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.sbin/mopd/common/
H A DMakefile.linux2 SRCS+=cmp.c device.c dl.c file.c get.c log.c loop-linux2.c mopdef.c nma.c
H A DMakefile8 SRCS= cmp.c device.c dl.c file.c get.c log.c loop-bsd.c mopdef.c nma.c pf.c \
/netbsd-current/sys/arch/arm/at91/
H A Dat91emac.c768 uint32_t h, nma = 0, hashes[2] = { 0, 0 }; local
803 nma = 0;
807 if (nma < 3) {
809 memcpy(ias[nma], enm->enm_addrlo, ETHER_ADDR_LEN);
824 nma++;
837 if (nma > 1) {
848 if (nma > 2) {
859 if (nma > 3) {
/netbsd-current/sys/dev/cadence/
H A Dif_cemac.c977 uint32_t h, nma = 0, hashes[2] = { 0, 0 }; local
1012 nma = 0;
1016 if (nma < 3) {
1018 memcpy(ias[nma], enm->enm_addrlo, ETHER_ADDR_LEN);
1037 nma++;
1050 if (nma > 0) {
1060 if (nma > 1) {
1070 if (nma > 2) {
/netbsd-current/sys/arch/arm/ep93xx/
H A Depe.c702 uint32_t h, nma = 0, hashes[2] = { 0, 0 }; local
735 if (nma < 2) {
737 memcpy(ias[nma], enm->enm_addrlo, ETHER_ADDR_LEN);
738 rxctl |= (1 << (nma + 2));
753 nma++;
/netbsd-current/external/bsd/file/dist/src/
H A Dapprentice.c1472 struct magic **ma, uint32_t *nma)
1482 *nma = 0;
1498 *nma = mentrycount;
1471 coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme, struct magic **ma, uint32_t *nma) argument

Completed in 211 milliseconds