HomeSort by relevance Sort by last modified time
    Searched refs:vf (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
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...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
vfncx.esc 31 * Eversholt rules for the VF PIU extention to Fire nexus driver
38 /* VF Asic */
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 *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
vdev_file.c 41 vdev_file_t *vf; local
60 vf = vd->vdev_tsd;
64 vf = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_file_t), KM_SLEEP);
81 vf->vf_vnode = vp;
98 error = VOP_GETATTR(vf->vf_vnode, &vattr, 0, kcred, NULL);
113 vdev_file_t *vf = vd->vdev_tsd; local
115 if (vd->vdev_reopening || vf == NULL)
118 if (vf->vf_vnode != NULL) {
119 (void) VOP_PUTPAGE(vf->vf_vnode, 0, 0, B_INVAL, kcred, NULL);
120 (void) VOP_CLOSE(vf->vf_vnode, spa_mode(vd->vdev_spa), 1, 0
133 vdev_file_t *vf = vd->vdev_tsd; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/
fem.c     [all...]
vfs.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/SUNW,Netra-T5440/etm/
etm.conf 33 subscribe fault.io.vf.*
  /onnv/onnv-gate/usr/src/cmd/fm/modules/SUNW,T5140/etm/
etm.conf 33 subscribe fault.io.vf.*
  /onnv/onnv-gate/usr/src/cmd/fm/modules/SUNW,USBRDT-5240/etm/
etm.conf 33 subscribe fault.io.vf.*
  /onnv/onnv-gate/usr/src/uts/common/fs/portfs/
port_fop.c 212 static int port_fop_open(femarg_t *vf, int mode, cred_t *cr,
214 static int port_fop_read(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr,
216 static int port_fop_write(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr,
218 static int port_fop_map(femarg_t *vf, offset_t off, struct as *as,
221 static int port_fop_setattr(femarg_t *vf, vattr_t *vap, int flags, cred_t *cr,
223 static int port_fop_create(femarg_t *vf, char *name, vattr_t *vap,
226 static int port_fop_remove(femarg_t *vf, char *nm, cred_t *cr,
228 static int port_fop_link(femarg_t *vf, vnode_t *svp, char *tnm, cred_t *cr,
230 static int port_fop_rename(femarg_t *vf, char *snm, vnode_t *tdvp, char *tnm,
232 static int port_fop_mkdir(femarg_t *vf, char *dirname, vattr_t *vap
    [all...]
  /onnv/onnv-gate/usr/src/common/crypto/aes/amd64/
aesopt.h 696 #define no_table(x, box, vf, rf, c) bytes2word(\
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) \
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...]
  /onnv/onnv-gate/usr/src/lib/libsasl/lib/
server.c 1000 const sasl_callback_t *vf; local
1112 vf = _sasl_find_verifyfile_callback(callbacks);
1116 ret = load_config(gctx, vf);
1121 ret = load_config(vf);
1153 ret = ((sasl_verifyfile_t *)(vf->proc))(vf->context,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/dicts/
SUN4V.dict 66 fault.io.vf.ncx=38
  /onnv/onnv-gate/usr/src/uts/common/io/igb/
igb_hw.h 665 struct e1000_dev_spec_vf vf; member in union:e1000_hw::__anon46
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
sprintf.t 376 >%vf,%d< >[1, 2, 3]< >1.000000,2<
  /onnv/onnv-gate/usr/src/lib/libsldap/common/
ns_reads.c 954 char *tf, *tl, *vf, *vl, *eqsign; local
967 vf = eqsign + 1;
982 while (vf < vl && *vf == SPACETOK)
983 vf++;
985 while (vf < vl && *vl == SPACETOK)
989 if (vf != tl + 1)
990 (void) strcpy(tl + 1, vf);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
MM_Any.pm 679 # Assign the value of the $(VERSION_FROM) make macro to $vf.
680 $oneliner = $MM->oneliner('$$vf = "$(VERSION_FROM)"');
  /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
emlxs_mbox.h 1999 uint32_t vf:1; member in struct:__anon43::__anon44::__anon71
2017 uint32_t vf:1; member in struct:__anon43::__anon44::__anon71
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ztest/
ztest.c 4324 vdev_file_t *vf = vd0->vdev_tsd; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/terminfo/
termcap 313 :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:k0=^VJ\r:
    [all...]

Completed in 1740 milliseconds