Home
last modified time | relevance | path

Searched refs:secno (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c53 #define PUTSECTOR(buf, secno, nosec) (putdisk(buf, (secno)*ISO_SECTOR_SIZE, \ argument
55 #define GETSECTOR(buf, secno, nosec) (getdisk(buf, (secno)*ISO_SECTOR_SIZE, \ argument
201 int secno; local
204 secno = HS_VOLDESC_SEC;
205 GETSECTOR(volp, secno++, 1);
214 hs_pvd_sec_no = secno-1;
235 int secno; local
238 secno = ISO_VOLDESC_SEC;
248 iso_pvd_sec_no = secno-1;
269 int secno; local
[all …]
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c61 ((secno)+(h)->cdroff)*ISO_SECTOR_SIZE, \
227 int secno; in findhsvol() local
231 secno = HS_VOLDESC_SEC; in findhsvol()
232 if ((err = GETCDSECTOR(h, volp, secno++, 1)) != 0) { in findhsvol()
243 h->hs_pvd_sec_no = secno-1; in findhsvol()
265 int secno; in findisovol() local
269 secno = ISO_VOLDESC_SEC; in findisovol()
281 h->iso_pvd_sec_no = secno-1; in findisovol()
303 int secno; in findunixvol() local
307 secno = ISO_VOLDESC_SEC; in findunixvol()
[all …]
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c362 sinfo->secno = scn_index; in traverse_file()
598 if (((sinfo->secno == in traverse_file()
600 (sinfo->secno == in traverse_file()
629 sinfo->secno = in traverse_file()
632 sinfo->secno = in traverse_file()
661 sinfo->secno -= acc; in traverse_file()
812 sh_info].secno < 0)) in build_file()
863 if (((int)i->secno != in build_file()
867 i->secno; in build_file()
928 if (((int)i->secno != in build_file()
[all …]
H A Dutils.c132 info->secno = (GElf_Word)NULLED; in apply_action()
135 info->secno = (GElf_Word)DELETED; in apply_action()
155 info->secno = info->osecno; in apply_action()
159 info->secno = (GElf_Word)EXPANDED; in apply_action()
185 info->secno = (GElf_Word)SHRUNK; in apply_action()
H A Dmcs.h117 GElf_Word secno; /* The new index */ member
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c364 uint_t secno; in hs_check_root_dirent() local
380 secno = LBN_TO_SEC(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp); in hs_check_root_dirent()
383 secbp = bread(fsp->hsfs_devvp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_check_root_dirent()
475 uint_t secno; in get_cont_area() local
491 secno = (uint_t)LBN_TO_SEC(cont_info_p->cont_lbn, fsp->hsfs_vfs); in get_cont_area()
492 secbp = bread(fsp->hsfs_devvp->v_rdev, secno * 4, HS_SECTOR_SIZE); in get_cont_area()
529 secbp = bread(fsp->hsfs_devvp->v_rdev, (secno + 1) * 4, in get_cont_area()
H A Dhsfs_vfsops.c529 uint_t secno; in compute_cdrom_id() local
1009 uint_t secno; in hs_findhsvol() local
1050 ++secno; in hs_findhsvol()
1139 uint_t secno; in hs_findisovol() local
1210 ++secno; in hs_findisovol()
1225 ++secno; in hs_findisovol()
1542 int secno; in hs_findvoldesc() local
1556 secno = desc_sec; in hs_findvoldesc()
1558 secno += desc_sec; in hs_findvoldesc()
1561 secno = desc_sec; in hs_findvoldesc()
[all …]
H A Dhsfs_node.c717 uint_t secno; in hs_remakenode() local
729 secno = LBN_TO_SEC(lbn, vfsp); in hs_remakenode()
730 secbp = bread(fsp->hsfs_devvp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_remakenode()
1399 uint_t secno; in hs_filldirent() local
1412 secno = LBN_TO_SEC(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp); in hs_filldirent()
1415 secbp = bread(fsp->hsfs_devvp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_filldirent()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h45 extern int hs_readsector(struct vnode *vp, uint_t secno, uchar_t *ptr);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3890 \newcount\secno \secno=0
4047 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
4067 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
4084 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
4129 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%
4156 {\appendixletter.\the\secno.\the\subsecno}%
6045 \ifnum\secno=0
6048 \putwordSection@tie \the\chapno.\the\secno
6050 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno
6056 \ifnum\secno=0
[all …]