Home
last modified time | relevance | path

Searched refs:ehead (Results 1 – 3 of 3) sorted by last modified time

/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
2033 Table[i].endhead == ehead && in load()
2292 int ehead, int esect, int ecyl, in insert_tbl() argument
2326 0 <= ehead && ehead <= MAX_HEAD + 1) { in insert_tbl()
2345 ehead = MAX_HEAD + 1; in insert_tbl()
2351 Table[i].endhead = (uchar_t)ehead; in insert_tbl()
2379 int ehead, int esect, int ecyl, in entry_from_old_table() argument
[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()