Searched refs:va (Results 1 - 25 of 244) sorted by last modified time

12345678910

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c1046 kdi_range_is_nontoxic(uintptr_t va, size_t sz, int write) argument
1049 if (write && kdi_range_overlap(va, sz, OFW_START_ADDR, OFW_END_ADDR -
1051 return (va < OFW_START_ADDR ? OFW_START_ADDR - va : 0);
1053 if (kdi_range_overlap(va, sz, PIOMAPBASE, PIOMAPSIZE))
1054 return (va < PIOMAPBASE ? PIOMAPBASE - va : 0);
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_vm_dep.c353 sync_data_memory(caddr_t va, size_t len) argument
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c372 sync_data_memory(caddr_t va, size_t len) argument
375 (void) mem_sync(va, len);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c879 vattr_t va, *vap = sarg->vap; local
982 vap = &va;
1298 vattr_t *vap, va; local
1322 va.va_mask = AT_NODEID;
1323 vap = &va;
H A Dnfs4_srv_ns.c54 struct vattr va; local
71 va.va_mask = AT_NODEID;
72 error = VOP_GETATTR(vp, &va, 0, CRED(), NULL);
76 fidp->fid_len = sizeof (va.va_nodeid);
77 bcopy(&va.va_nodeid, fidp->fid_data, fidp->fid_len);
626 struct vattr va; local
713 va.va_mask = AT_NODEID;
714 error = VOP_GETATTR(vp, &va, 0, CRED(), NULL);
725 visp->vis_ino = va.va_nodeid;
H A Dnfs4_srv_readdir.c397 vattr_t va; local
843 va.va_mask = AT_ALL;
845 VOP_GETATTR(vp, &va, 0, cs->cr, NULL);
856 va.va_type = VLNK;
904 uint_t ftype = vt_to_nf4[va.va_type];
906 if (va.va_type == VDIR)
920 va.va_ctime);
931 u_longlong_t size = va.va_size;
973 major = getmajor(va.va_fsid);
974 minor = getminor(va
[all...]
H A Dnfs4_vnops.c2772 struct vattr va; local
2784 va.va_mask = AT_SIZE;
2785 error = nfs4getattr(vp, &va, cr);
2788 uiop->uio_loffset = va.va_size;
3788 vattr_t va; local
3928 va.va_mask = AT_CTIME;
3929 va.va_ctime = ctime;
3934 e.error = nfs4args_verify(&argop[verify_argop], &va,
4234 va.va_mask = AT_MODE;
4235 terror = nfs4getattr(vp, &va, c
6528 nfs4_create(vnode_t *dvp, char *nm, struct vattr *va, enum vcexcl exclusive, int mode, vnode_t **vpp, cred_t *cr, int flags, caller_context_t *ct, vsecattr_t *vsecp) argument
6813 call_nfs4_create_req(vnode_t *dvp, char *nm, void *data, struct vattr *va, vnode_t **vpp, cred_t *cr, nfs_ftype4 type) argument
7165 nfs4mknod(vnode_t *dvp, char *nm, struct vattr *va, enum vcexcl exclusive, int mode, vnode_t **vpp, cred_t *cr) argument
8618 nfs4_mkdir(vnode_t *dvp, char *nm, struct vattr *va, vnode_t **vpp, cred_t *cr, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument
10521 struct vattr va; local
11012 struct vattr va; local
12281 vattr_t va; local
14525 struct vattr va; local
[all...]
H A Dnfs4_srv.c1245 struct vattr va; local
1289 va.va_mask = AT_MODE;
1290 error = VOP_GETATTR(vp, &va, 0, cr, NULL);
1321 if (!error && !MANDLOCK(vp, va.va_mode) &&
1337 if (!error && !MANDLOCK(vp, va.va_mode) &&
1356 if (!error && !MANDLOCK(vp, va.va_mode) &&
1382 vattr_t va; local
1401 va.va_mask = AT_UID;
1402 error = VOP_GETATTR(vp, &va, 0, cr, NULL);
1426 if (crgetuid(cr) != va
3140 struct vattr va; local
3740 struct vattr va; local
4256 struct vattr va; local
4591 struct vattr va; local
5172 vattr_t va; local
6170 vattr_t va; local
6979 vattr_t va; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_client.c114 struct vattr va; local
116 va.va_mask = AT_SIZE;
117 return (smbfsgetattr(vp, &va, cr));
H A Dsmbfs_vnops.c583 struct vattr va; local
619 va.va_mask = AT_SIZE | AT_MTIME;
620 if (error = smbfsgetattr(vp, &va, cr))
626 if (uiop->uio_loffset >= va.va_size)
634 if (endoff > va.va_size) {
635 past_eof = (ssize_t)(endoff - va.va_size);
668 struct vattr va; local
707 va.va_mask = AT_SIZE;
708 if (error = smbfsgetattr(vp, &va, cr))
710 uiop->uio_loffset = va
1220 vattr_t va; local
1729 struct vattr va; local
1809 smbfs_create(vnode_t *dvp, char *nm, struct vattr *va, enum vcexcl exclusive, int mode, vnode_t **vpp, cred_t *cr, int lfaware, caller_context_t *ct, vsecattr_t *vsecp) argument
2410 smbfs_mkdir(vnode_t *dvp, char *nm, struct vattr *va, vnode_t **vpp, cred_t *cr, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument
2979 struct vattr va; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c1329 caddr_t va; local
1347 va = zfs_map_page(pp, S_READ);
1348 bcopy(va, (char *)db->db_data + bufoff, thiscpy);
1349 zfs_unmap_page(pp, va);
H A Dzfs_dir.c1005 vattr_t va; local
1039 va.va_mask = AT_TYPE | AT_MODE | AT_UID | AT_GID;
1040 va.va_type = VDIR;
1041 va.va_mode = S_IFDIR | S_ISVTX | 0777;
1042 zfs_fuid_map_ids(zp, cr, &va.va_uid, &va.va_gid);
1044 error = zfs_make_xattrdir(zp, &va, xvpp, cr);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c2107 caddr_t va; local
2125 dma_flags, DDI_DMA_DONTWAIT, NULL, &va, &dma_p->alength,
2133 dma_p->mem_va = va;
2135 va, dma_p->alength, dma_flags, DDI_DMA_DONTWAIT, NULL,
2781 BGE_DEBUG(("RXB CHNK %d INIT: va=%p alen=%d off=%d pa=%llx psz=%d",
2793 BGE_DEBUG(("RXB SLCE %d STND: va=%p alen=%d off=%d pa=%llx psz=%d (nslots=%d slotlen=%d)",
2809 BGE_DEBUG(("RXB SLCE %d JUMB: va=%p alen=%d off=%d pa=%llx psz=%d (nslots=%d slotlen=%d)",
2826 BGE_DEBUG(("RXB SLCE %d MINI: va=%p alen=%d off=%d pa=%llx psz=%d (nslots=%d slotlen=%d)",
2837 BGE_DEBUG(("RXB CHNK %d DONE: va=%p alen=%d off=%d pa=%llx psz=%d",
2850 BGE_DEBUG(("TXB CHNK %d INIT: va
[all...]
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c657 va_list va; local
658 va_start(va, fmt);
659 (void) vasprintf(&msg, fmt, va);
660 va_end(va);
673 va_list va; local
674 va_start(va, fmt);
675 (void) vasprintf(&msg, fmt, va);
676 va_end(va);
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c719 vattr_t va; local
722 va.va_mask = AT_UID|AT_MODE;
723 err = VOP_GETATTR(mvp, &va, 0, cr, NULL);
727 if ((err = secpolicy_vnode_owner(cr, va.va_uid)) != 0)
730 if (secpolicy_vnode_access2(cr, mvp, va.va_uid, va.va_mode,
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h47 #define readb(va) (*(volatile uint8_t *) (va))
48 #define readw(va) (*(volatile uint16_t *) (va))
49 #define readl(va) (*(volatile uint32_t *) (va))
51 #define writeb(va, d) (*(volatile uint8_t *) (va) = (d))
52 #define writew(va, d) (*(volatile uint16_t *) (va)
[all...]
H A Dparam.h165 #define INKERNEL(va) (((vm_offset_t)(va)) >= VM_MAXUSER_ADDRESS && \
166 ((vm_offset_t)(va)) < VM_MAX_KERNEL_ADDRESS)
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dtable.py44 va = list()
47 va.append(v)
49 self.lines.append((sortkey, va))
57 for (k, va) in self.lines:
61 line += va[i]
69 line += fmt % (mfl, va[i])
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c697 top_log(ufsvfs_t *ufsvfsp, char *va, offset_t vamof, off_t nb, argument
716 for (hmof = vamof - (va - buf), nb1 = nb; bufsz;
724 logmap_add_buf(ul, va, hmof, me, buf, hnb);
736 logmap_add(ul, va, vamof, me);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1920 vattr_t va; member in struct:entryplus3_va_fh
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c1552 struct vattr va; local
1580 va.va_mask = AT_SIZE;
1581 if (VOP_GETATTR(vn_a->vp, &va, ATTR_HINT, vn_a->cred, NULL) != 0) {
1586 if (eoff >= va.va_size) {
1591 if (btopr(va.va_size) < btopr(eoff)) {
1593 size = va.va_size - (vn_a->offset & PAGEMASK);
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrlen.c87 long va, vb; local
100 va = (*lp - mask01);
103 if (va & vb)
111 va = (*lp - mask01);
113 if (va & vb) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c313 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) argument
349 (void)vsprintf((char *)(state->in), format, va);
353 len = vsprintf((char *)(state->in), format, va);
357 (void)vsnprintf((char *)(state->in), size, format, va);
360 len = vsnprintf((char *)(state->in), size, format, va);
377 va_list va; local
380 va_start(va, format);
381 ret = gzvprintf(file, format, va);
382 va_end(va);
H A Dzlib.h1760 va_list va));
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h48 #define readb(va) (*(volatile uint8_t *) (va))
49 #define readw(va) (*(volatile uint16_t *) (va))
50 #define readl(va) (*(volatile uint32_t *) (va))
51 #define readq(va) (*(volatile uint64_t *) (va))
53 #define writeb(va, d) (*(volatile uint8_t *) (va)
[all...]

Completed in 330 milliseconds

12345678910