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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c47 struct Link struct
49 struct Link *next;
64 struct Link *svar; /* save shell variable table */
229 register struct Link *lp;
249 register struct Link *lp;
283 lp = (struct Link*)malloc(sizeof(*np)+2*sizeof(void*));
324 register struct Link *lp, *lq;
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h509 #define Link _Link macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c61 typedef struct Link { struct
64 struct Link *next;
65 } Link; typedef in typeref:struct:Link
74 Link *alts;
211 #define DEL() { Link *_l = qhead; if ((qhead = qhead->next) == NULL) \
230 static Link *froot, *next_link;
273 static Link *newlink(uchar_t lit, Node *n);
1358 Link *l;
1390 Link *l;
1412 Link *qhea
[all...]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h562 /* Link to the next tx_sw_packet in the list */
563 SINGLE_LIST_LINK Link; member in struct:_tx_sw_packet
583 /* Link to the next rx_sw_packet_t in the list */
584 SINGLE_LIST_LINK Link; member in struct:_rx_sw_packet

Completed in 297 milliseconds