Symbol: Head
usr/src/cmd/acpi/iasl/cvparser.c
175
ACPI_FILE_NODE *Head);
usr/src/cmd/acpi/iasl/cvparser.c
446
ACPI_FILE_NODE *Head)
usr/src/cmd/acpi/iasl/cvparser.c
448
ACPI_FILE_NODE *Current = Head;
usr/src/cmd/acpi/iasl/cvparser.c
487
ACPI_FILE_NODE *Head)
usr/src/cmd/acpi/iasl/cvparser.c
489
ACPI_FILE_NODE *Current = Head;
usr/src/cmd/ldap/common/common.c
2492
void L_Init(Head *list)
usr/src/cmd/ldap/common/common.c
2502
void L_Insert(Element *Node, Head *HeadNode)
usr/src/cmd/ldap/common/common.c
2522
void L_Remove(Element *Node, Head *HeadNode)
usr/src/cmd/ldap/common/ldapdelete.c
185
Head HeadNode;
usr/src/cmd/ldap/common/ldapdelete.c
209
if ( ((Head *)&HeadNode)->count > 1 ) {
usr/src/cmd/ldap/common/ldapdelete.c
212
printf( gettext("Are you sure you want to delete the entire branch rooted at %s? [no]\n"), (char *)((Element *)(((Head *)&HeadNode)->first))->data);
usr/src/cmd/ldap/common/ldapdelete.c
224
for ( datalist = ((Head *)&HeadNode)->last; datalist; datalist = datalist->left ) {
usr/src/cmd/ldap/common/ldapdelete.c
229
L_Remove(datalist, (Head *)&HeadNode);
usr/src/cmd/ldap/common/ldaptool.h
219
void L_Init(Head *list);
usr/src/cmd/ldap/common/ldaptool.h
220
void L_Insert(Element *Node, Head *HeadNode);
usr/src/cmd/ldap/common/ldaptool.h
221
void L_Remove(Element *Node, Head *HeadNode);
usr/src/cmd/pr/pr.c
146
static char *Head = NULL;
usr/src/cmd/pr/pr.c
470
Head = optarg;
usr/src/cmd/pr/pr.c
664
head = Head != NULL ? Head :
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3263
uint16_t Head;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3360
Head = pLdBuf->log.head;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3363
(char *)&(pLogEntry[Head *pLcEntry[i].entry_size]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3373
for (j = Head; j < (int)pLcEntry[i].num_entries; j++) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3389
for (j = 0; j < Head; j++) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3475
Head = pPlBuf->panic_log.head;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3477
pLogString = (char *)&(pLogEntry[Head * PanicLogEntrySize]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3486
for (j = Head; j < (int)PanicLogEntryCount; j++) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3501
for (j = 0; j < Head; j++) {
usr/src/uts/intel/sys/acpi/acconvert.h
250
ACPI_FILE_NODE *Head);