/titanic_44/usr/src/uts/sun/io/dada/conf/ |
H A D | dcd_confsubr.c | 112 int (*cb_flag)(); in dcd_hba_probe() local 128 cb_flag = NULL_FUNC; in dcd_hba_probe() 130 cb_flag = callback; in dcd_hba_probe() 134 (uint_t)SUN_IDENTSIZE, B_READ, cb_flag, NULL); in dcd_hba_probe()
|
/titanic_44/usr/src/uts/common/io/scsi/conf/ |
H A D | scsi_confsubr.c | 1094 int (*cb_flag)(); in scsi_hba_probe_pi() local 1108 cb_flag = NULL_FUNC; in scsi_hba_probe_pi() 1110 cb_flag = callback; in scsi_hba_probe_pi() 1113 (struct buf *)NULL, SUN_INQSIZE, B_READ, cb_flag, NULL); in scsi_hba_probe_pi() 1217 (uint_t)SENSE_LENGTH, B_READ, cb_flag, NULL); in scsi_hba_probe_pi() 2160 int (*cb_flag)(); in send_scsi_INQUIRY() local 2168 cb_flag = NULL_FUNC; in send_scsi_INQUIRY() 2170 cb_flag = callback; in send_scsi_INQUIRY() 2172 (struct buf *)NULL, buflen, B_READ, cb_flag, NULL); in send_scsi_INQUIRY()
|
/titanic_44/usr/src/uts/common/sys/ib/ibtl/impl/ |
H A D | ibtl_ibnex.h | 63 uint_t cb_flag; member
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | conf.h | 82 #define CBFLAG(maj) (devopsp[(maj)]->devo_cb_ops->cb_flag)
|
H A D | ddi_intr_impl.h | 340 void i_ddi_irm_set_cb(dev_info_t *dip, boolean_t cb_flag);
|
H A D | devops.h | 117 int cb_flag; /* driver compatibility flag */ member
|
/titanic_44/usr/src/uts/common/io/cxgbe/cxgbe/ |
H A D | cxgbe.c | 57 .cb_flag = D_MP,
|
/titanic_44/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_impl.c | 469 cb_args.cb_flag = IBTL_IBNEX_IBC_INIT; in ibc_init() 500 cb_args.cb_flag = IBTL_IBNEX_IBC_FINI; in ibc_fini()
|
H A D | ibtl_ibnex.c | 491 cb_args.cb_flag = IBTL_IBNEX_REPROBE_DEV_REQ; in ibt_reprobe_dev()
|
/titanic_44/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 823 cb_ops->cb_flag = maj->sm_flag; in sv_free() 1019 maj->sm_flag = cb_ops->cb_flag; in sv_enable() 1021 cb_ops->cb_flag = cb_ops->cb_flag | D_MP; in sv_enable()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt.c | 68 .cb_flag = D_NEW | D_MP,
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 665 if ((devopsp[maj]->devo_cb_ops->cb_flag & D_OPEN_RETURNS_EINTR) || in spec_open() 724 if (devopsp[nmaj]->devo_cb_ops->cb_flag & D_64BIT) in spec_open() 726 if (devopsp[nmaj]->devo_cb_ops->cb_flag & D_U64BIT) in spec_open() 2337 map_flag = devopsp[maj]->devo_cb_ops->cb_flag; in spec_char_map()
|
/titanic_44/usr/src/uts/common/io/audio/impl/ |
H A D | audio_ddi.c | 552 helper->cbops.cb_flag = D_MP | D_64BIT; in audio_init_ops()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | modconf.c | 575 !(ops->devo_cb_ops->cb_flag & D_MP)) { in mod_installdrv()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 206 #define BDEVFLAG(dev) ((devopsp[getmajor(dev)])->devo_cb_ops->cb_flag)
|
/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 78 .cb_flag = D_NEW | D_MP,
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 415 if (devopsp[getmajor(dev)]->devo_cb_ops->cb_flag & D_TAPE) { in ufs_mount()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 265 if (devopsp[getmajor(dev)]->devo_cb_ops->cb_flag & D_TAPE) { in udf_mount()
|
/titanic_44/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 1254 if ((cop == NULL) || (!(cop->cb_flag & D_HOTPLUG))) { in cardbus_initchild()
|
/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.c | 88 .cb_flag = D_NEW | D_MP,
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 65 .cb_flag = D_MP,
|
/titanic_44/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex.c | 832 switch (cb_args->cb_flag) { in ibnex_ibtl_callback()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_dev.c | 3169 map_flag = devopsp[getmajor(dev)]->devo_cb_ops->cb_flag; in devmap_setup()
|
/titanic_44/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 471 .cb_flag = D_NEW | D_MP,
|