Searched defs:file_id (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h82 bp_fileid_t file_id; member in struct:bp_getfile_arg
/illumos-gate/usr/src/uts/common/rpc/
H A Dbootparam.h84 bp_fileid_t file_id; member in struct:bp_getfile_arg
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c146 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/cmd/fs.d/ufs/fsck/
H A Dutilities.c2248 file_id(fsck_ino_t inum, mode_t mode) function
2587 pfatal("%s=%s\n", file_id(ino, dp->di_mode), pathbuf);
/illumos-gate/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;

Completed in 84 milliseconds