Searched refs:server_path (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h73 char *server_path; /* the server-relative path */ member in struct:cfextra
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c208 * 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 Dprocmap.c62 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 Dpkgobjmap.c62 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 Dpkgdbmerg.c455 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 Dbootparam_prot.x83 bp_path_t server_path;
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h90 bp_path_t server_path; member in struct:bp_getfile_res
/illumos-gate/usr/src/uts/common/rpc/
H A Dbootparam.h92 bp_path_t server_path; member in struct:bp_getfile_res
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_xdr.c147 if (!xdr_bp_path_t(xdrs, &objp->server_path)) {
H A Dbootparam_subr.c235 res.server_path = path_on_server;
276 res->server_path);
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dremovef.c106 (void) eval_path(&(new->server_path), &(new->client_path),
H A Dinstallf.c168 if (eval_path(&(ext->server_path), &(ext->client_path),
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dbootparam_xdr.c111 if (!xdr_bp_path_t(xdrs, &objp->server_path))
H A Dnfs_dlinet.c814 * `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 Dsortmap.c165 ext[count]->cf_ent.path = ext[count]->server_path;

Completed in 168 milliseconds