/titanic_50/usr/src/uts/common/sys/ |
H A D | fem.h | 151 int (*femop_open)(femarg_t *vf, int mode, cred_t *cr, \ 153 int (*femop_close)(femarg_t *vf, int flag, int count, \ 156 int (*femop_read)(femarg_t *vf, uio_t *uiop, int ioflag, \ 158 int (*femop_write)(femarg_t *vf, uio_t *uiop, int ioflag, \ 160 int (*femop_ioctl)(femarg_t *vf, int cmd, intptr_t arg, \ 163 int (*femop_setfl)(femarg_t *vf, int oflags, int nflags, \ 165 int (*femop_getattr)(femarg_t *vf, vattr_t *vap, int flags, \ 167 int (*femop_setattr)(femarg_t *vf, vattr_t *vap, int flags, \ 169 int (*femop_access)(femarg_t *vf, int mode, int flags, \ 171 int (*femop_lookup)(femarg_t *vf, char *nm, vnode_t **vpp, \ [all …]
|
/titanic_50/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | vfncx.esc | 41 event fault.io.vf.ncx@hostbridge/pciexrc, 44 /* fault.io.vf.ncx */ 45 event ereport.io.vf.ncx.to-fdr@hostbridge/pciexrc{within(0s)}; 46 event ereport.io.vf.ncx.to-fsr@hostbridge/pciexrc{within(0s)}; 47 event ereport.io.vf.ncx.fre@hostbridge/pciexrc{within(0s)}; 48 event ereport.io.vf.ncx.fse@hostbridge/pciexrc{within(0s)}; 49 event ereport.io.vf.ncx.fde@hostbridge/pciexrc{within(0s)}; 51 /* fault.io.vf.ncx */ 52 prop fault.io.vf.ncx@hostbridge/pciexrc (1)-> 53 ereport.io.vf.ncx.to-fdr@hostbridge/pciexrc, [all …]
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | fem.c | 2044 vnext_open(femarg_t *vf, int mode, cred_t *cr, caller_context_t *ct) in vnext_open() argument 2049 ASSERT(vf != NULL); in vnext_open() 2050 vf->fa_fnode--; in vnext_open() 2051 vsop_find(vf, &func, int, &arg0, vop_open, femop_open); in vnext_open() 2058 vnext_close(femarg_t *vf, int flag, int count, offset_t offset, cred_t *cr, in vnext_close() argument 2064 ASSERT(vf != NULL); in vnext_close() 2065 vf->fa_fnode--; in vnext_close() 2066 vsop_find(vf, &func, int, &arg0, vop_close, femop_close); in vnext_close() 2073 vnext_read(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr, in vnext_read() argument 2079 ASSERT(vf != NULL); in vnext_read() [all …]
|
H A D | vfs.c | 4245 vf_to_stf(uint_t vf) in vf_to_stf() argument 4249 if (vf & VFS_RDONLY) in vf_to_stf() 4251 if (vf & VFS_NOSETUID) in vf_to_stf() 4253 if (vf & VFS_NOTRUNC) in vf_to_stf()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | vdev_file.c | 55 vdev_file_t *vf; in vdev_file_open() local 74 vf = vd->vdev_tsd; in vdev_file_open() 78 vf = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_file_t), KM_SLEEP); in vdev_file_open() 95 vf->vf_vnode = vp; in vdev_file_open() 112 error = VOP_GETATTR(vf->vf_vnode, &vattr, 0, kcred, NULL); in vdev_file_open() 127 vdev_file_t *vf = vd->vdev_tsd; in vdev_file_close() local 129 if (vd->vdev_reopening || vf == NULL) in vdev_file_close() 132 if (vf->vf_vnode != NULL) { in vdev_file_close() 133 (void) VOP_PUTPAGE(vf->vf_vnode, 0, 0, B_INVAL, kcred, NULL); in vdev_file_close() 134 (void) VOP_CLOSE(vf->vf_vnode, spa_mode(vd->vdev_spa), 1, 0, in vdev_file_close() [all …]
|
/titanic_50/usr/src/uts/common/fs/portfs/ |
H A D | port_fop.c | 214 static int port_fop_open(femarg_t *vf, int mode, cred_t *cr, 216 static int port_fop_read(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr, 218 static int port_fop_write(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr, 220 static int port_fop_map(femarg_t *vf, offset_t off, struct as *as, 223 static int port_fop_setattr(femarg_t *vf, vattr_t *vap, int flags, cred_t *cr, 225 static int port_fop_create(femarg_t *vf, char *name, vattr_t *vap, 228 static int port_fop_remove(femarg_t *vf, char *nm, cred_t *cr, 230 static int port_fop_link(femarg_t *vf, vnode_t *svp, char *tnm, cred_t *cr, 232 static int port_fop_rename(femarg_t *vf, char *snm, vnode_t *tdvp, char *tnm, 234 static int port_fop_mkdir(femarg_t *vf, char *dirname, vattr_t *vap, [all …]
|
/titanic_50/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument 697 box[bval(vf(x, 0, c), rf(0, c))], \ 698 box[bval(vf(x, 1, c), rf(1, c))], \ 699 box[bval(vf(x, 2, c), rf(2, c))], \ 700 box[bval(vf(x, 3, c), rf(3, c))]) 702 #define one_table(x, op, tab, vf, rf, c) \ argument 703 (tab[bval(vf(x, 0, c), rf(0, c))] \ 704 ^ op(tab[bval(vf(x, 1, c), rf(1, c))], 1) \ 705 ^ op(tab[bval(vf(x, 2, c), rf(2, c))], 2) \ 706 ^ op(tab[bval(vf(x, 3, c), rf(3, c))], 3)) [all …]
|
/titanic_50/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 345 int t4_port_init(struct port_info *p, int mbox, int pf, int vf); 444 unsigned int vf, unsigned int nparams, const u32 *params, u32 *val); 446 unsigned int vf, unsigned int nparams, const u32 *params, 449 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, 454 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, 457 unsigned int pf, unsigned int vf, unsigned int viid); 477 unsigned int pf, unsigned int vf, unsigned int iqid, unsigned int fl0id, 480 unsigned int vf, unsigned int iqtype, unsigned int iqid, 483 unsigned int vf, unsigned int eqid); 485 unsigned int vf, unsigned int eqid); [all …]
|
H A D | t4_hw.c | 4204 unsigned int vf, unsigned int nparams, const u32 *params, u32 *val) in t4_query_params() argument 4216 V_FW_PARAMS_CMD_VFN(vf)); in t4_query_params() 4244 unsigned int vf, unsigned int nparams, const u32 *params, const u32 *val) in t4_set_params() argument 4255 V_FW_PARAMS_CMD_VFN(vf)); in t4_set_params() 4289 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, in t4_cfg_pfvf() argument 4298 F_FW_CMD_WRITE | V_FW_PFVF_CMD_PFN(pf) | V_FW_PFVF_CMD_VFN(vf)); in t4_cfg_pfvf() 4331 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi() argument 4340 V_FW_VI_CMD_PFN(pf) | V_FW_VI_CMD_VFN(vf)); in t4_alloc_vi() 4382 unsigned int vf, unsigned int viid) in t4_free_vi() argument 4391 V_FW_VI_CMD_VFN(vf)); in t4_free_vi() [all …]
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x550.h | 68 bool enable, int vf); 76 void ixgbe_restore_mdd_vf_X550(struct ixgbe_hw *hw, u32 vf);
|
H A D | ixgbe_api.h | 203 unsigned int vf); 205 int vf); 213 void ixgbe_restore_mdd_vf(struct ixgbe_hw *hw, u32 vf);
|
H A D | ixgbe_x550.c | 753 bool enable, int vf) in ixgbe_set_ethertype_anti_spoofing_X550() argument 755 int vf_target_reg = vf >> 3; in ixgbe_set_ethertype_anti_spoofing_X550() 756 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; in ixgbe_set_ethertype_anti_spoofing_X550() 950 void ixgbe_restore_mdd_vf_X550(struct ixgbe_hw *hw, u32 vf) in ixgbe_restore_mdd_vf_X550() argument 973 start_q = vf * num_qs; in ixgbe_restore_mdd_vf_X550() 993 u32 i, j, reg, q, shift, vf, idx; in ixgbe_mdd_event_X550() local 1030 vf = (q >> shift); in ixgbe_mdd_event_X550() 1033 idx = vf / 32; in ixgbe_mdd_event_X550() 1034 vf_bitmap[idx] |= (1 << (vf % 32)); in ixgbe_mdd_event_X550()
|
H A D | ixgbe_api.c | 1204 void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) in ixgbe_set_ethertype_anti_spoofing() argument 1207 hw->mac.ops.set_ethertype_anti_spoofing(hw, enable, vf); in ixgbe_set_ethertype_anti_spoofing() 1283 void ixgbe_restore_mdd_vf(struct ixgbe_hw *hw, u32 vf) in ixgbe_restore_mdd_vf() argument 1286 hw->mac.ops.restore_mdd_vf(hw, vf); in ixgbe_restore_mdd_vf()
|
H A D | ixgbe_common.h | 153 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
|
/titanic_50/usr/src/cmd/fm/modules/SUNW,USBRDT-5240/etm/ |
H A D | etm.conf | 33 subscribe fault.io.vf.*
|
/titanic_50/usr/src/cmd/fm/modules/SUNW,Netra-T5440/etm/ |
H A D | etm.conf | 33 subscribe fault.io.vf.*
|
/titanic_50/usr/src/cmd/fm/modules/SUNW,T5140/etm/ |
H A D | etm.conf | 33 subscribe fault.io.vf.*
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_mbx.c | 326 v2p_mailbox |= hw->dev_spec.vf.v2p_mailbox; in e1000_read_v2p_mailbox() 327 hw->dev_spec.vf.v2p_mailbox |= v2p_mailbox & E1000_V2PMAILBOX_R2C_BITS; in e1000_read_v2p_mailbox() 348 hw->dev_spec.vf.v2p_mailbox &= ~mask; in e1000_check_for_bit_vf()
|
H A D | e1000_vf.h | 272 struct e1000_dev_spec_vf vf; member
|
H A D | e1000_hw.h | 1010 struct e1000_dev_spec_vf vf; member
|
/titanic_50/usr/src/ |
H A D | Makefile | 165 $(EGREP) -vf $(CODEMGR_WS)/exception_lists/closed-bins) )
|
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | server.c | 987 const sasl_callback_t *vf; local 1099 vf = _sasl_find_verifyfile_callback(callbacks); 1103 ret = load_config(gctx, vf); 1108 ret = load_config(vf); 1140 ret = ((sasl_verifyfile_t *)(vf->proc))(vf->context,
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | SUN4V.dict | 66 fault.io.vf.ncx=38
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 953 char *tf, *tl, *vf, *vl, *eqsign; in __s_api_remove_rdn_space() local 966 vf = eqsign + 1; in __s_api_remove_rdn_space() 981 while (vf < vl && *vf == SPACETOK) in __s_api_remove_rdn_space() 982 vf++; in __s_api_remove_rdn_space() 984 while (vf < vl && *vl == SPACETOK) in __s_api_remove_rdn_space() 988 if (vf != tl + 1) in __s_api_remove_rdn_space() 989 (void) strcpy(tl + 1, vf); in __s_api_remove_rdn_space()
|
/titanic_50/exception_lists/ |
H A D | hdrchk | 314 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/lm_vf.h 315 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.h 316 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/lm_vf_common.h
|