Home
last modified time | relevance | path

Searched refs:file_id (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/cmd/luxadm/
H A Dqlgcupdate.c146 uint16_t chip_id = 0, file_id = 0; in q_qlgc_update() local
333 if ((file_id != 0 && version_file != NULL) || in q_qlgc_update()
336 &file_id, isSbus, &sbus_off) == 0)) { in q_qlgc_update()
353 } else if (chip_id - file_id != 0) { in q_qlgc_update()
514 q_findfileversion(char *dl_fcode, uchar_t *version_file, uint16_t *file_id, in q_findfileversion() argument
526 *file_id = SBUS_CHIP_ID; in q_findfileversion()
530 *file_id = dl_fcode[0x22] & 0xff; in q_findfileversion()
531 *file_id |= (dl_fcode[0x23] << 8) & 0xff00; in q_findfileversion()
533 *file_id = dl_fcode[0x42] & 0xff; in q_findfileversion()
534 *file_id |= (dl_fcode[0x43] << 8) & 0xff00; in q_findfileversion()
[all …]
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c90 struct file_id *ep; /* pointer to slot */
124 struct file_id *fid; in ud_dirlook()
614 struct file_id *fid; in ud_dirremove()
883 struct file_id *fid; in ud_dircheckforname()
1025 struct file_id *fid; in ud_dirempty()
1040 fid = (struct file_id *)addr; in ud_dirempty()
1049 rcount = sizeof (struct file_id); in ud_dirempty()
1126 struct file_id *fid; in ud_dircheckpath()
1162 fid = (struct file_id *)fbp->fb_addr; in ud_dircheckpath()
1283 struct file_id *fid; in ud_diraddentry()
[all …]
H A Dudf_subr.c972 struct file_id **fid, uint8_t **name, uint8_t *buf) in ud_get_next_fid()
1015 *fid = (struct file_id *)beg; in ud_get_next_fid()
1036 *fid = (struct file_id *)buf; in ud_get_next_fid()
1089 *fid = (struct file_id *)buf; in ud_get_next_fid()
1093 *fid = (struct file_id *)buf; in ud_get_next_fid()
1145 *fid = (struct file_id *)buf; in ud_get_next_fid()
1149 *fid = (struct file_id *)buf; in ud_get_next_fid()
1186 struct file_id *fid; in ud_verify_tag_and_desc()
1214 fid = (struct file_id *)tag; in ud_verify_tag_and_desc()
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c483 print_fid(stdout, (struct file_id *)tag); in print_desc()
741 struct file_id *fid; in verify_dent()
744 fid = (struct file_id *)buf; in verify_dent()
770 struct file_id *fid; in print_dent()
773 fid = (struct file_id *)buf; in print_dent()
930 struct file_id *fid; in get_fid()
933 fid = (struct file_id *)buf; in get_fid()
934 if ((read_file(inode, buf, sizeof (struct file_id), off)) != 0) { in get_fid()
967 struct file_id *fid; in inode_from_path()
1002 fid = (struct file_id *)buf; in inode_from_path()
[all …]
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c72 u_offset_t *, struct file_id **);
100 struct file_id *fidp; in pass1()
302 u_offset_t *poffset, struct file_id **fidpp) in getdir()
305 register struct file_id *fidp = (struct file_id *)fidbuf; in getdir()
H A Dfsck.h253 #define FID_LENGTH(fid) (((sizeof (struct file_id) + \
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_volume.h41 #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; argument
H A Dudf_inode.h599 file_id
687 struct file_id **, uint8_t **, uint8_t *);
/titanic_41/usr/src/head/rpcsvc/
H A Dbootparam_prot.x77 bp_fileid_t file_id; member
/titanic_41/usr/src/uts/common/rpc/
H A Dbootparam.h84 bp_fileid_t file_id; member
/titanic_41/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h82 bp_fileid_t file_id; member
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c77 static void ud_swap_file_id(struct file_id *);
131 ud_swap_file_id((struct file_id *)otp); in maketag()
248 ud_swap_file_id((struct file_id *)otp); in verifytag()
446 ud_swap_file_id(struct file_id *p) in ud_swap_file_id()
H A Dmkfs.c625 struct file_id *fip; in volseqinit()
989 fp->fe_info_len = sizeof (struct file_id); in volseqinit()
1002 sap->sad_ext_len = sizeof (struct file_id); in volseqinit()
1015 fip = (struct file_id *)&buf; in volseqinit()
1020 tp->tag_crc_len = sizeof (struct file_id) - in volseqinit()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dbootparam_xdr.c99 if (!xdr_bp_fileid_t(xdrs, &objp->file_id)) in xdr_bp_getfile_arg()
H A Dnfs_dlinet.c861 arg.file_id = fileid; in getfile()
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_xdr.c132 if (!xdr_bp_fileid_t(xdrs, &objp->file_id)) { in xdr_bp_getfile_arg()
H A Dbootparam_subr.c189 (void) strncpy(filekey, argp->file_id, sizeof (filekey) - 2); in bootparamproc_getfile_1()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h426 pwarn("%s LINK COUNT %s", file_id((ino), (mode)), (text)); \
555 caddr_t file_id(fsck_ino_t, mode_t);
H A Ddir.c434 file_id(idesc->id_number, dp->di_mode)); in adjust()
532 pwarn("UNREF %s ", file_id(orphan, dp->di_mode)); in linkup()
H A Dutilities.c2248 file_id(fsck_ino_t inum, mode_t mode) in file_id() function
2587 pfatal("%s=%s\n", file_id(ino, dp->di_mode), pathbuf); in vfileerror()
H A Dinode.c973 pwarn("%s %s", type, file_id(idesc->id_number, dp->di_mode)); in clri()
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h268 void print_fid(FILE *, struct file_id *);
H A Dud_lib.c1855 print_fid(FILE *fout, struct file_id *fid) in print_fid()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c243 arg.file_id = fileid; in getfile()
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c839 rc = smb_kmod_file_close(param->file_id); in srvsvc_s_NetFileClose()

12