Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/sound/midi/
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-10-stable/sys/netinet6/
Din6_mcast.c132 const struct in6_addr *addr, const int noalloc,
827 const int noalloc, struct ip6_msource **pims) in in6m_get_source() argument
837 if (ims == NULL && !noalloc) { in in6m_get_source()
/freebsd-10-stable/sys/netinet/
Din_mcast.c141 const int noalloc, struct ip_msource **pims);
834 const int noalloc, struct ip_msource **pims) in inm_get_source() argument
844 if (ims == NULL && !noalloc) { in inm_get_source()