Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c284 static char *server_name_c, *server_path_c; variable
1180 DDI_PROP_DONTPASS, BP_SERVER_PATH, &server_path_c); in cacheinit()
1203 if (server_path_c == NULL) { in cacheinit()
1267 server_path_c = kmem_alloc(len + 1, KM_SLEEP); in cacheinit()
1268 bcopy(str, server_path_c, len); in cacheinit()
1269 server_path_c[len] = '\0'; in cacheinit()
1271 printf("dhcp: root path %s\n", server_path_c); in cacheinit()
1343 if (server_path_c == NULL) in cacheinfo()
1346 (void) strncpy(rootpath, server_path_c, pathlen); in cacheinfo()
2259 (server_path_c == NULL) || in bp_netconfig()
[all …]