Home
last modified time | relevance | path

Searched refs:last_part (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A Dp12auxpars.c368 goto last_part; in parse_pkcs12()
386 goto last_part; in parse_pkcs12()
398 goto last_part; in parse_pkcs12()
417 goto last_part; in parse_pkcs12()
437 goto last_part; in parse_pkcs12()
441 last_part: in parse_pkcs12()
/titanic_50/usr/src/lib/libpkg/common/
H A Dp12lib.c1590 goto last_part; in parse_pkcs12()
1608 goto last_part; in parse_pkcs12()
1620 goto last_part; in parse_pkcs12()
1639 goto last_part; in parse_pkcs12()
1659 goto last_part; in parse_pkcs12()
1663 last_part: in parse_pkcs12()
/titanic_50/usr/src/uts/sun/io/
H A Dfd.c3091 uint_t last_part; /* last block of the partition */ in fdstart() local
3214 last_part = start_part + dkm->dkl_nblk; in fdstart()
3216 if ((blk + (bp->b_bcount / ch->fdc_sec_size)) > last_part) in fdstart()
3217 len = (last_part - blk) * ch->fdc_sec_size; in fdstart()