Searched defs:ehead (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintlist.c42 struct stringlist ehead = { 0, 0 }; variable in typeref:struct:stringlist
43 struct stringlist *elist = &ehead;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1723 struct element_st *ehead = NULL, *etail = NULL; local
1748 add_node_to_polist(&ehead, &etail, tmp_elem);
1780 add_node_to_polist(&ehead, &etail, tmp_elem);
1819 add_node_to_polist(&ehead, &etail, tmp_elem);
1829 tmp_domain->gettext_head = ehead;
1836 return (ehead);
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c159 "[ -A id:act:bhead:bsect:bcyl:ehead:esect:ecyl:rsect:numsect ]\n"
161 "[ -D id:act:bhead:bsect:bcyl:ehead:esect:ecyl:rsect:numsect ]\n"
167 " -A id:act:bhead:bsect:bcyl:ehead:esect:ecyl:rsect:numsect\n"
174 " ehead = ending head for end of partition\n"
184 " -D id:act:bhead:bsect:bcyl:ehead:esect:ecyl:rsect:numsect\n"
645 int ehead, int esect, int ecyl,
649 int ehead, int esect, int ecyl,
655 int *ehead, int *esect, int *ecyl,
1759 int ehead; local
1803 &bcyl, &ehead,
2291 insert_tbl( int id, int act, int bhead, int bsect, int bcyl, int ehead, int esect, int ecyl, uint32_t rsect, uint32_t numsect, int startindex) argument
2367 entry_from_old_table( int id, int act, int bhead, int bsect, int bcyl, int ehead, int esect, int ecyl, uint32_t rsect, uint32_t numsect, int startindex) argument
2568 pars_fdisk( char *line, int *id, int *act, int *bhead, int *bsect, int *bcyl, int *ehead, int *esect, int *ecyl, uint32_t *rsect, uint32_t *numsect) argument
[all...]

Completed in 63 milliseconds