/illumos-gate/usr/src/head/rpcsvc/ |
H A D | bootparam_prot.x | 77 bp_fileid_t file_id;
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 146 uint16_t chip_id = 0, file_id = 0; local 333 if ((file_id != 0 && version_file != NULL) || 336 &file_id, isSbus, &sbus_off) == 0)) { 353 } else if (chip_id - file_id != 0) { 514 q_findfileversion(char *dl_fcode, uchar_t *version_file, uint16_t *file_id, argument 526 *file_id = SBUS_CHIP_ID; 530 *file_id = dl_fcode[0x22] & 0xff; 531 *file_id |= (dl_fcode[0x23] << 8) & 0xff00; 533 *file_id = dl_fcode[0x42] & 0xff; 534 *file_id | 774 uint16_t file_id = 0; local [all...] |
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_dir.c | 90 struct file_id *ep; /* pointer to slot */ 124 struct file_id *fid; 614 struct file_id *fid; 883 struct file_id *fid; 1025 struct file_id *fid; 1040 fid = (struct file_id *)addr; 1049 rcount = sizeof (struct file_id); 1126 struct file_id *fid; 1162 fid = (struct file_id *)fbp->fb_addr; 1283 struct file_id *fi [all...] |
H A D | udf_subr.c | 972 struct file_id **fid, uint8_t **name, uint8_t *buf) 1015 *fid = (struct file_id *)beg; 1036 *fid = (struct file_id *)buf; 1089 *fid = (struct file_id *)buf; 1093 *fid = (struct file_id *)buf; 1145 *fid = (struct file_id *)buf; 1149 *fid = (struct file_id *)buf; 1186 struct file_id *fid; 1214 fid = (struct file_id *)tag;
|
/illumos-gate/usr/src/lib/librpcsvc/common/ |
H A D | bootparam_prot.h | 82 bp_fileid_t file_id; member in struct:bp_getfile_arg
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | bootparam.h | 84 bp_fileid_t file_id; member in struct:bp_getfile_arg
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_xdr.c | 132 if (!xdr_bp_fileid_t(xdrs, &objp->file_id)) {
|
H A D | bootparam_subr.c | 189 (void) strncpy(filekey, argp->file_id, sizeof (filekey) - 2);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | bootparam_xdr.c | 99 if (!xdr_bp_fileid_t(xdrs, &objp->file_id))
|
H A D | nfs_dlinet.c | 861 arg.file_id = fileid;
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 483 print_fid(stdout, (struct file_id *)tag); 741 struct file_id *fid; 744 fid = (struct file_id *)buf; 770 struct file_id *fid; 773 fid = (struct file_id *)buf; 930 struct file_id *fid; 933 fid = (struct file_id *)buf; 934 if ((read_file(inode, buf, sizeof (struct file_id), off)) != 0) { 940 gettext("file_id tag does not verify off %llx\n"), 967 struct file_id *fi [all...] |
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 72 u_offset_t *, struct file_id **); 100 struct file_id *fidp; 302 u_offset_t *poffset, struct file_id **fidpp) 305 register struct file_id *fidp = (struct file_id *)fidbuf;
|
H A D | fsck.h | 253 #define FID_LENGTH(fid) (((sizeof (struct file_id) + \
|
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | udfslib.c | 77 static void ud_swap_file_id(struct file_id *); 131 ud_swap_file_id((struct file_id *)otp); 248 ud_swap_file_id((struct file_id *)otp); 446 ud_swap_file_id(struct file_id *p)
|
H A D | mkfs.c | 625 struct file_id *fip; 989 fp->fe_info_len = sizeof (struct file_id); 1002 sap->sad_ext_len = sizeof (struct file_id); 1015 fip = (struct file_id *)&buf; 1020 tp->tag_crc_len = sizeof (struct file_id) -
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 41 #define FID_LEN(fid) (((sizeof (struct file_id) + \ 49 #define F_LEN (sizeof (struct file_id) - 2) 622 struct file_id { struct 631 typedef struct file_id file_id_t;
|
H A D | udf_inode.h | 599 file_id 687 struct file_id **, uint8_t **, uint8_t *);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | fsck.h | 426 pwarn("%s LINK COUNT %s", file_id((ino), (mode)), (text)); \ 555 caddr_t file_id(fsck_ino_t, mode_t);
|
H A D | dir.c | 434 file_id(idesc->id_number, dp->di_mode)); 532 pwarn("UNREF %s ", file_id(orphan, dp->di_mode));
|
H A D | utilities.c | 2248 file_id(fsck_ino_t inum, mode_t mode) function 2587 pfatal("%s=%s\n", file_id(ino, dp->di_mode), pathbuf);
|
H A D | inode.c | 973 pwarn("%s %s", type, file_id(idesc->id_number, dp->di_mode));
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.h | 268 void print_fid(FILE *, struct file_id *);
|
H A D | ud_lib.c | 1855 print_fid(FILE *fout, struct file_id *fid)
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 243 arg.file_id = fileid;
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | srvsvc.ndl | 489 IN DWORD file_id;
|