Home
last modified time | relevance | path

Searched refs:sp_head (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c2415 Sfio_t* sp_head = 0; in opthelp() local
3017 if (!sp_head) in opthelp()
3019 sp_head = sp_body; in opthelp()
3655 if (sp_head) in opthelp()
3657 if (!(t = sfstruse(sp_head))) in opthelp()
3661 sfclose(sp_head); in opthelp()
3662 sp_head = 0; in opthelp()
4077 if (sp_head) in opthelp()
4078 sfclose(sp_head); in opthelp()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c99 uint8_t sp_head; member
397 bd->bd_hds = bc_sp.sp_head + 1; in bd_get_diskinfo_cd()