Searched defs:suffc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2726 const char *p2, const char *delim, uint_t suffv[], int suffc, int *chosen)
2746 dotv = kmem_alloc(sizeof (char *) * (suffc + 1), KM_SLEEP);
2748 for (i = 0; i < suffc; i++) {
2753 kmem_free(dotv, sizeof (char *) * (suffc + 1));
2761 dotv[suffc] = p;
2763 for (i = suffc; i >= 0; i--) {
2768 kmem_free(dotv, sizeof (char *) * (suffc + 1));
2777 kmem_free(dotv, sizeof (char *) * (suffc + 1));
2725 modload_qualified(const char *subdir, const char *p1, const char *p2, const char *delim, uint_t suffv[], int suffc, int *chosen) argument

Completed in 55 milliseconds