Searched defs:last_offset (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptjoin.c59 int last_offset; local
73 last_offset = opt_info.offset;
108 if (!rep || opt_info.index != last_index || opt_info.offset != last_offset)
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c87 uint_t last_offset, /* last ind. in cur. dirblock */
119 if ((tmp_SUA_p + tmp_SUA_len) > (dirp + last_offset)) {
82 parse_sua( uchar_t *name_p, int *name_len_p, int *name_change_p, uchar_t *dirp, uint_t last_offset, struct hs_direntry *hdp, struct hsfs *fsp, uchar_t *search_sig, int search_num) argument
H A Dhsfs_rrip.c445 uint_t last_offset, /* last index into current dir block */
474 dirp, last_offset,
440 rrip_namecopy( char *from, char *to, char *tmp_name, uchar_t *dirp, uint_t last_offset, struct hsfs *fsp, struct hs_direntry *hdp) argument
H A Dhsfs_node.c112 uint_t last_offset, char *nm, int nmlen, struct hsfs *fsp,
771 uint_t last_offset; /* last index in directory */ local
859 last_offset = (offset & MAXBMASK) + fbp->fb_count;
861 switch (process_dirblock(fbp, &offset, last_offset,
929 int last_offset) /* last offset in dirp */
1010 &name_change_flag, dirp, last_offset,
1073 ((on_disk_dirlen > last_offset) ||
1445 uint_t last_offset, /* upper index */
1488 while (*offset < last_offset) {
1510 *offset + hdlen > last_offset) {
923 hs_parsedir( struct hsfs *fsp, uchar_t *dirp, struct hs_direntry *hdp, char *dnp, int *dnlen, int last_offset) argument
1442 process_dirblock( struct fbuf *fbp, uint_t *offset, uint_t last_offset, char *nm, int nmlen, struct hsfs *fsp, struct hsnode *dhp, struct vnode *dvp, struct vnode **vpp, int *error) argument
[all...]
H A Dhsfs_vnops.c498 uint_t last_offset; /* last index into current dir block */ local
531 last_offset = (offset & MAXBMASK) + fbp->fb_count;
535 while (offset < last_offset) {
548 offset + hdlen > last_offset) {
567 &hd, dname, &dnamelen, last_offset - offset)) {
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtraptrace.h98 uint_t last_offset; /* to "know" what trace completed */ member in struct:__anon10266::__anon10267
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dtraptrace.h67 uint64_t last_offset; /* most recently completed entry */ member in struct:htrap_trace_hdr
143 uint_t last_offset; /* to "know" what trace completed */ member in struct:__anon10373::__anon10374
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c194 off_t last_offset; /* last offset */ local
381 last_offset = 0;
450 off2 = last_offset;
586 last_offset = offset;
1024 off_t last_offset; /* last offset */ local
1238 offset = last_offset = 0;
1318 off2 = last_offset;
1383 slotp->size = (int)(offset - last_offset);
1391 last_offset = offset;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c1036 static uint_t last_offset = 0; local
1041 last_offset != offset)) {
1081 last_offset = offset;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1801 uint64_t last_object, last_offset; member in struct:receive_writer_arg
2191 drrw->drr_offset < rwa->last_offset)) {
2195 rwa->last_offset = drrw->drr_offset;

Completed in 104 milliseconds