HomeSort by: relevance | last modified time | path
    Searched defs:eip (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/fs/efs/
efs_vfsops.c 372 struct efs_inode *eip; local in function:efs_loadvnode
379 eip = pool_get(&efs_inode_pool, PR_WAITOK);
380 eip->ei_mode = 0;
381 eip->ei_lockf = NULL;
382 eip->ei_number = ino;
383 eip->ei_dev = emp->em_dev;
384 eip->ei_vp = vp;
386 error = efs_read_inode(emp, ino, NULL, &eip->ei_di);
388 pool_put(&efs_inode_pool, eip);
392 efs_sync_dinode_to_inode(eip);
460 struct efs_inode *eip; local in function:efs_fhtovp
492 struct efs_inode *eip; local in function:efs_vptofh
    [all...]
efs_subr.c 412 efs_extent_iterator_init(struct efs_extent_iterator *exi, struct efs_inode *eip,
417 struct efs_mount *emp = VFSTOEFS(eip->ei_vp->v_mount);
423 exi->exi_eip = eip;
432 if (start_hint >= eip->ei_size) {
433 exi->exi_next = eip->ei_numextents;
446 if (eip->ei_numextents <= EFS_DIRECTEXTENTS) {
447 for (i = 0; i < eip->ei_numextents; i++) {
448 efs_dextent_to_extent(&eip->ei_di.di_extents[i], &ex);
471 efs_dextent_to_extent(&eip->ei_di.di_extents[0], &ex);
483 efs_dextent_to_extent(&eip->ei_di.di_extents[i], &ex)
581 struct efs_inode *eip = exi->exi_eip; local in function:efs_extent_iterator_next
    [all...]
efs_vnops.c 118 efs_check_possible(struct vnode *vp, struct efs_inode *eip, accmode_t accmode)
134 efs_check_permitted(struct vnode *vp, struct efs_inode *eip, accmode_t accmode,
139 vp->v_type, eip->ei_mode), vp, NULL, genfs_can_access(vp,
140 cred, eip->ei_uid, eip->ei_gid, eip->ei_mode, NULL, accmode));
153 struct efs_inode *eip = EFS_VTOI(vp); local in function:efs_access
156 error = efs_check_possible(vp, eip, ap->a_accmode);
160 error = efs_check_permitted(vp, eip, ap->a_accmode, ap->a_cred);
181 struct efs_inode *eip = EFS_VTOI(ap->a_vp) local in function:efs_getattr
247 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local in function:efs_read
480 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local in function:efs_readlink
568 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local in function:efs_inactive
583 struct efs_inode *eip = EFS_VTOI(vp); local in function:efs_reclaim
608 struct efs_inode *eip = EFS_VTOI(vp); local in function:efs_bmap
696 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local in function:efs_print
777 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local in function:efs_advlock
    [all...]
  /src/sys/net/npf/
npf_alg_icmp.c 363 const struct ip *eip = enpc.npc_ip.v4; local in function:npfa_icmp_nat
364 ipcksum = eip->ip_sum;
420 const struct ip *eip = enpc.npc_ip.v4; local in function:npfa_icmp_nat
421 cksum = npf_fixup16_cksum(cksum, ipcksum, eip->ip_sum);
  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 70 long eip; member in struct:linux_reg
236 linux_regs->eip = regs->r_cs + regs->r_eip;
256 regs->r_eip = linux_regs->eip - linux_regs->xcs;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
hvm_vcpu.h 37 uint32_t eip; member in struct:vcpu_hvm_x86_32
  /src/sys/arch/i386/i386/
trap.c 238 printf("trap type %d code %#x eip %#x cs %#x eflags %#x cr2 %#lx "
255 uintptr_t eip, func; local in function:ss_shadow
258 eip = tf->tf_eip;
266 if (eip == func)
398 * 'user' registers saved after the kernel %eip:%cs:%fl
399 * of the 'iret' and below that the user %eip:%cs:%fl
410 /* Set the faulting address to the user %eip */
426 * still valid and is just below the %eip:%cs:%fl of
822 printf("eip 0x%08x esp 0x%08x efl 0x%08x\n",
848 "@eip %#x addr %#x error=%d\n"
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-x86_32.h 178 unsigned long eip; member in struct:xen_callback
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
xenoprof.h 65 uint64_t eip; member in struct:event_log
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
salproc.h 60 UINT32 eip; member in struct:tagIA32_BIOS_REGISTER_STATE
  /src/sys/arch/arm/sunxi/
sunxi_hdmi.c 657 struct edid_info *eip; local in function:sunxi_hdmi_read_edid
662 eip = kmem_zalloc(sizeof(struct edid_info), KM_SLEEP);
671 if (edid_parse(edid, eip) != 0) {
676 edid_print(eip);
682 display_mode = sunxi_hdmi_get_display_mode(sc, eip);
691 strlcpy(sc->sc_display_vendor, eip->edid_vendorname,
693 strlcpy(sc->sc_display_product, eip->edid_productname,
697 mode = eip->edid_preferred_mode;
715 kmem_free(eip, sizeof(struct edid_info));
  /src/sys/dev/pci/
radeonfb.c 1979 struct edid_info *eip = &sc->sc_ports[i].rp_edid; local in function:radeonfb_getconnectors
2003 if (edid_parse(edid, eip) == 0) {
2007 edid_print(eip);
2017 == 0) && (edid_parse(edid, eip) == 0)) {
2021 edid_print(eip);

Completed in 18 milliseconds