Searched refs:SLIST_FIRST (Results 1 - 25 of 53) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_release_cred.c41 while (SLIST_FIRST(&cred->gc_mc)) {
42 mc = SLIST_FIRST(&cred->gc_mc);
H A Dgss_release_name.c47 while (SLIST_FIRST(&name->gn_mn)) {
49 mn = SLIST_FIRST(&name->gn_mn);
H A Dgss_export_name.c47 mn = SLIST_FIRST(&name->gn_mn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_release_cred.c41 while (SLIST_FIRST(&cred->gc_mc)) {
42 mc = SLIST_FIRST(&cred->gc_mc);
H A Dgss_release_name.c47 while (SLIST_FIRST(&name->gn_mn)) {
49 mn = SLIST_FIRST(&name->gn_mn);
H A Dgss_export_name.c47 mn = SLIST_FIRST(&name->gn_mn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_release_cred.c41 while (SLIST_FIRST(&cred->gc_mc)) {
42 mc = SLIST_FIRST(&cred->gc_mc);
H A Dgss_release_name.c47 while (SLIST_FIRST(&name->gn_mn)) {
49 mn = SLIST_FIRST(&name->gn_mn);
H A Dgss_export_name.c47 mn = SLIST_FIRST(&name->gn_mn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c216 curnode = SLIST_FIRST(symlist);
258 curnode = SLIST_FIRST(symlist);
305 node1 = SLIST_FIRST(symlist);
321 while((node = SLIST_FIRST(symlist_src2)) != NULL) {
580 while (SLIST_FIRST(&masks) != NULL) {
583 curnode = SLIST_FIRST(&masks);
586 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
593 while (SLIST_FIRST(&aliases) != NULL) {
596 curnode = SLIST_FIRST(&aliases);
605 while (SLIST_FIRST(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c216 curnode = SLIST_FIRST(symlist);
258 curnode = SLIST_FIRST(symlist);
305 node1 = SLIST_FIRST(symlist);
321 while((node = SLIST_FIRST(symlist_src2)) != NULL) {
580 while (SLIST_FIRST(&masks) != NULL) {
583 curnode = SLIST_FIRST(&masks);
586 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
593 while (SLIST_FIRST(&aliases) != NULL) {
596 curnode = SLIST_FIRST(&aliases);
605 while (SLIST_FIRST(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dqueue.h159 #define SLIST_FIRST(head) ((head)->slh_first) macro
162 for ((var) = SLIST_FIRST((head)); \
167 for ((var) = SLIST_FIRST((head)); \
172 for ((varp) = &SLIST_FIRST((head)); \
177 SLIST_FIRST((head)) = NULL; \
186 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
187 SLIST_FIRST((head)) = (elm); \
194 if (SLIST_FIRST((head)) == (elm)) { \
198 struct type *curelm = SLIST_FIRST((head)); \
212 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dqueue.h159 #define SLIST_FIRST(head) ((head)->slh_first) macro
162 for ((var) = SLIST_FIRST((head)); \
167 for ((var) = SLIST_FIRST((head)); \
172 for ((varp) = &SLIST_FIRST((head)); \
177 SLIST_FIRST((head)) = NULL; \
186 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
187 SLIST_FIRST((head)) = (elm); \
194 if (SLIST_FIRST((head)) == (elm)) { \
198 struct type *curelm = SLIST_FIRST((head)); \
212 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dqueue.h159 #define SLIST_FIRST(head) ((head)->slh_first) macro
162 for ((var) = SLIST_FIRST((head)); \
167 for ((var) = SLIST_FIRST((head)); \
172 for ((varp) = &SLIST_FIRST((head)); \
177 SLIST_FIRST((head)) = NULL; \
186 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
187 SLIST_FIRST((head)) = (elm); \
194 if (SLIST_FIRST((head)) == (elm)) { \
198 struct type *curelm = SLIST_FIRST((head)); \
212 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Dqueue.h125 #define SLIST_FIRST(head) ((head)->slh_first) macro
128 for ((var) = SLIST_FIRST((head)); \
133 SLIST_FIRST((head)) = NULL; \
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
143 SLIST_FIRST((head)) = (elm); \
149 if (SLIST_FIRST((head)) == (elm)) { \
153 struct type *curelm = SLIST_FIRST((head)); \
162 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Dqueue.h125 #define SLIST_FIRST(head) ((head)->slh_first) macro
128 for ((var) = SLIST_FIRST((head)); \
133 SLIST_FIRST((head)) = NULL; \
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
143 SLIST_FIRST((head)) = (elm); \
149 if (SLIST_FIRST((head)) == (elm)) { \
153 struct type *curelm = SLIST_FIRST((head)); \
162 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/sys/
H A Dqueue.h127 #define SLIST_FIRST(head) ((head)->slh_first) macro
130 for ((var) = SLIST_FIRST((head)); \
135 SLIST_FIRST((head)) = NULL; \
144 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
145 SLIST_FIRST((head)) = (elm); \
151 if (SLIST_FIRST((head)) == (elm)) { \
155 struct type *curelm = SLIST_FIRST((head)); \
164 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dqueue.h157 #define SLIST_FIRST(head) ((head)->slh_first) macro
160 for ((var) = SLIST_FIRST((head)); \
165 for ((var) = SLIST_FIRST((head)); \
170 for ((varp) = &SLIST_FIRST((head)); \
175 SLIST_FIRST((head)) = NULL; \
184 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
185 SLIST_FIRST((head)) = (elm); \
191 if (SLIST_FIRST((head)) == (elm)) { \
195 struct type *curelm = SLIST_FIRST((head)); \
205 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Dqueue.h135 #undef SLIST_FIRST macro
237 #define SLIST_FIRST(head) ((head)->slh_first) macro
240 for ((var) = SLIST_FIRST((head)); \
245 for ((varp) = &SLIST_FIRST((head)); \
250 SLIST_FIRST((head)) = NULL; \
259 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
260 SLIST_FIRST((head)) = (elm); \
266 if (SLIST_FIRST((head)) == (elm)) { \
270 struct type *curelm = SLIST_FIRST((head)); \
279 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Dqueue.h135 #undef SLIST_FIRST macro
237 #define SLIST_FIRST(head) ((head)->slh_first) macro
240 for ((var) = SLIST_FIRST((head)); \
245 for ((varp) = &SLIST_FIRST((head)); \
250 SLIST_FIRST((head)) = NULL; \
259 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
260 SLIST_FIRST((head)) = (elm); \
266 if (SLIST_FIRST((head)) == (elm)) { \
270 struct type *curelm = SLIST_FIRST((head)); \
279 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Dqueue.h135 #undef SLIST_FIRST macro
237 #define SLIST_FIRST(head) ((head)->slh_first) macro
240 for ((var) = SLIST_FIRST((head)); \
245 for ((varp) = &SLIST_FIRST((head)); \
250 SLIST_FIRST((head)) = NULL; \
259 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
260 SLIST_FIRST((head)) = (elm); \
266 if (SLIST_FIRST((head)) == (elm)) { \
270 struct type *curelm = SLIST_FIRST((head)); \
279 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dqueue.h157 #define SLIST_FIRST(head) ((head)->slh_first) macro
160 for ((var) = SLIST_FIRST((head)); \
165 for ((var) = SLIST_FIRST((head)); \
170 for ((varp) = &SLIST_FIRST((head)); \
175 SLIST_FIRST((head)) = NULL; \
184 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
185 SLIST_FIRST((head)) = (elm); \
191 if (SLIST_FIRST((head)) == (elm)) { \
195 struct type *curelm = SLIST_FIRST((head)); \
205 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/sys/
H A Dqueue.h157 #define SLIST_FIRST(head) ((head)->slh_first) macro
160 for ((var) = SLIST_FIRST((head)); \
165 for ((var) = SLIST_FIRST((head)); \
170 for ((varp) = &SLIST_FIRST((head)); \
175 SLIST_FIRST((head)) = NULL; \
184 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
185 SLIST_FIRST((head)) = (elm); \
191 if (SLIST_FIRST((head)) == (elm)) { \
195 struct type *curelm = SLIST_FIRST((head)); \
205 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/sys/
H A Dqueue.h157 #define SLIST_FIRST(head) ((head)->slh_first) macro
160 for ((var) = SLIST_FIRST((head)); \
165 for ((var) = SLIST_FIRST((head)); \
170 for ((varp) = &SLIST_FIRST((head)); \
175 SLIST_FIRST((head)) = NULL; \
184 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
185 SLIST_FIRST((head)) = (elm); \
191 if (SLIST_FIRST((head)) == (elm)) { \
195 struct type *curelm = SLIST_FIRST((head)); \
205 SLIST_FIRST((hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/sys/
H A Dqueue.h157 #define SLIST_FIRST(head) ((head)->slh_first) macro
160 for ((var) = SLIST_FIRST((head)); \
165 for ((var) = SLIST_FIRST((head)); \
170 for ((varp) = &SLIST_FIRST((head)); \
175 SLIST_FIRST((head)) = NULL; \
184 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
185 SLIST_FIRST((head)) = (elm); \
191 if (SLIST_FIRST((head)) == (elm)) { \
195 struct type *curelm = SLIST_FIRST((head)); \
205 SLIST_FIRST((hea
[all...]

Completed in 271 milliseconds

123