Searched refs:dir (Results 201 - 225 of 465) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c290 grub_affs_iterate_dir (grub_fshelp_node_t dir,
299 struct grub_affs_data *data = dir->data;
331 node->parent = dir;
351 *node = *dir;
354 if (dir->parent)
359 *node = *dir->parent;
368 grub_disk_read (data->disk, dir->block, GRUB_AFFS_HASHTABLE_OFFSET,
492 info.dir = ((filetype & GRUB_FSHELP_TYPE_MASK) == GRUB_FSHELP_DIR);
570 .dir = grub_affs_dir,
288 grub_affs_iterate_dir(grub_fshelp_node_t dir, int NESTED_FUNC_ATTR (*hook) (const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node)) argument
H A Dromfs.c161 grub_romfs_iterate_dir (grub_fshelp_node_t dir, argument
174 for (caddr = dir->data_addr; caddr;
183 err = grub_disk_read (dir->data->disk, caddr >> GRUB_DISK_SECTOR_BITS,
206 err = grub_disk_read (dir->data->disk, naddr >> GRUB_DISK_SECTOR_BITS,
232 node->data = dir->data;
250 err = grub_disk_read (dir->data->disk,
265 err = grub_disk_read (dir->data->disk,
326 info.dir = ((filetype & GRUB_FSHELP_TYPE_MASK) == GRUB_FSHELP_DIR);
448 .dir = grub_romfs_dir,
H A Dsfs.c70 } dir __attribute__ ((packed)); member in union:grub_sfs_obj::__anon417
302 blk = grub_be_to_cpu32 (rootobjc->objects[0].file_dir.dir.dir_objc);
351 grub_sfs_iterate_dir (grub_fshelp_node_t dir,
358 struct grub_sfs_data *data = dir->data;
361 unsigned int next = dir->block;
448 block = grub_be_to_cpu32 (obj->file_dir.dir.dir_objc);
555 info.dir = ((filetype & GRUB_FSHELP_TYPE_MASK) == GRUB_FSHELP_DIR);
615 .dir = grub_sfs_dir,
349 grub_sfs_iterate_dir(grub_fshelp_node_t dir, int NESTED_FUNC_ATTR (*hook) (const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node)) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dccdefname.c138 char* dir,
144 if (!dir)
146 if (_stat(dir, &s))
150 if (buffer != dir) {
151 strncpy(buffer, dir, buf_len);
137 try_dir( char* dir, char* buffer, int buf_len ) argument
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dls.c105 grub_printf ("%s%s ", filename, info->dir ? "/" : "");
116 if (! info->dir)
193 grub_printf ("%s%s\n", filename, info->dir ? "/" : "");
226 (fs->dir) (dev, path, print_files_long);
228 (fs->dir) (dev, path, print_files);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
H A Dtaint.t6 my %Expect_Dir = (); # what we expect for $File::Find::dir
27 foreach my $dir (split(/\Q$sep/,$ENV{'PATH'}))
32 push(@path,$dir) unless (length($dir) >= 256
34 substr($dir,0,1) ne "/"
36 (stat $dir)[2] & 002);
104 print "# \$File::Find::dir => '$File::Find::dir'\n";
123 print "# \$File::Find::dir => '$File::Find::dir'\
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAPort.cc214 const char dir[] = "/dev/cfg"; local
218 if ((dp = opendir(dir)) == NULL) {
220 tmp += dir;
233 sprintf(node, "%s/%s", dir, dirp->d_name);
237 string cfg_path = dir;
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dicon_manager.c138 const char *dir, const char *class_name)
143 path = grub_malloc (grub_strlen (dir) + grub_strlen (class_name)
148 grub_strcpy (path, dir);
137 try_loading_icon(grub_gfxmenu_icon_manager_t mgr, const char *dir, const char *class_name) argument
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dfs.c55 (p->dir) (device, "/", dummy_func);
78 (p->dir) (device, "/", dummy_func);
227 .dir = 0,
H A Dcorecmd.c112 grub_printf ("%s%s ", filename, info->dir ? "/" : "");
163 (fs->dir) (dev, path, grub_mini_print_files);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DCommand.t205 # rm_f dir
206 @ARGV = my $dir = File::Spec->catfile( 'ecmddir' );
208 ok( ! -e $dir, "removed $dir successfully" );
H A DConstant.t55 my $dir = "ext-$$";
64 print "# $dir being created...\n";
65 mkdir $dir, 0777 or die "mkdir: $!\n";
71 print "# $dir being removed...\n";
72 rmtree($dir) unless $keep_files;
75 die "cwd at start was empty, but directory '$dir' was created" if $dir;
79 chdir $dir or die $!;
83 my $dir = shift;
87 opendir DIR, $dir o
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST68 my($dir) = @_;
69 opendir DIR, $dir or die "Trouble opening $dir: $!";
74 my $fullpath = File::Spec->catfile($dir, $f);
96 foreach my $dir (qw(base comp cmd run io op uni)) {
97 _find_tests($dir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DMakefile.PL172 my $dir = $self->catdir($self->updir,'ucm');
191 $str .= $continuator.' '.$self->catfile($dir,$file);
209 print FILELIST $self->catfile($dir,$file) . "\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm49 # a dir name should always have a ":" in it; assume dirname is
87 my($class,$dir,$options) = @_;
89 my $dh = $class->new($dir)
163 tie %dir, 'IO::Dir', ".";
164 foreach (keys %dir) {
165 print $_, " " , $dir{$_}->size,"\n";
187 into perl (the trailing `dir' has been removed from the names). See L<perlfunc>
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_suspend.c63 char *dir; member in struct:dir_data
75 static char *be_get_ds_from_dir(char *dir);
686 strcmp(mp, dd->dir) == 0) {
705 * Function: be_get_ds_from_dir(char *dir)
711 * dir - char pointer of directory to find.
714 * name of dataset mounted at dir.
718 * This is what I need to find the root pool from a mounted root dir.
721 be_get_ds_from_dir(char *dir) argument
730 /* Make sure length of dir is within the max length */
731 if (dir
[all...]
/osnet-11/usr/src/lib/libdscp/
H A DMakefile.com58 $(INS.dir)
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/
H A DMakefile.com69 $(INS.dir)
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/
H A DMakefile.com69 $(INS.dir)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchdir.t35 my ($vol,$dir) = splitpath(abs_path,1);
37 skip("Already in t/", 2) if (splitdir($dir))[-1] eq $test_dir;
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A DMakefile96 $(INS.dir)
102 $(INS.dir)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.t69 print "not " unless $pwent->dir eq $pwent[7];
/osnet-11/usr/src/lib/libast/common/dir/
H A Ddirlib.h64 #include <sys/dir.h>
113 #include <sys/dir.h>
/osnet-11/usr/src/lib/libuvfs/
H A DMakefile.com36 dir.o
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h408 #define PerlDir_close(dir) \
409 (*PL_Dir->pClose)(PL_Dir, (dir))
412 #define PerlDir_read(dir) \
413 (*PL_Dir->pRead)(PL_Dir, (dir))
414 #define PerlDir_rewind(dir) \
415 (*PL_Dir->pRewind)(PL_Dir, (dir))
416 #define PerlDir_seek(dir, loc) \
417 (*PL_Dir->pSeek)(PL_Dir, (dir), (loc))
418 #define PerlDir_tell(dir) \
419 (*PL_Dir->pTell)(PL_Dir, (dir))
[all...]

Completed in 727 milliseconds

1234567891011>>