/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | optjoin.c | 59 int last_offset; in optjoin() local 73 last_offset = opt_info.offset; in optjoin() 108 if (!rep || opt_info.index != last_index || opt_info.offset != last_offset) in optjoin()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_node.c | 112 uint_t last_offset, char *nm, int nmlen, struct hsfs *fsp, 771 uint_t last_offset; /* last index in directory */ in hs_dirlook() local 859 last_offset = (offset & MAXBMASK) + fbp->fb_count; in hs_dirlook() 861 switch (process_dirblock(fbp, &offset, last_offset, in hs_dirlook() 929 int last_offset) /* last offset in dirp */ in hs_parsedir() argument 1010 &name_change_flag, dirp, last_offset, in hs_parsedir() 1073 ((on_disk_dirlen > last_offset) || in hs_parsedir() 1445 uint_t last_offset, /* upper index */ in process_dirblock() argument 1488 while (*offset < last_offset) { in process_dirblock() 1510 *offset + hdlen > last_offset) { in process_dirblock() [all …]
|
H A D | hsfs_susp_subr.c | 87 uint_t last_offset, /* last ind. in cur. dirblock */ in parse_sua() argument 119 if ((tmp_SUA_p + tmp_SUA_len) > (dirp + last_offset)) { in parse_sua()
|
H A D | hsfs_rrip.c | 445 uint_t last_offset, /* last index into current dir block */ in rrip_namecopy() argument 474 dirp, last_offset, in rrip_namecopy()
|
H A D | hsfs_vnops.c | 498 uint_t last_offset; /* last index into current dir block */ in hsfs_readdir() local 531 last_offset = (offset & MAXBMASK) + fbp->fb_count; in hsfs_readdir() 535 while (offset < last_offset) { in hsfs_readdir() 548 offset + hdlen > last_offset) { in hsfs_readdir() 567 &hd, dname, &dnamelen, last_offset - offset)) { in hsfs_readdir()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | hsfs_impl.h | 62 struct hs_direntry *hdp, char *dnp, int *dnlen, int last_offset);
|
H A D | hsfs_rrip.h | 302 uchar_t *dirp, uint_t last_offset,
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 194 off_t last_offset; /* last offset */ in ufs_dirlook() local 381 last_offset = 0; in ufs_dirlook() 450 off2 = last_offset; in ufs_dirlook() 586 last_offset = offset; in ufs_dirlook() 1024 off_t last_offset; /* last offset */ in ufs_dircheckforname() local 1238 offset = last_offset = 0; in ufs_dircheckforname() 1318 off2 = last_offset; in ufs_dircheckforname() 1383 slotp->size = (int)(offset - last_offset); in ufs_dircheckforname() 1391 last_offset = offset; in ufs_dircheckforname()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | traptrace.h | 67 uint64_t last_offset; /* most recently completed entry */ member 143 uint_t last_offset; /* to "know" what trace completed */ member
|
/titanic_44/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 538 mdb_printf(" last_offset = 0x%x\n", ctl->d.last_offset); in ttctl() 719 ((uintptr_t)buf + (uintptr_t)ctl->d.last_offset); in ttrace_walk_init() 887 mdb_printf(" last_offset = 0x%lx\n", hdr.last_offset); in httctl() 1008 ((uintptr_t)buf + (uintptr_t)hdr->last_offset); in httrace_walk_init()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 1036 static uint_t last_offset = 0; in pf_check_vlan_tag() local 1041 last_offset != offset)) { in pf_check_vlan_tag() 1081 last_offset = offset; in pf_check_vlan_tag()
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 255 ctlp->d.offset = ctlp->d.last_offset = 0; in mlsetup()
|
H A D | mp_startup.c | 315 ctlp->d.offset = ctlp->d.last_offset = 0; in setup_cpu_common()
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | traptrace.h | 98 uint_t last_offset; /* to "know" what trace completed */ member
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 1674 uint64_t last_object, last_offset; member 2049 drrw->drr_offset < rwa->last_offset)) { in receive_write() 2053 rwa->last_offset = drrw->drr_offset; in receive_write()
|