Home
last modified time | relevance | path

Searched refs:pathcomp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/
H A Dmkinstalldirs109 pathcomp=
112 pathcomp="$pathcomp$d"
113 case $pathcomp in
114 -*) pathcomp=./$pathcomp ;;
117 if test ! -d "$pathcomp"; then
118 echo "mkdir $pathcomp"
120 mkdir "$pathcomp" || lasterr=$?
122 if test ! -d "$pathcomp"; then
126 echo "chmod $dirmode $pathcomp"
128 chmod "$dirmode" "$pathcomp" || lasterr=$?
[all …]
H A Dinstall-sh233 pathcomp=
236 pathcomp=$pathcomp$1
238 if test ! -d "$pathcomp"; then
239 $mkdirprog "$pathcomp"
243 test -d "$pathcomp" || exit
245 pathcomp=$pathcomp/
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c492 topo_path_component_t *pathcomp; in topo_path_destroy() local
501 while (pathcomp != NULL) { in topo_path_destroy()
502 topo_path_component_t *tmp = pathcomp; in topo_path_destroy()
504 pathcomp = topo_list_next(pathcomp); in topo_path_destroy()
540 topo_path_component_t *pathcomp = NULL; in visit_vertex() local
572 pathcomp->tspc_vertex = vtx; in visit_vertex()
573 topo_list_append(curr_path_comps, pathcomp); in visit_vertex()
640 topo_path_component_t *pathcomp = NULL; in topo_digraph_paths() local
658 pathcomp->tspc_vertex = from; in topo_digraph_paths()
953 nvlist_t *pathcomp; in path_fmri_str2nvl() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h53 typedef struct pathcomp struct
55 struct pathcomp *next; argument