Searched refs:dlh (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dtc.c94 void *dlh; local
103 dlh = dlopen(buf, RTLD_LAZY);
104 if (!dlh) {
106 dlh = BODY;
107 if (dlh == NULL) {
108 dlh = BODY = dlopen(NULL, RTLD_LAZY);
109 if (dlh == NULL)
115 q = dlsym(dlh, buf);
140 void *dlh; local
149 dlh
[all...]
H A Dm_ematch.c132 void *dlh; local
142 dlh = dlopen(buf, RTLD_LAZY);
143 if (dlh == NULL) {
144 dlh = body;
145 if (dlh == NULL) {
146 dlh = body = dlopen(NULL, RTLD_LAZY);
147 if (dlh == NULL)
153 e = dlsym(dlh, buf);
H A Dm_pedit.c75 void *dlh; local
85 dlh = dlopen(buf, RTLD_LAZY);
86 if (dlh == NULL) {
87 dlh = pBODY;
88 if (dlh == NULL) {
89 dlh = pBODY = dlopen(NULL, RTLD_LAZY);
90 if (dlh == NULL)
96 p = dlsym(dlh, buf);
H A Dm_action.c67 void *dlh; local
80 dlh = dlopen(buf, RTLD_LAZY);
81 if (dlh == NULL) {
82 dlh = aBODY;
83 if (dlh == NULL) {
84 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
85 if (dlh == NULL)
91 a = dlsym(dlh, buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dbfin_5xx.c854 unsigned short dlh, dll; local
877 dlh = UART_GET_DLH(uart);
884 *baud = get_sclk() / (16*(dll | dlh << 8));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_dtree.c4070 struct ldtentry *slh, *dlh = NULL; local
4130 dlh = (struct ldtentry *) h;
4135 dlh->index = slh->index; /* little-endian */
4139 memcpy(dlh, slh, 6 + len * 2);
4145 dlh->next = dsi;
4222 dlh->next = -1;

Completed in 99 milliseconds