Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.h52 gboolean hal_util_get_int_from_file (const gchar *directory, const gchar *file, gint *result, gint …
56 gboolean hal_util_get_uint64_from_file (const gchar *directory, const gchar *file, guint64 *result,…
60 gchar *hal_util_get_string_from_file (const gchar *directory, const gchar *file);
62 gboolean hal_util_set_string_from_file (HalDevice *d, const gchar *key, const gchar *directory, con…
64 gboolean hal_util_get_bcd2_from_file (const gchar *directory, const gchar *file, gint *result);
66 gboolean hal_util_set_bcd2_from_file (HalDevice *d, const gchar *key, const gchar *directory, const…
76 gint hal_util_grep_int_elem_from_file (const gchar *directory, const gchar *file,
79 gchar *hal_util_grep_string_elem_from_file (const gchar *directory, const gchar *file,
83 const gchar *directory, const gchar *file,
87 const gchar *directory, const gchar *file,
[all …]
H A Dutil.c183 g_snprintf (path, sizeof (path), "%s/%s", directory, file); in hal_util_get_int_from_file()
215 if (hal_util_get_int_from_file (directory, file, &value, base)) in hal_util_set_int_from_file()
233 g_snprintf (path, sizeof (path), "%s/%s", directory, file); in hal_util_get_uint64_from_file()
266 if (hal_util_get_uint64_from_file (directory, file, &value, base)) in hal_util_set_uint64_from_file()
290 g_snprintf (path, sizeof (path), "%s/%s", directory, file); in hal_util_get_bcd2_from_file()
356 if (hal_util_get_bcd2_from_file (directory, file, &value)) in hal_util_set_bcd2_from_file()
375 g_snprintf (path, sizeof (path), "%s/%s", directory, file); in hal_util_get_string_from_file()
516 strncpy (filename, directory, sizeof (filename)); in hal_util_grep_file()
651 const gchar *directory, const gchar *file, in hal_util_set_string_elem_from_file() argument
691 const gchar *directory, const gchar *file, in hal_util_set_int_elem_from_file() argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DCONVERT.mk5 * directory name $(MAKEFILE:D). The hard work is in the makefile using
8 * named lib/package/PACKAGE.cvt in an ast package $PACKAGEROOT directory,
9 * and the conversion is run from the $PACKAGEROOT directory, e.g.:
31 * files in the original source directory are copied
33 * the default original source directory is ./original
41 * directory
47 * files in the from directory are copied to the to directory
50 * from original directory subdirectory
51 * . names the original directory
57 * explicit files are copied to the to directory;
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dqemu_fwcfg.c105 struct qemu_fwcfg_directory *directory; member
229 fwcfg_sc.directory = fwcfg_directory; in qemu_fwcfg_add_item_file_dir()
233 (uint8_t *)fwcfg_sc.directory)); in qemu_fwcfg_add_item_file_dir()
374 memcpy(new_directory->files, fwcfg_sc.directory->files, in qemu_fwcfg_add_file()
379 &fwcfg_sc.directory->files[file_index], in qemu_fwcfg_add_file()
383 free(fwcfg_sc.directory); in qemu_fwcfg_add_file()
386 fwcfg_sc.directory = new_directory; in qemu_fwcfg_add_file()
390 (uint8_t *)fwcfg_sc.directory; in qemu_fwcfg_add_file()
395 memcpy(&fwcfg_sc.directory->files[i], in qemu_fwcfg_add_file()
396 &fwcfg_sc.directory->files[i - 1], in qemu_fwcfg_add_file()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dir.c28 void dfree(struct directory *);
35 struct directory *dcwd;
48 struct directory *dp; in dinit()
70 dp = (struct directory *)xcalloc(sizeof (struct directory), 1); in dinit()
85 struct directory *dp; in dodirs()
134 struct directory *dp; in dochngd()
155 dp = (struct directory *)xcalloc(sizeof (struct directory), 1); in dochngd()
375 struct directory *dp; in dopushd()
401 dp = (struct directory *)xcalloc(sizeof (struct directory), 1); in dopushd()
415 struct directory *
[all …]
H A Dsh.dir.h18 struct directory { struct
19 struct directory *di_next; /* next in loop */ argument
20 struct directory *di_prev; /* prev in loop */ argument
24 extern struct directory *dcwd; /* the one we are in now */ argument
H A DREADME2 To fix #1098866, the directory structure is modified.
3 This directory contains machine independent source codes of csh.
6 Machine dependent files are moved under $(MACH) directory.
10 1) create a directory for the new architecture.
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in36 --root-directory=DIR Use the directory DIR instead of the root directory
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
H A Dgrub-install.in66 --root-directory=DIR install GRUB images under the directory DIR
67 instead of the root directory
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
240 --root-directory=*)
403 You must set the root directory by the option --root-directory, because
419 ${grub_set_default} --root-directory=${rootdir} default
/illumos-gate/usr/src/uts/
H A DREADME84 architecture" directory (i.e.: sparc). Similarly, "implementation
93 directory. Common definitions and rules are contained in suffixed
132 in a multiple directory environment. Each source tree below the
133 directory containing the Makefile has a build rule in the file.
176 directory will cause MODULE.kmod to be built.
267 accomplished by copying a Makefile from a parallel directory and
276 - replace directory part with the appropriate
277 installation directory name (see Makefile.uts)
292 set architecture" build directory (i.e.: sparc/MODULE).
295 directory (i.e.: sun4c/MODULE) to the directory created above.
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/
H A Dpopd6 # Display directory stack -- $HOME displayed as ~
20 # Change directory and put directory on front of stack
28 then print pushd: No other directory.
77 # Pops the top directory
105 *) print pushd: Bad directory.
H A Dpushd6 # Display directory stack -- $HOME displayed as ~
20 # Change directory and put directory on front of stack
28 then print pushd: No other directory.
77 # Pops the top directory
105 *) print pushd: Bad directory.
H A Ddirs8 # Display directory stack -- $HOME displayed as ~
25 # Change directory and put directory on front of stack
37 1) # keep present directory
91 # Menu driven change directory command
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c151 char directory[MAXNAMESIZE]; local
156 strncpy(directory, prefix, MAXNAMESIZE);
157 directory[MAXNAMESIZE-1] = NULLCHAR;
158 namePrefix = strrchr(directory, '/');
164 processes = cuantos(namePrefix, directory);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DREADME1 This directory, and its subdirectories contain the source code
11 the sh directory. However, the shell editing and history routines
12 are in the edit sub-directory. The code for shell built-ins is
13 in the bltins directory. The data directory contains read-only
15 files remain in the include directory and the shlib directory
16 is gone. The features directory replaces the older install
17 directory. The method for generating systems specific feature
39 specify a directory.
117 in the /bin directory, the /usr/bin directory, the /usr/lbin directory,
131 directory and run the command
[all …]
H A DDESIGN5 The directory include contains header files for ksh93.
10 The directory data contains readonly data files for ksh93.
17 The directory edit contains the code for command line
20 The fun directory contains some shell function such as
30 The directory sh contains most of the code for ksh93.
32 The directory tests contains a number of regression tests.
35 going to this directory and running
40 The top level directory contains the nmake Makefile, the
50 Include directory:
107 sh directory:
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DREADME28 This is the top-level source directory for the eversholt fault
29 diagnosis technology. The common directory contains files shared
30 by the various eversholt components. The esc directory contains
34 management daemon (fmd) in the directory:
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dsubi18n.awk30 # "directory" version="1.0"
33 # "directory" version="1.0"
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME31 This directory contains source code for sample debugger modules for the Modular
42 As the files in this directory are owned by the administrator, you should make
43 a copy of this directory to your home directory or other location before you
48 The Makefiles contained in this directory are set up to use the C compiler (cc)
73 The Makefile in this directory supports the following targets:
81 To build the example modules, execute "make" in this directory. This will
91 directory where your modules are located. This can be done using the ::set -L
154 MDB module directory. For kernel debugging modules, your module should
/illumos-gate/usr/src/grub/grub-0.97/
H A DINSTALL33 directory. See the section "Operation Controls", if you want to
34 install binutils into your own directory.
60 those values to create a `Makefile' in each directory of the package.
84 1. `cd' to the directory containing the package's source code and
102 source code directory by typing `make clean'. To also remove the
116 own directory. `cd' to the directory where you want the object files
118 automatically checks for the source code in the directory that
135 In addition, if you use an unusual directory layout you can give
183 Look for the package's source code in directory DIR. Usually
184 `configure' can determine that directory automatically.
[all …]
/illumos-gate/usr/src/test/smbclient-tests/doc/
H A DREADME68 - Create test directory, owned by whoever will run these tests.
105 more than 4G free space. The directory names are public,
109 - Assign read/write permission for the "public" share directory
111 - Assign read/write permission for the "a_share" share directory
113 - Assign read/write permission for the "b_share" share directory
143 Test results are saved in a directory under /var/tmp, e.g.
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/
H A DREADME1 The tests in this directory were imported from the sed tests in FreeBSD
9 * Create all temporary files in a temporary /tmp directory
/illumos-gate/usr/src/lib/libexacct/demo/
H A DREADME28 This directory contains source code for the "exdump" utility that uses
45 The Makefile contained in this directory is set up to use the C compiler
52 The Makefile in this directory supports the following targets:
59 To build the exdump, execute "make" in this directory. This will
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c161 int directory; /* destination is directory */ member
282 if (state->directory) in visit()
292 if (state->directory) in visit()
369 if (state->directory) in visit()
384 if (!state->directory) in visit()
386 state->directory = 1; in visit()
412 if (state->directory) in visit()
965 if (!(state->directory = !stat(file, &st) && S_ISDIR(st.st_mode)) && argc > 1) in b_cp()
967 if (s && !state->directory) in b_cp()
975 if (state->directory && state->path[state->postsiz - 1] != '/') in b_cp()
[all …]
/illumos-gate/usr/src/cmd/sgs/demo_rdb/
H A D00README26 This directory contains source code to the rdb debugger. This debugger
32 The following is an overview of the directory structure and highlight
39 amd64/ - build directory contains architecture specific source files

12345678910>>...12