/titanic_44/usr/src/cmd/hal/hald/ |
H A D | util.h | 52 gboolean hal_util_get_int_from_file (const gchar *directory, const gchar *file, gint *result, gint … 54 gboolean hal_util_set_int_from_file (HalDevice *d, const gchar *key, const gchar *directory, const … 56 gboolean hal_util_get_uint64_from_file (const gchar *directory, const gchar *file, guint64 *result,… 58 gboolean hal_util_set_uint64_from_file (HalDevice *d, const gchar *key, const gchar *directory, con… 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… 74 gchar *hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gbool… 76 gint hal_util_grep_int_elem_from_file (const gchar *directory, const gchar *file, [all …]
|
H A D | util.c | 173 hal_util_get_int_from_file (const gchar *directory, const gchar *file, gint *result, gint base) in hal_util_get_int_from_file() argument 183 g_snprintf (path, sizeof (path), "%s/%s", directory, file); in hal_util_get_int_from_file() 208 hal_util_set_int_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *fi… in hal_util_set_int_from_file() argument 215 if (hal_util_get_int_from_file (directory, file, &value, base)) in hal_util_set_int_from_file() 223 hal_util_get_uint64_from_file (const gchar *directory, const gchar *file, guint64 *result, gint bas… in hal_util_get_uint64_from_file() argument 233 g_snprintf (path, sizeof (path), "%s/%s", directory, file); in hal_util_get_uint64_from_file() 259 hal_util_set_uint64_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar … in hal_util_set_uint64_from_file() argument 266 if (hal_util_get_uint64_from_file (directory, file, &value, base)) in hal_util_set_uint64_from_file() 273 hal_util_get_bcd2_from_file (const gchar *directory, const gchar *file, gint *result) in hal_util_get_bcd2_from_file() argument 290 g_snprintf (path, sizeof (path), "%s/%s", directory, file); in hal_util_get_bcd2_from_file() [all …]
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.dir.c | 25 struct directory *dfind(tchar *); 29 void dfree(struct directory *); 30 void dnewcwd(struct directory *); 32 struct directory dhead; /* "head" of loop */ 43 struct directory *dp; in dinit() 65 dp = (struct directory *)xcalloc(sizeof (struct directory), 1); in dinit() 80 struct directory *dp; in dodirs() 129 struct directory *dp; in dochngd() 150 dp = (struct directory *)xcalloc(sizeof (struct directory), 1); in dochngd() 370 struct directory *dp; in dopushd() [all …]
|
H A D | sh.dir.h | 20 struct directory { struct 21 struct directory *di_next; /* next in loop */ argument 22 struct directory *di_prev; /* prev in loop */ argument 26 struct directory *dcwd; /* the one we are in now */ argument
|
H A D | README | 2 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.
|
/titanic_44/usr/src/grub/grub-0.97/util/ |
H A D | grub-set-default.in | 36 --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 D | grub-install.in | 66 --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
|
/titanic_44/usr/src/uts/ |
H A D | README | 84 architecture" directory (i.e.: sparc). Similarly, "implementation 86 under the "implementation architecture" directory (i.e.: sun4, sun4c). 90 The driving Makefile for any module is located in the leaf directory 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. 161 Issuing the command 'make' in the uts directory will cause all supported, 164 Issuing the command 'make' in a uts/ARCHITECTURE directory (i.e.: uts/sparc) 168 Issuing the command 'make' in a uts/MACHINE directory (i.e.: uts/sun4c) 172 Issuing the command 'make' in the uts/MACHINE/unix directory will cause the [all …]
|
/titanic_44/usr/src/lib/libshell/common/fun/ |
H A D | popd | 6 # 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 D | pushd | 6 # 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 D | dirs | 8 # 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
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | utility.c | 158 char directory[MAXNAMESIZE]; local 163 strncpy(directory, prefix, MAXNAMESIZE); 164 directory[MAXNAMESIZE-1] = NULLCHAR; 165 namePrefix = strrchr(directory, '/'); 171 processes = cuantos(namePrefix, directory);
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | README | 1 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. 84 DEVFD Set when /dev/fd is a directory that names open files. 90 In most instances, you will generate ksh from a higher level directory [all …]
|
H A D | DESIGN | 5 The directory include contains header files for ksh93. 10 The directory data contains readonly data files for ksh93. 13 bltins directory because some systems don't make static const 17 The directory edit contains the code for command line 20 The fun directory contains some shell function such as 23 The directory features contains files that are used to generate 24 header files in the FEATURE directory. Most of these files 27 The directory bltins contains code for most of the built-in 30 The directory sh contains most of the code for ksh93. 32 The directory tests contains a number of regression tests. [all …]
|
/titanic_44/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 95 \ HSFS directory routines 98 \ Current directory variables. 99 instance variable cdir-blk \ Current directory device block ptr. 100 instance variable cdir-blk0 \ Current directory block0. 101 instance variable cdir-offset \ Current directory logical offset. 102 instance variable cdir-size \ Current directory logical size. 103 instance variable cdir-ptr \ Current directory entry pointer. 104 false instance value cdir-rescan \ Rescan current directory for symlink. 106 \ Access of current directory entry. 144 \ SUAs - System Use Area in directory entry (Rock Ridge [all …]
|
/titanic_44/usr/src/cmd/fm/eversholt/ |
H A D | README | 30 This is the top-level source directory for the eversholt fault 31 diagnosis technology. The common directory contains files shared 32 by the various eversholt components. The esc directory contains 36 management daemon (fmd) in the directory:
|
/titanic_44/usr/src/cmd/mdb/demo/ |
H A D | README | 30 This directory contains source code for sample debugger modules for the Modular 41 As the files in this directory are owned by the administrator, you should make 42 a copy of this directory to your home directory or other location before you 46 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
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | INSTALL | 33 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 …]
|
H A D | MAINTENANCE | 10 directory under which *.texi were copied, if the link isn't present. 12 4. Copy the contents of the directory ``manual'' to 27 6. Move older files in that directory above to the directory ``old'',
|
/titanic_44/usr/src/lib/libexacct/demo/ |
H A D | README | 30 This directory contains source code for the "exdump" utility that uses 47 The Makefile contained in this directory is set up to use the C compiler 54 The Makefile in this directory supports the following targets: 61 To build the exdump, execute "make" in this directory. This will
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | cp.c | 147 int directory; /* destination is directory */ member 264 if (state->directory) in visit() 274 if (state->directory) in visit() 351 if (state->directory) in visit() 366 if (!state->directory) in visit() 368 state->directory = 1; in visit() 394 if (state->directory) in visit() 902 if (!(state->directory = !stat(file, &st) && S_ISDIR(st.st_mode)) && argc > 1) in b_cp() 904 if (s && !state->directory) in b_cp() 912 if (state->directory && state->path[state->postsiz - 1] != '/') in b_cp() [all …]
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/ |
H A D | 00README | 26 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
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | README | 30 The files in this directory build the "eft.so" plugin to the 38 or by the routines in platform.c in this directory. 42 in this directory. They live in:
|
/titanic_44/usr/src/cmd/lp/filter/postscript/font/ |
H A D | README | 23 The devpost directory includes width tables for the entire LaserWriter Plus font 29 directory ../buildtables. 35 column) less than 32 are looked up (by dpost) in the charlib directory. A code 66 in directory ../buildtables and have the printer generate the tables. Widths 98 PDQ files initially go in directory PDQ/devpost and from there are installed 106 Actually the install (as written above) installs everything in directory 115 The devpostaps directory is new and the binary tables won't be built or installed
|
/titanic_44/usr/src/cmd/sgs/prof/sparc/ |
H A D | README | 30 built under the directory lprof/libprof along with the library libprof.a. 38 lprof directory. The follow source files and headers where copied into the 39 prof directory from lprof/libprof (prof is the only utilities inherited from
|