Searched refs:f_size (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c105 int f_size = 0; local
132 f_size = f_stat.st_size;
155 if ((f_buf = malloc(f_size)) == NULL) {
160 if (read(exec_fd, f_buf, f_size) < f_size) {
183 f_size = f_stat.st_size;
193 linelen = _readbufline(f_buf, f_size, instr, be->minbuf,
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Drename.c153 size = new->f_info[side].f_size;
188 if (fp->f_info[OPT_BASE].f_size != size)
H A Drecon.c602 if (fp->f_info[OPT_SRC].f_size != fp->f_info[OPT_DST].f_size)
728 if (fp->f_info[OPT_SRC].f_size && fp->f_info[OPT_DST].f_size)
732 if (fp->f_info[OPT_BASE].f_size == 0)
H A Danal.c505 if (np->f_size != rp->f_size)
793 if (fcp->f_size != basp->f_size)
930 lp->f_info[which].f_size = fp->f_info[which].f_size;
H A Ddatabase.h135 off_t f_size; /* length in bytes */ member in struct:fileinfo
H A Deval.c671 ip->f_size = sp->st_size;
716 np->f_size = ip->f_size;
H A Dbase.c574 ip->f_size = (off_t) ll; /* size */
864 ll = ip->f_size;
H A Daction.c1004 fp->f_info[srcdst].f_size = pp->f_info[srcdst].f_size;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c92 size_t f_size; /* Size of type in bytes, or SZ_NONE */ member in struct:mdb_fmt_desc
651 switch (fp->f_size) {
669 if (mdb_tgt_aread(t, as, buf, fp->f_size, addr) !=
670 fp->f_size) {
675 switch (fp->f_size) {
695 addr += fp->f_size;
733 switch (fp->f_size) {
744 mdb_printf(" (%lu bytes)\n", fp->f_size);
/opensolaris-onvv-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h74 ushort_t f_size; member in struct:f_slots
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1019 kmem_free(active, active->f_size);
1245 kmem_free(active, active->f_size);
9207 ((old_active == NULL) ? -1 : old_active->f_size));
9215 fas->f_active[slot]->f_size = size;
9223 kmem_free((caddr_t)old_active, old_active->f_size);

Completed in 130 milliseconds