Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/midi/
H A Dsynth_if.m53 synth_alloc_t noalloc;
195 noalloc ( void /* x */ * _kbojt, uint8_t _chn, uint8_t _note)
197 printf("noalloc\n");
312 } DEFAULT noalloc;
/freebsd/sys/netinet/
H A Din_mcast.c149 const int noalloc, struct ip_msource **pims);
932 const int noalloc, struct ip_msource **pims) in inm_get_source() argument
939 if (ims == NULL && !noalloc) { in inm_get_source()
/freebsd/sys/netinet6/
H A Din6_mcast.c147 const struct in6_addr *addr, const int noalloc,
947 const int noalloc, struct ip6_msource **pims) in in6m_get_source() argument
957 if (ims == NULL && !noalloc) { in in6m_get_source()