Symbol: DIP
usr/src/boot/libsa/ufs.c
233
*disk_block_p = DIP(fp, di_db[file_block]);
usr/src/boot/libsa/ufs.c
255
ind_block_num = DIP(fp, di_ib[level]);
usr/src/boot/libsa/ufs.c
316
block_size = sblksize(fs, DIP(fp, di_size), file_block);
usr/src/boot/libsa/ufs.c
330
if (*size_p > DIP(fp, di_size) - fp->f_seekp)
usr/src/boot/libsa/ufs.c
331
*size_p = DIP(fp, di_size) - fp->f_seekp;
usr/src/boot/libsa/ufs.c
388
block_size = sblksize(fs, DIP(fp, di_size), file_block);
usr/src/boot/libsa/ufs.c
424
if (*size_p > DIP(fp, di_size) - fp->f_seekp)
usr/src/boot/libsa/ufs.c
425
*size_p = DIP(fp, di_size) - fp->f_seekp;
usr/src/boot/libsa/ufs.c
448
while (fp->f_seekp < DIP(fp, di_size)) {
usr/src/boot/libsa/ufs.c
559
if ((DIP(fp, di_mode) & IFMT) != IFDIR) {
usr/src/boot/libsa/ufs.c
601
if ((DIP(fp, di_mode) & IFMT) == IFLNK) {
usr/src/boot/libsa/ufs.c
602
int link_len = DIP(fp, di_size);
usr/src/boot/libsa/ufs.c
715
if (fp->f_seekp >= DIP(fp, di_size))
usr/src/boot/libsa/ufs.c
752
if (fp->f_seekp >= DIP(fp, di_size))
usr/src/boot/libsa/ufs.c
783
fp->f_seekp = DIP(fp, di_size) - offset;
usr/src/boot/libsa/ufs.c
798
sb->st_mode = DIP(fp, di_mode);
usr/src/boot/libsa/ufs.c
799
sb->st_uid = DIP(fp, di_uid);
usr/src/boot/libsa/ufs.c
800
sb->st_gid = DIP(fp, di_gid);
usr/src/boot/libsa/ufs.c
801
sb->st_size = DIP(fp, di_size);
usr/src/boot/libsa/ufs.c
818
if (fp->f_seekp >= DIP(fp, di_size))
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12478
rval = fcp_is_dip_present(plun, DIP(cip));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12511
dev_info_t *old_dip = DIP(plun->lun_cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13129
cdip = DIP(cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13313
cdip = DIP(cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13316
rval = ndi_devi_offline(DIP(cip), flags);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13417
(void) ndi_prop_remove_all(DIP(plun->lun_cip));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13418
(void) ndi_devi_free(DIP(plun->lun_cip));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15655
dip = DIP(plun->lun_cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4055
cdip = DIP(plun->lun_cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8208
cdip = DIP(plun->lun_cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8210
cdip = DIP(cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8598
cdip = DIP(plun->lun_cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9063
cdip = DIP(plun->lun_cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9127
cdip = DIP(plun->lun_cip);
usr/src/uts/common/io/pm.c
1026
case DIP:
usr/src/uts/common/io/pm.c
1139
case DIP:
usr/src/uts/common/io/pm.c
386
{PM_REPARSE_PM_PROPS, "PM_REPARSE_PM_PROPS", 1, PM_REQ, INWHO, DIP,
usr/src/uts/common/io/pm.c
402
DIP, NODEP},
usr/src/uts/common/io/pm.c
404
DIP, NODEP},
usr/src/uts/common/io/pm.c
406
DIP, NODEP},
usr/src/uts/common/io/pm.c
408
INWHO | INDATAOUT, DIP, NODEP},
usr/src/uts/common/io/pm.c
410
DIP, NODEP},
usr/src/uts/common/io/pm.c
412
INWHO | INDATAOUT, DIP, NODEP},
usr/src/uts/common/io/pm.c
414
DIP, NODEP},
usr/src/uts/common/io/pm.c
417
{PM_DIRECT_PM, "PM_DIRECT_PM", 1, PM_REQ, INWHO, DIP, NODEP,
usr/src/uts/common/io/pm.c
420
DIP, NODEP},
usr/src/uts/common/io/pm.c
424
INWHO, DIP, NODEP, SU},
usr/src/uts/common/io/pm.c
429
DIP, NODEP},
usr/src/uts/common/io/pm.c
433
INWHO | INDATAOUT, DIP, NODEP},
usr/src/uts/common/io/pm.c
436
PM_REQ, INWHO, DIP, NODEP},
usr/src/uts/common/io/pm.c
437
{PM_SET_CURRENT_POWER, "PM_SET_CURRENT_POWER", 1, PM_REQ, INWHO, DIP,
usr/src/uts/common/io/pm.c
439
{PM_GET_CURRENT_POWER, "PM_GET_CURRENT_POWER", 1, PM_REQ, INWHO, DIP,
usr/src/uts/common/io/pm.c
441
{PM_GET_FULL_POWER, "PM_GET_FULL_POWER", 1, PM_REQ, INWHO, DIP,
usr/src/uts/common/io/pm.c
444
DIP, DEP, SU},
usr/src/uts/common/io/pm.c
445
{PM_GET_TIME_IDLE, "PM_GET_TIME_IDLE", 1, PM_REQ, INWHO, DIP, NODEP},