Home
last modified time | relevance | path

Searched refs:noalloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/sound/midi/
H A Dsynth_if.m54 synth_alloc_t noalloc;
196 noalloc ( void /* x */ * _kbojt, uint8_t _chn, uint8_t _note)
198 printf("noalloc\n");
313 } DEFAULT noalloc;
/freebsd-12.1/sys/netinet6/
H A Din6_mcast.c148 const struct in6_addr *addr, const int noalloc,
915 const int noalloc, struct ip6_msource **pims) in in6m_get_source() argument
925 if (ims == NULL && !noalloc) { in in6m_get_source()
/freebsd-12.1/sys/netinet/
H A Din_mcast.c159 const int noalloc, struct ip_msource **pims);
937 const int noalloc, struct ip_msource **pims) in inm_get_source() argument
944 if (ims == NULL && !noalloc) { in inm_get_source()