Searched refs:eip (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_fm.c417 shrink_ranges(zfs_ecksum_info_t *eip) argument
420 uint32_t new_allowed_gap = eip->zei_mingap + 1;
423 size_t max = eip->zei_range_count;
425 struct zei_ranges *r = eip->zei_ranges;
427 ASSERT3U(eip->zei_range_count, >, 0);
428 ASSERT3U(eip->zei_range_count, <=, MAX_RANGES);
454 ASSERT3U(output, <, eip->zei_range_count);
455 eip->zei_range_count = output;
456 eip->zei_mingap = mingap;
457 eip
461 add_range(zfs_ecksum_info_t *eip, int start, int end) argument
489 range_total_size(zfs_ecksum_info_t *eip) argument
523 zfs_ecksum_info_t *eip = kmem_zalloc(sizeof (*eip), KM_SLEEP); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr12570a.d7 DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; DW_OP_ge; DW_OP_lit2; DW_OP_shl; DW_OP_plus\)
H A Dpr12570b.d8 DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; DW_OP_ge; DW_OP_lit2; DW_OP_shl; DW_OP_plus\)
H A Dibt-plt-2b.d17 DW_CFA_offset: r8 \(eip\) at cfa-4
43 DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit9; DW_OP_ge; DW_OP_lit2; DW_OP_shl; DW_OP_plus\)
H A Dibt-plt-2d.d17 DW_CFA_offset: r8 \(eip\) at cfa-4
43 DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit9; DW_OP_ge; DW_OP_lit2; DW_OP_shl; DW_OP_plus\)
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstrsignal.c289 const struct signal_info *eip; local
297 for (eip = signal_table; eip -> name != NULL; eip++)
299 if (eip -> value >= num_signal_names)
301 num_signal_names = eip -> value + 1;
315 for (eip = signal_table; eip -> name != NULL; eip++)
317 signal_names[eip
[all...]
H A Dstrerror.c513 const struct error_info *eip; local
521 for (eip = error_table; eip -> name != NULL; eip++)
523 if (eip -> value >= num_error_names)
525 num_error_names = eip -> value + 1;
539 for (eip = error_table; eip -> name != NULL; eip++)
541 error_names[eip
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dstrsignal.c289 const struct signal_info *eip; local
297 for (eip = signal_table; eip -> name != NULL; eip++)
299 if (eip -> value >= num_signal_names)
301 num_signal_names = eip -> value + 1;
315 for (eip = signal_table; eip -> name != NULL; eip++)
317 signal_names[eip
[all...]
H A Dstrerror.c513 const struct error_info *eip; local
521 for (eip = error_table; eip -> name != NULL; eip++)
523 if (eip -> value >= num_error_names)
525 num_error_names = eip -> value + 1;
539 for (eip = error_table; eip -> name != NULL; eip++)
541 error_names[eip
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstrsignal.c289 const struct signal_info *eip; local
297 for (eip = signal_table; eip -> name != NULL; eip++)
299 if (eip -> value >= num_signal_names)
301 num_signal_names = eip -> value + 1;
315 for (eip = signal_table; eip -> name != NULL; eip++)
317 signal_names[eip
[all...]
H A Dstrerror.c513 const struct error_info *eip; local
521 for (eip = error_table; eip -> name != NULL; eip++)
523 if (eip -> value >= num_error_names)
525 num_error_names = eip -> value + 1;
539 for (eip = error_table; eip -> name != NULL; eip++)
541 error_names[eip
[all...]
/netbsd-current/sys/fs/efs/
H A Defs_vnops.c118 efs_check_possible(struct vnode *vp, struct efs_inode *eip, accmode_t accmode) argument
134 efs_check_permitted(struct vnode *vp, struct efs_inode *eip, accmode_t accmode, argument
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
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 local
247 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local
480 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local
568 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local
583 struct efs_inode *eip = EFS_VTOI(vp); local
608 struct efs_inode *eip = EFS_VTOI(vp); local
696 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local
777 struct efs_inode *eip = EFS_VTOI(ap->a_vp); local
[all...]
H A Defs_vfsops.c372 struct efs_inode *eip; local
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
492 struct efs_inode *eip; local
[all...]
H A Defs_inode.h61 #define EFS_ITOV(eip) ((struct vnode *)(eip)->ei_vp)
H A Defs_subr.c412 efs_extent_iterator_init(struct efs_extent_iterator *exi, struct efs_inode *eip, argument
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
581 struct efs_inode *eip = exi->exi_eip; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dstrsignal.c289 const struct signal_info *eip; local
297 for (eip = signal_table; eip -> name != NULL; eip++)
299 if (eip -> value >= num_signal_names)
301 num_signal_names = eip -> value + 1;
315 for (eip = signal_table; eip -> name != NULL; eip++)
317 signal_names[eip
[all...]
H A Dstrerror.c513 const struct error_info *eip; local
521 for (eip = error_table; eip -> name != NULL; eip++)
523 if (eip -> value >= num_error_names)
525 num_error_names = eip -> value + 1;
539 for (eip = error_table; eip -> name != NULL; eip++)
541 error_names[eip
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstrsignal.c289 const struct signal_info *eip; local
297 for (eip = signal_table; eip -> name != NULL; eip++)
299 if (eip -> value >= num_signal_names)
301 num_signal_names = eip -> value + 1;
315 for (eip = signal_table; eip -> name != NULL; eip++)
317 signal_names[eip
[all...]
H A Dstrerror.c513 const struct error_info *eip; local
521 for (eip = error_table; eip -> name != NULL; eip++)
523 if (eip -> value >= num_error_names)
525 num_error_names = eip -> value + 1;
539 for (eip = error_table; eip -> name != NULL; eip++)
541 error_names[eip
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dstrsignal.c289 const struct signal_info *eip; local
297 for (eip = signal_table; eip -> name != NULL; eip++)
299 if (eip -> value >= num_signal_names)
301 num_signal_names = eip -> value + 1;
315 for (eip = signal_table; eip -> name != NULL; eip++)
317 signal_names[eip
[all...]
H A Dstrerror.c513 const struct error_info *eip; local
521 for (eip = error_table; eip -> name != NULL; eip++)
523 if (eip -> value >= num_error_names)
525 num_error_names = eip -> value + 1;
539 for (eip = error_table; eip -> name != NULL; eip++)
541 error_names[eip
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-mpx-inval-2.s9 bndmk (%eip), %bnd2
41 bndstx %bnd1, base(%eip)
48 bndldx base(%eip), %bnd3
54 bndmk bnd2, [eip]
87 bndstx [eip+base], bnd3
95 bndldx bnd3, [eip+base]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Droot_dse.c81 entry_info_t **eip; local
83 for ( eip = &extra_info; *eip != NULL; eip = &(*eip)->next ) {
84 if ( (*eip)->func == func && (*eip)->arg == arg ) {
85 entry_info_t *ei = *eip;
87 *eip = ei->next;
101 entry_info_t **eip; local
[all...]
/netbsd-current/lib/libc/arch/i386/sys/
H A D__sigtramp2.S64 .cfi_offset eip, UC_GREGS_EIP
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dcfi32.d15 DW_CFA_offset: r8 \(eip\) at cfa\-4

Completed in 393 milliseconds

123