Searched refs:kmodule (Results 1 – 1 of 1) sorted by relevance
1583 char *kmodule = NULL; in sockconf_add_sock() local1637 kmodule = kmem_alloc(pathlen, KM_SLEEP); in sockconf_add_sock()1638 bcopy(buf, kmodule, pathlen); in sockconf_add_sock()1639 kmodule[pathlen - 1] = '\0'; in sockconf_add_sock()1645 sp = sockparams_create(family, type, protocol, kmodule, in sockconf_add_sock()