Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintlist.c40 struct stringlist ehead = { 0, 0 }; variable
41 struct stringlist *elist = &ehead;
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c637 int ehead, int esect, int ecyl,
641 int ehead, int esect, int ecyl,
647 int *ehead, int *esect, int *ecyl,
1757 int ehead; in load() local
1801 &bcyl, &ehead, &esect, &ecyl, &rsect, &numsect)) { in load()
1949 bsect, bcyl, ehead, esect, ecyl, rsect, numsect, in load()
1996 bcyl, ehead, esect, ecyl, rsect, numsect, in load()
2019 &ehead, &esect, &ecyl, &rsect, &numsect)) { in load()
2033 Table[i].endhead == ehead && in load()
2062 temp->parts[0].endhead == ehead && in load()
[all …]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1720 struct element_st *ehead = NULL, *etail = NULL; in read_po() local
1745 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po()
1777 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po()
1816 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po()
1826 tmp_domain->gettext_head = ehead; in read_po()
1833 return (ehead); in read_po()