/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 215 char *server_path) in getfile() argument 244 res.server_path = (bp_path_t)bkmem_zalloc(SYS_NMLN + 1); in getfile() 246 if (res.server_name == NULL || res.server_path == NULL) { in getfile() 251 if (res.server_path != NULL) in getfile() 252 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile() 334 bcopy(res.server_path, server_path, strlen(res.server_path)); in getfile() 350 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile() 356 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile() 361 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
|
/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, in procassign() argument 134 (void) eval_path(server_path, in procassign() 139 ept->path = *server_path; /* default */ in procassign() 172 *server_path = pathdup(ept->path); in procassign() 173 *client_path = *server_path; in procassign() 174 ept->path = *server_path; in procassign() 205 static char *server_path, *client_path, *map_path; in procmap() local 252 &server_path, &client_path, &map_path, in procmap()
|
H A D | pkgobjmap.c | 62 char **client_local, char **server_path, 96 char **server_path, char **client_path, char **map_path, int mapflag, in pkgobjassign() argument 139 (void) eval_path(server_path, in pkgobjassign() 144 ept->path = *server_path; /* default */ in pkgobjassign() 177 *server_path = pathdup(ept->path); in pkgobjassign() 178 *client_path = *server_path; in pkgobjassign() 179 ept->path = *server_path; in pkgobjassign() 240 server_path_os = ((ptrdiff_t)ext->server_path - in seed_pkgobjmap() 254 ext->server_path = (ext->cf_ent.path + server_path_os); in seed_pkgobjmap() 341 &(ext->server_path), in pkgobjmap() [all …]
|
H A D | pkgdbmerg.c | 455 if (is_served(el_ent->server_path, in do_like_ent() 532 tp = el_ent->server_path; in do_new_ent() 609 if (is_served(el_ent->server_path, in do_new_ent() 646 tp = el_ent->server_path; in set_change()
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 234 res.server_path = path_on_server; in bootparamproc_getfile_1() 275 res->server_path); in getf_printres()
|
H A D | bootparam_prot_xdr.c | 144 if (!xdr_bp_path_t(xdrs, &objp->server_path)) { in xdr_bp_getfile_res()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | cfext.h | 73 char *server_path; /* the server-relative path */ member
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | bootparam_prot.x | 77 bp_path_t server_path; member
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | bootparam.h | 90 bp_path_t server_path; member
|
/illumos-gate/usr/src/lib/librpcsvc/common/ |
H A D | bootparam_prot.h | 88 bp_path_t server_path; member
|
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | removef.c | 106 (void) eval_path(&(new->server_path), &(new->client_path), in removef()
|
H A D | installf.c | 168 if (eval_path(&(ext->server_path), &(ext->client_path), in validate()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | sortmap.c | 165 ext[count]->cf_ent.path = ext[count]->server_path; in server_refer()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | bootparam_xdr.c | 109 if (!xdr_bp_path_t(xdrs, &objp->server_path)) in xdr_bp_getfile_res()
|
H A D | nfs_dlinet.c | 821 char *server_name, struct netbuf *server_address, char *server_path) in getfile() argument 845 server_path, MAXPATHLEN) == 0) { in getfile() 867 res.server_path = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in getfile() 893 (void) strcpy(server_path, res.server_path); in getfile() 897 kmem_free(res.server_path, MAX_MACHINE_NAME + 1); in getfile() 906 if (*server_path == '\0') in getfile()
|