Searched defs:Head (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DGenLinkedList.h27 void *Head, member in struct:GenLinkedList
47 void *Head, member in struct:GenDoubleLinkedList
69 size_t Head, member in struct:GenLinkedOffsetList
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h217 } Head; typedef in typeref:struct:__anon729
219 void L_Init(Head *list);
220 void L_Insert(Element *Node, Head *HeadNode);
221 void L_Remove(Element *Node, Head *HeadNode);
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c148 static char *Head = NULL; variable
472 Head = optarg;
666 head = Head != NULL ? Head :
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3255 uint16_t Head; local
3351 Head = pLdBuf->log.head;
3354 (char *)&(pLogEntry[Head *pLcEntry[i].entry_size]);
3362 /* Head through the End */
3364 for (j = Head; j < (int)pLcEntry[i].num_entries; j++) {
3379 /* through the Head */
3380 for (j = 0; j < Head; j++) {
3466 Head = pPlBuf->panic_log.head;
3468 pLogString = (char *)&(pLogEntry[Head * PanicLogEntrySize]);
3475 /* Head throug
[all...]

Completed in 54 milliseconds