/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | cfext.h | 73 char *server_path; /* the server-relative path */ member in struct:cfextra
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 208 * 2) Pathname of our root on the server in `server_path'. 217 char *server_path) 246 res.server_path = (bp_path_t)bkmem_zalloc(SYS_NMLN + 1); 248 if (res.server_name == NULL || res.server_path == NULL) { 253 if (res.server_path != NULL) 254 bkmem_free(res.server_path, SYS_NMLN + 1); 336 bcopy(res.server_path, server_path, strlen(res.server_path)); 352 bkmem_free(res.server_path, SYS_NML 216 getfile(char *fileid, char *server_name, struct in_addr *server_ip, char *server_path) argument [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | procmap.c | 62 char **client_local, char **server_path, 92 char **server_path, char **client_path, char **map_path, int mapflag, 134 (void) eval_path(server_path, 139 ept->path = *server_path; /* default */ 172 *server_path = pathdup(ept->path); 173 *client_path = *server_path; 174 ept->path = *server_path; 205 static char *server_path, *client_path, *map_path; local 252 &server_path, &client_path, &map_path, 91 procassign(struct cfent *ept, char **server_local, char **client_local, char **server_path, char **client_path, char **map_path, int mapflag, int nc) argument
|
H A D | pkgobjmap.c | 62 char **client_local, char **server_path, 96 char **server_path, char **client_path, char **map_path, int mapflag, 139 (void) eval_path(server_path, 144 ept->path = *server_path; /* default */ 177 *server_path = pathdup(ept->path); 178 *client_path = *server_path; 179 ept->path = *server_path; 240 server_path_os = ((ptrdiff_t)ext->server_path - 254 ext->server_path = (ext->cf_ent.path + server_path_os); 341 &(ext->server_path), 95 pkgobjassign(struct cfent *ept, char **server_local, char **client_local, char **server_path, char **client_path, char **map_path, int mapflag, int nc) argument [all...] |
H A D | pkgdbmerg.c | 455 if (is_served(el_ent->server_path, 532 tp = el_ent->server_path; 611 if (is_served(el_ent->server_path, 648 tp = el_ent->server_path;
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | bootparam_prot.x | 83 bp_path_t server_path;
|
/illumos-gate/usr/src/lib/librpcsvc/common/ |
H A D | bootparam_prot.h | 90 bp_path_t server_path; member in struct:bp_getfile_res
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | bootparam.h | 92 bp_path_t server_path; member in struct:bp_getfile_res
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_xdr.c | 147 if (!xdr_bp_path_t(xdrs, &objp->server_path)) {
|
H A D | bootparam_subr.c | 235 res.server_path = path_on_server; 276 res->server_path);
|
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | removef.c | 106 (void) eval_path(&(new->server_path), &(new->client_path),
|
H A D | installf.c | 168 if (eval_path(&(ext->server_path), &(ext->client_path),
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | bootparam_xdr.c | 111 if (!xdr_bp_path_t(xdrs, &objp->server_path))
|
H A D | nfs_dlinet.c | 814 * `server_path'. If fileid is "root", it is the pathname of our 819 char *server_name, struct netbuf *server_address, char *server_path) 838 * the server name is SYS_NMLN in length, and server_path is 843 server_path, MAXPATHLEN) == 0) { 865 res.server_path = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); 891 (void) strcpy(server_path, res.server_path); 895 kmem_free(res.server_path, MAX_MACHINE_NAME + 1); 904 if (*server_path == '\0') 1200 /* extract root path in server_path */ 818 getfile(char *fileid, char *server_name, struct netbuf *server_address, char *server_path) argument [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | sortmap.c | 165 ext[count]->cf_ent.path = ext[count]->server_path;
|