Searched refs:f_size (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/nsswitch/files/common/ |
H A D | getexecattr.c | 105 int f_size = 0; in _exec_files_XY_all() local 132 f_size = f_stat.st_size; in _exec_files_XY_all() 155 if ((f_buf = malloc(f_size)) == NULL) { in _exec_files_XY_all() 160 if (read(exec_fd, f_buf, f_size) < f_size) { in _exec_files_XY_all() 183 f_size = f_stat.st_size; in _exec_files_XY_all() 193 linelen = _readbufline(f_buf, f_size, instr, be->minbuf, in _exec_files_XY_all()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_fmt.c | 92 size_t f_size; /* Size of type in bytes, or SZ_NONE */ member 651 switch (fp->f_size) { in mdb_fmt_print() 669 if (mdb_tgt_aread(t, as, buf, fp->f_size, addr) != in mdb_fmt_print() 670 fp->f_size) { in mdb_fmt_print() 675 switch (fp->f_size) { in mdb_fmt_print() 695 addr += fp->f_size; in mdb_fmt_print() 733 switch (fp->f_size) { in cmd_formats() 744 mdb_printf(" (%lu bytes)\n", fp->f_size); in cmd_formats()
|
/titanic_50/usr/src/cmd/filesync/ |
H A D | recon.c | 602 if (fp->f_info[OPT_SRC].f_size != fp->f_info[OPT_DST].f_size) in samedata() 728 if (fp->f_info[OPT_SRC].f_size && fp->f_info[OPT_DST].f_size) in truncated() 732 if (fp->f_info[OPT_BASE].f_size == 0) in truncated()
|
H A D | anal.c | 505 if (np->f_size != rp->f_size) in check_changes() 793 if (fcp->f_size != basp->f_size) in find_link() 930 lp->f_info[which].f_size = fp->f_info[which].f_size; in link_update()
|
H A D | rename.c | 153 size = new->f_info[side].f_size; in find_oldname() 188 if (fp->f_info[OPT_BASE].f_size != size) in find_oldname()
|
H A D | eval.c | 671 ip->f_size = sp->st_size; in note_info() 716 np->f_size = ip->f_size; in do_update()
|
H A D | database.h | 135 off_t f_size; /* length in bytes */ member
|
H A D | base.c | 574 ip->f_size = (off_t) ll; /* size */ in read_baseline() 864 ll = ip->f_size; in bw_file()
|
H A D | action.c | 1004 fp->f_info[srcdst].f_size = pp->f_info[srcdst].f_size; in do_rename()
|
/titanic_50/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fasvar.h | 74 ushort_t f_size; member
|
/titanic_50/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 1018 kmem_free(active, active->f_size); in fas_attach() 1244 kmem_free(active, active->f_size); in fas_dr_detach() 9206 ((old_active == NULL) ? -1 : old_active->f_size)); in fas_alloc_active_slots() 9214 fas->f_active[slot]->f_size = size; in fas_alloc_active_slots() 9222 kmem_free((caddr_t)old_active, old_active->f_size); in fas_alloc_active_slots()
|