Searched refs:server_path_c (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 282 static char *server_name_c, *server_path_c; variable 1178 DDI_PROP_DONTPASS, BP_SERVER_PATH, &server_path_c); in cacheinit() 1201 if (server_path_c == NULL) { in cacheinit() 1204 server_path_c = kmem_alloc(doptp->len + 1, KM_SLEEP); in cacheinit() 1205 bcopy(doptp->value, server_path_c, doptp->len); in cacheinit() 1206 server_path_c[doptp->len] = '\0'; in cacheinit() 1208 printf("dhcp: root path %s\n", server_path_c); in cacheinit() 1280 if (server_path_c == NULL) in cacheinfo() 1283 (void) strncpy(rootpath, server_path_c, pathlen); in cacheinfo() 2172 DDI_PROP_DONTPASS, BP_SERVER_PATH, &server_path_c); in bp_netconfig() [all …]
|