Searched refs:mactype_alloc (Results 1 – 9 of 9) sorted by relevance
56 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
62 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
64 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
67 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
79 mactype_register_t *mtrp = mactype_alloc(MACTYPE_VERSION); in _init()
312 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
532 extern mactype_register_t *mactype_alloc(uint_t);
654 extern mactype_register_t *mactype_alloc(uint_t);
2869 mactype_alloc(uint_t mactype_version) in mactype_alloc() function