Searched refs:kdevpath (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 1582 char *kdevpath = NULL; in sockconf_add_sock() local 1627 kdevpath = kmem_alloc(pathlen, KM_SLEEP); in sockconf_add_sock() 1628 bcopy(NCA_INET_DEV, kdevpath, pathlen); in sockconf_add_sock() 1629 kdevpath[pathlen - 1] = '\0'; in sockconf_add_sock() 1631 kdevpath = kmem_alloc(pathlen, KM_SLEEP); in sockconf_add_sock() 1632 bcopy(buf, kdevpath, pathlen); in sockconf_add_sock() 1633 kdevpath[pathlen - 1] = '\0'; in sockconf_add_sock() 1646 kdevpath, pathlen, 0, KM_SLEEP, &error); in sockconf_add_sock()
|