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

123456

/freebsd-9.3-release/lib/libgssapi/
H A Dgss_release_cred.c45 while (SLIST_FIRST(&cred->gc_mc)) {
46 mc = SLIST_FIRST(&cred->gc_mc);
H A Dgss_release_name.c46 while (SLIST_FIRST(&name->gn_mn)) {
48 mn = SLIST_FIRST(&name->gn_mn);
H A Dgss_export_name.c50 mn = SLIST_FIRST(&name->gn_mn);
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c212 curnode = SLIST_FIRST(symlist);
254 curnode = SLIST_FIRST(symlist);
301 node1 = SLIST_FIRST(symlist);
317 while((node = SLIST_FIRST(symlist_src2)) != NULL) {
566 while (SLIST_FIRST(&masks) != NULL) {
569 curnode = SLIST_FIRST(&masks);
572 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
579 while (SLIST_FIRST(&aliases) != NULL) {
582 curnode = SLIST_FIRST(&aliases);
591 while (SLIST_FIRST(
[all...]
H A Daicasm.c217 for (include_dir = SLIST_FIRST(&search_path);
276 if (SLIST_FIRST(&scope_stack) == NULL
277 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) {
283 process_scope(SLIST_FIRST(&scope_stack));
290 dump_scope(SLIST_FIRST(&scope_stack));
398 for (cur_node = SLIST_FIRST(&patch_functions);
547 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions);
568 for (cur_func = SLIST_FIRST(&patch_functions);
774 if (SLIST_FIRST(&scope_stack) != NULL) {
775 TAILQ_INSERT_TAIL(&SLIST_FIRST(
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_osfp.c381 while ((fp = SLIST_FIRST(&V_pf_osfp_list))) {
384 while ((fp = SLIST_FIRST(&pf_osfp_list))) {
387 while ((entry = SLIST_FIRST(&fp->fp_oses))) {
683 SLIST_FIRST(&f2->fp_oses)->fp_class_nm,
684 SLIST_FIRST(&f2->fp_oses)->fp_version_nm,
685 SLIST_FIRST(&f2->fp_oses)->fp_subtype_nm,
686 SLIST_FIRST(&f->fp_oses)->fp_class_nm,
687 SLIST_FIRST(&f->fp_oses)->fp_version_nm,
688 SLIST_FIRST(&f->fp_oses)->fp_subtype_nm);
691 SLIST_FIRST(
[all...]
/freebsd-9.3-release/lib/libc/stdlib/
H A Dhcreate.c143 ie = SLIST_FIRST(&htable[idx]);
165 ie = SLIST_FIRST(head);
/freebsd-9.3-release/contrib/openbsm/compat/
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); \
193 if (SLIST_FIRST((head)) == (elm)) { \
197 struct type *curelm = SLIST_FIRST((head)); \
207 SLIST_FIRST((hea
[all...]
/freebsd-9.3-release/sys/sys/
H A Dqueue.h165 #define SLIST_FIRST(head) ((head)->slh_first) macro
168 for ((var) = SLIST_FIRST((head)); \
173 for ((var) = ((var) ? (var) : SLIST_FIRST((head))); \
178 for ((var) = SLIST_FIRST((head)); \
183 for ((var) = ((var) ? (var) : SLIST_FIRST((head))); \
188 for ((varp) = &SLIST_FIRST((head)); \
193 SLIST_FIRST((head)) = NULL; \
202 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
203 SLIST_FIRST((head)) = (elm); \
210 if (SLIST_FIRST((hea
[all...]
/freebsd-9.3-release/sys/arm/at91/
H A Duart_bus_at91usart.c84 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/arm/s3c2xx0/
H A Duart_bus_s3c2410.c51 sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/arm/sa11x0/
H A Duart_bus_sa1110.c72 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/arm/xscale/i80321/
H A Duart_bus_i80321.c69 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/adm5120/
H A Duart_bus_adm5120.c86 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/alchemy/
H A Duart_bus_alchemy.c80 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/malta/
H A Duart_bus_maltausart.c81 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/rmi/
H A Duart_bus_xlr_iodi.c69 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/sentry5/
H A Duart_bus_sbusart.c85 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/bin/pkill/
H A Dpkill.c409 if (SLIST_FIRST(&ruidlist) != NULL && li == NULL) {
417 if (SLIST_FIRST(&rgidlist) != NULL && li == NULL) {
425 if (SLIST_FIRST(&euidlist) != NULL && li == NULL) {
433 if (SLIST_FIRST(&ppidlist) != NULL && li == NULL) {
441 if (SLIST_FIRST(&pgrplist) != NULL && li == NULL) {
453 if (SLIST_FIRST(&tdevlist) != NULL && li == NULL) {
461 if (SLIST_FIRST(&sidlist) != NULL && li == NULL) {
474 if (SLIST_FIRST(&jidlist) != NULL && li == NULL) {
487 if (SLIST_FIRST(&classlist) != NULL && li == NULL) {
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_sleepq.c141 td->sleepqueue = SLIST_FIRST(&sq->sq_freeq);
165 sq2 = SLIST_FIRST(&sq->sq_freeq);
/freebsd-9.3-release/sys/arm/xscale/i8134x/
H A Duart_bus_i81342.c74 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/atheros/
H A Duart_bus_ar71xx.c76 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/cavium/
H A Duart_bus_octeonusart.c101 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/idt/
H A Duart_bus_rc32434.c87 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
/freebsd-9.3-release/sys/mips/nlm/
H A Duart_bus_xlp_iodi.c77 sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);

Completed in 155 milliseconds

123456