Searched defs:paths (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DUtility.java38 loadLibrary(String paths[], String name, boolean debug) argument
41 for (String p : paths) {
43 // Allows LD_LIBRARY_PATH to include relative paths
65 String[] paths = path.split(":");
71 String[] npaths = new String[paths.length * 2];
72 for (int i = 0; i < paths.length; i++) {
73 npaths[i] = root + "/" + paths[i];
74 npaths[i + paths.length] = paths[i];
76 paths
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A DAncestor.h80 char **paths; member in struct:Ancestor
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c53 char **paths; member in struct:finddevhdl
69 * those managed by devfsadm. For paths other than
120 handle->paths = NULL;
132 handle->paths = calloc(n, sizeof (char *));
133 if (handle->paths == NULL) {
153 handle->paths[n] = strdup(dp->d_name);
154 if (handle->paths[n] == NULL) {
170 * Note: only useable with paths mounted on an instance of the
195 handle->paths = NULL;
218 handle->paths
[all...]
H A Ddevfsinfo.c165 * frees a list of paths from devfs_get_prom_name_list
333 * Returns the number of and all OBP paths and alias variants that
338 struct devfs_prom_path **paths)
359 *paths = NULL;
365 devfs_free_all_prom_names(*paths);
370 *paths = new;
378 devfs_free_all_prom_names(*paths);
387 devfs_free_all_prom_names(*paths);
397 devfs_free_all_prom_names(struct devfs_prom_path *paths) argument
401 if (paths
337 devfs_get_all_prom_names(const char *solaris_path, uint_t flags, struct devfs_prom_path **paths) argument
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c270 descriptor_t **paths; local
273 pp = desc->p.controller->paths;
282 paths = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
283 if (paths == NULL) {
294 paths[i] = cache_get_desc(DM_PATH, pp[i], NULL, NULL, errp);
296 cache_free_descriptors(paths);
301 paths[i] = NULL;
304 return (paths);
H A Dpath.c98 descriptor_t **paths; local
102 paths = cache_get_descriptors(DM_PATH, errp);
107 for (i = 0; paths[i]; i++) {
108 if (libdiskmgt_str_eq(name, paths[i]->p.path->name)) {
109 path = paths[i];
112 cache_free_descriptor(paths[i]);
115 free(paths);
141 /* There are no stat types defined for paths */
156 if (cp->paths != NULL) {
159 for (i = 0; cp->paths[
[all...]
H A Ddisks_private.h95 struct path **paths; member in struct:controller_info
109 path_t **paths; member in struct:disk
H A Ddrive.c869 descriptor_t **paths; local
872 pp = dp->p.disk->paths;
881 paths = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
882 if (paths == NULL) {
894 paths[i] = cache_get_desc(DM_PATH, pp[i], dp->p.disk->device_id,
897 cache_free_descriptors(paths);
902 paths[i] = NULL;
905 return (paths);
/osnet-11/usr/src/lib/libdevid/
H A Ddeviceid.c215 * This is not true, we reverse engineer the paths relative to
227 char *paths = NULL; local
255 /* translate devid/minor_name to /devices paths */
258 if ((paths = (char *)malloc(lens)) == NULL)
260 if (modctl(MODDEVID2PATHS, devid, minor_name, 0, &lens, paths) != 0) {
262 free(paths);
263 paths = NULL;
290 for (path = paths; *path; path += strlen(path) + 1) {
343 if (paths)
344 free(paths);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dwildcard.c421 char **paths = 0; local
437 if (paths == 0)
440 paths = match_devices (&regexp, *start != '(');
443 paths = match_files ("", start, noregexop, &regexp);
458 paths = match_files (prefix, start, noregexop, &regexp);
466 for (i = 0; paths[i]; i++)
470 p = match_files (paths[i], start, noregexop, &regexp);
478 paths = r;
482 if (! paths)
490 for (i = 0; paths
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dmc.c71 char* paths[5]; local
91 paths[i++] = p;
92 paths[i++] = "share/lib/locale/%l/%C/%N";
93 paths[i++] = "share/locale/%l/%C/%N";
94 paths[i++] = "lib/locale/%l/%C/%N";
95 paths[i] = 0;
97 for (i = 0; p = paths[i]; i += next)
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c386 static struct path_component paths = { local
387 .list = LIST_HEAD_INIT(paths.list),
405 list_add(&base_comp.list, &paths.list);
415 list_add_tail(&comp.list, &paths.list);
449 list_for_each(comp_walker, &paths.list) {
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c464 jobject obj, jobjectArray paths)
466 return (zjni_get_Datasets_dependents(env, paths));
463 Java_com_sun_zfs_common_model_SystemDataModel_getDependents(JNIEnv *env, jobject obj, jobjectArray paths) argument
H A Dlibzfs_jni_dataset.c734 zjni_get_Datasets_dependents(JNIEnv *env, jobjectArray paths) argument
750 npaths = (*env)->GetArrayLength(env, paths);
754 ((*env)->GetObjectArrayElement(env, paths, i));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducdata.c86 _ucopenfile(char *paths, char *filename, char *mode) argument
94 dp = paths;
133 _ucprop_load(char *paths, int reload) argument
156 if ((in = _ucopenfile(paths, "ctype.dat", "rb")) == 0)
320 _uccase_load(char *paths, int reload) argument
337 if ((in = _ucopenfile(paths, "case.dat", "rb")) == 0)
515 _uccomp_load(char *paths, int reload) argument
532 if ((in = _ucopenfile(paths, "comp.dat", "rb")) == 0)
713 _ucdcmp_load(char *paths, int reload) argument
730 if ((in = _ucopenfile(paths, "decom
768 _uckdcmp_load(char *paths, int reload) argument
1025 _uccmcl_load(char *paths, int reload) argument
1121 _ucnumb_load(char *paths, int reload) argument
1293 ucdata_load(char *paths, int masks) argument
1295 ucdata_reload(char *paths, int masks) argument
1301 ucdata_load(char *paths, int masks) argument
1346 ucdata_reload(char *paths, int masks) argument
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c33 * for paths that contain pattern; all other
34 * expression operators apply to matching paths
305 "Searches the \bfind\b or \blocate\b(1) database for paths"
309 " The remainder of the expression is applied to the matching paths.",
1711 find(State_t* state, char** paths, int flags, Sort_f sort) argument
1718 if (fts = fts_open(paths, flags, sort))
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c1542 char **paths = file_paths; local
1547 * First loop and count how many file paths were passed.
1549 for (num_file_paths = 0; *paths != NULL; num_file_paths++, paths++)
1553 EPRINT("no file paths passed\n");
3126 EPRINT("unable to add device paths\n");
3239 * Find the number of file paths stored.
3250 DPRINT("number of paths is %d\n", num_paths);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs.h668 char **path; /* a list of paths to search */
669 int paths; /* number of paths to search */ member in struct:importargs
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c72 * to the same devices (multiple paths) or to different devices (managing
1081 char **paths = NULL; local
1118 TOPO_PROP_SAS_ADDR, &paths, &npath, &err) != 0) {
1145 if (paths) {
1158 (const char **)paths, npath, &err) != 0) {
1216 if (scsi_wwnstr_to_wwn(paths[i], &wwn) !=
1241 topo_mod_free(mod, paths[s], strlen(paths[s]) + 1);
1242 topo_mod_free(mod, paths, npath * sizeof (char *));
1256 char **paths; local
2559 char **paths; local
3295 char **paths; local
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1399 * The user deals in absolute paths in the running global zone, but the
1401 * paths. Strip out the alternate root when specified.
2049 * paths.
10169 char **paths; member in struct:paths_store
10173 * Callback to count the number of the paths listed in the profile.
10187 * Callback to store the paths in the paths_store struct pointed to by voidp.
10197 if ((ps->paths[ps->count] = strdup(path)) == NULL)
10213 free(ps[b].paths[i]);
10244 /* count the list of writable/readonly paths */
10259 /* allocate the list of writable/readonly paths */
[all...]

Completed in 5460 milliseconds