Searched defs:direct (Results 1 - 7 of 7) sorted by relevance

/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/lib/librdc/common/
H A Dlibrdc.h55 char direct[NSC_MAXPATH]; member in struct:rdcconfig_s
/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 Dufs.h16 #define UFS_NDADDR 12 /* direct blocks */
200 struct direct { struct
H A Dufs2.h173 struct direct { struct
/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/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);

Completed in 104 milliseconds