Searched defs:local_path (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsrcpath.c85 trans_srcp_pi(char *local_path) argument
104 * local_path = "~bin/ls"
108 * /<local_path string starting from index 1>
113 * /usr/<local_path string starting from index 1>
120 * Prefix root to the local path. NOTE that local_path[0]
123 * NOTE: local_path array size is expected to be >= 2.
126 &(local_path[1]));
129 * NOTE: local_path array size is expected to be >= 2.
132 &(tmp_basedir[inst_root_len]), &(local_path[1]));
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c1513 char *path, int dest, char *local_path, int result)
1524 event->adt_ndmp_backup.local_dest = local_path;
1549 char *path, int dest, char *local_path, int result)
1561 event->adt_ndmp_restore.local_source = local_path;
1512 ndmpd_audit_backup(ndmp_connection_t *conn, char *path, int dest, char *local_path, int result) argument
1548 ndmpd_audit_restore(ndmp_connection_t *conn, char *path, int dest, char *local_path, int result) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1204 ibt_path_info_t local_path; local
1218 IBT_PATH_NO_FLAGS, &path_attr, &local_path, NULL, NULL)) !=
1225 if (ibcma_init_devinfo(idp, ibchanp, &local_path)) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c678 static char local_path[UTF_8_FACTOR * PATH_MAX + 1]; variable
6957 local_path, value, PATH_MAX) == 0)
7428 errors += local_utf8(&Xtarhdr.x_path, local_path,

Completed in 85 milliseconds