Searched defs:ITEM (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_list.c40 #define ITEM(i) ((av1394_list_item_t *)(i)) macro
71 ITEM(item)->i_next = NULL;
72 ITEM(item)->i_prev = lp->l_tail;
91 ITEM(item)->i_next = lp->l_head;
92 ITEM(item)->i_prev = NULL;
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl908 ITEM: { label
922 last ITEM;
934 last ITEM;
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dmenu.h59 typedef struct ITEM { struct
70 struct ITEM *left;
71 struct ITEM *right;
72 struct ITEM *up;
73 struct ITEM *down;
74 } ITEM; typedef in typeref:struct:ITEM
97 ITEM **items;
99 ITEM *curitem; /* Current item */
137 extern ITEM **menu_items(MENU *),
140 extern MENU *new_menu(ITEM **);
[all...]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h175 } ITEM; typedef in typeref:struct:item
229 extern ITEM **pstate; /* pointers to the descriptions of the states */
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c263 } ITEM; typedef in typeref:struct:__anon1485
265 static ITEM *item;
275 ITEM *cur_item;

Completed in 64 milliseconds