Searched refs:direct (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddir.h56 * a struct direct at the front of it, containing its inode number,
77 struct direct struct
87 * the directory entry. This requires the amount of space in struct direct
93 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
98 * Should use struct direct's, but the name field
141 extern struct direct *readdir ();
H A Dfsys_ffs.c187 struct direct *dp;
266 dp = (struct direct *) (FSYS_BUF + off);
H A Dfsys_ufs.c174 /* blocks 0..UFS_NDADDR are direct blocks */
233 struct direct *dp;
258 dp = (struct direct *)(DIRENT + off);
H A Dfsys_ufs2.c212 struct direct *dp;
287 dp = (struct direct *) (FSYS_BUF + off);
H A Dufs.h16 #define UFS_NDADDR 12 /* direct blocks */
200 struct direct { struct
H A Dufs2.h173 struct direct { struct
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfmove.c46 reg int direct; local
115 direct = 0;
133 /* direct transfer to a seekable write stream */
136 direct = SF_WRITE;
148 direct = SF_STRING;
153 if(!direct)
187 if(!direct)
200 { if(direct == SF_WRITE)
/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_dir.c21 # define dirent direct
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dhashassign.t101 my %direct = ('Camel', 2, 'Dromedary', 1);
106 ok (eq_hash (\%slow, \%direct), "direct list assignment to hash");
107 %direct = (Camel => 2, 'Dromedary' => 1);
108 ok (eq_hash (\%slow, \%direct), "direct list assignment to hash using =>");
111 ok (!eq_hash (\%direct, \%slow), "different hashes should not be equal!");
H A Dlex_assign.t157 \$direct = $operator "Ac# Ca\\nxxx";
159 unless \$toself eq \$direct;
/osnet-11/usr/src/lib/librdc/common/
H A Dlibrdc.h55 char direct[NSC_MAXPATH]; member in struct:rdcconfig_s
H A Drdcpersist.c63 rdc->sbmp, rdc->direct, rdc->mode, rdc->group ? rdc->group : "",
H A Drdcconfig.c353 strncpy(rc->direct, "ip", 2);
/osnet-11/usr/src/lib/libast/common/dir/
H A Ddirlib.h67 #define dirent direct
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbfs.c111 struct grub_bfs_extent direct[12]; member in struct:grub_bfs_inode::__anon377::__anon378
224 for (i = 0; i < ARRAY_SIZE (ino->direct); i++)
227 newpos = pos + (grub_bfs_to_cpu16 (ino->direct[i].len)
237 err = read_extent (disk, sb, &ino->direct[i], 0, off - pos,
253 return grub_error (GRUB_ERR_BAD_FS, "incorrect direct blocks");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm52 direct approach C<ls /usr/lib/nls/loc> or C<ls /usr/lib/nls> or
98 # "locale" or "nlsinfo" work or the more direct
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c64 char *direct = NULL; local
66 if (label_to_str(label, &direct, M_INTERNAL, DEF_NAMES) != 0) {
70 (void) strlcpy(hex, direct, sizeof (hex));
71 free(direct);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm49 direct STDERR to the server's error log. Some applications may wish
51 they may wish to direct error messages to STDOUT so that the browser
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c79 # define dirent direct
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c430 #define dirent direct
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL850 a direct call to newXSUB(). Returns a reference to the installed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h370 typedef struct direct* (*LPDirRead)(struct IPerlDir*, DIR*);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL1193 particularly when running perlbug on a machine with no direct internet
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure876 --enable-pci-direct access PCI directly instead of using BIOS
5574 # Check whether --enable-pci-direct or --disable-pci-direct was given.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm4726 by the methods given in the previous sections, you can obtain a direct
4929 B<submit()> and the like. (If you need direct access to the CGI

Completed in 111 milliseconds

12