Searched refs:path (Results 501 - 525 of 1726) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libchain.ksh29 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitkilled.ksh57 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.func.ksh53 echo expected one argument: '<'dtrace-path'>'
H A Dtst.mod.ksh53 echo expected one argument: '<'dtrace-path'>'
H A Dtst.sym.ksh53 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ufunc.ksh52 echo expected one argument: '<'dtrace-path'>'
H A Dtst.umod.ksh52 echo expected one argument: '<'dtrace-path'>'
H A Dtst.usym.ksh52 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh34 echo expected one argument: '<'dtrace-path'>'
/illumos-gate/usr/src/cmd/dumpadm/
H A Dminfree.c44 char path[MAXPATHLEN]; local
47 (void) snprintf(path, sizeof (path), "%s/minfree", dir);
49 if ((fd = open(path, oflags, S_IRUSR | S_IWUSR)) >= 0)
/illumos-gate/usr/src/cmd/fm/schemes/mem/sparc/
H A Dmem_disc.c37 * device path, and thus to build the mem_dimm_map_t list. While platforms
132 * Match two paths taken from picl files. This is a normal component-based path
171 * replaces both constructs with forms more appropriate for /devices path
175 path_depicl(char *path) argument
179 if (strncmp(path, "name:", 4) == 0)
180 bcopy(path + 5, path, strlen(path + 5) + 1);
182 for (c = path; (c = strstr(c, "?UnitAddress=")) != NULL; c++) {
201 * name:/platform/generic-path
208 picl_frudata_parse(char *buf, char *path, void *arg) argument
258 char path[BUFSIZ]; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-path.c13 SM_IDSTR(id, "@(#)$Id: t-path.c,v 1.6 2001/07/05 22:47:29 gshapiro Exp $")
16 #include <sm/path.h>
26 sm_test_begin(argc, argv, "test path handling");
H A Dcf.c32 ** path -- pathname of sendmail.cf file
42 sm_cf_getopt(path, optc, optv)
43 char *path;
55 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioFile.h70 static const char *AUDIO_PATH; // Default path env name
88 const char *path); // filename
103 // Constructor with path
105 const char *path, // filename
111 const char *path); // directory path
127 // ... with search path
129 const char *path = AUDIO_PATH);
/illumos-gate/usr/src/cmd/hal/utils/
H A Dfsutils.h18 boolean_t dos_to_dev(char *path, char **devpath, int *num);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmisc.c116 * Returns 1 if the given path is that of a filesystem with the ST_RDONLY flag
122 fs_is_read_only(char *path, ulong_t *fsidp) argument
128 err = statvfs(path, &sfb);
151 fs_remount(char *path) argument
153 if (fork_mount(path, "remount,rw"))
/illumos-gate/usr/src/tools/codesign/
H A Dsignit.pl60 my @cred_rules; # Array of path prefixes and credentials to use
100 my ($cred, $path) = split;
102 sign_file($cred, $path);
174 my ($cred, $path) = @_;
177 $path =~ s:^\./::g; # remove leading "./"
179 system("cd $Indir; /usr/bin/zip -q $Tmpdir/in.zip $path");
181 sendfile("$Tmpdir/in.zip", "$cred $path") || return;
191 print "$cred\t$path\n" unless $Quiet;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c67 execute(char *path, ...) argument
85 va_start(ap, path);
92 (void) execvp(path, args); /* returns only on failure */
93 (void) sprintf(msg, "\ncscope: cannot execute %s", path);
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl81 # process the path list in a given file
95 # Extract path as $1 from line
107 # remove any trailing spaces from path
113 # check if the given path is on the 'exclude' list
119 # construct the actual path to the file
120 my $path = $opt_b . $file;
124 ($path) = glob($path) if $opt_r;
125 print "$name:$line: $file\n" unless !$opt_m && -e $path;
126 print " $path\
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c41 statfs64(char *path, struct statfs64 *buf) argument
51 if ((ret = statvfs64(path, &vbuf)) != -1)
83 statfs(char *path, struct statfs *buf) argument
93 if ((ret = statvfs(path, &vbuf)) != -1)
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.h51 std::string lookupControllerPath(std::string path);
/illumos-gate/usr/src/lib/libast/common/dir/
H A Dopendir.c49 opendir(register const char* path)
55 if ((fd = open(path, O_RDONLY)) < 0) return(0);
/illumos-gate/usr/src/uts/sun4u/opl/sys/scfd/
H A Dopcioif.h57 unsigned char path[SCF_DISK_LED_PATH_MAX]; member in struct:scfiocgetdiskled
/illumos-gate/usr/src/uts/common/os/
H A Dfirmload.c79 char *path; local
86 path = kmem_asprintf("firmware/%s/%s", drvname, imgname);
89 fh->fh_buf = kobj_open_path(path, 1, 0);
90 strfree(path);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/conf/
H A DSUNW,Netra-CP2300.conf34 PROP devfs-path string r 0 "/pci@1f,0"
46 PROP devfs-path string r 0 "/pci@1f,0/pci@1"
53 PROP devfs-path string r 0 "/pci@1f,0/pci@1"
60 PROP devfs-path string r 0 "/pci@1f,0/pci@1,1/isa@7"
67 PROP devfs-path string r 0 "/pci@1f,0/pci@1,1"
75 PROP devfs-path string r 0 "/pci@1f,0/pci@1,1"

Completed in 491 milliseconds

<<21222324252627282930>>