Searched refs:acts (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsv.c161 static const char *acts; variable
217 *acts == 'x' ? ok("runsv not running")
445 acts = "s";
451 acts = "x";
456 acts = "x";
460 acts = "d";
464 acts = "tc";
470 acts = "c";
476 acts = action;
481 acts
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmbfrd.tex6 This stream acts as a cache. It caches the bytes read from the specified
30 This stream acts as a cache. It caches the bytes to be written to the specified
H A Dinputstr.tex136 buffer. This buffer acts like a temporary buffer where data which has to be
152 This function acts like the previous one except that it takes only one
H A Dscpdarry.tex86 This operator acts like the standard [] indexing operator for C++ arrays. The
H A Ddataviewmodel.tex46 define the data model (which acts as an interface between
H A Dstream.tex120 Gets a single char from the stream buffer. It acts like the Read call.
H A Dauimanager.tex205 either by window pointer or by pane name, which acts as a unique id for
H A DwxPython.tex39 looks, smells, tastes and acts almost the same as the wxFrame class in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpdescgen.c661 const struct action * acts; local
675 acts = s->actionList;
687 while(acts[i].name)
690 str = strcat_str(str, len, &tmplen, acts[i].name);
693 args = acts[i].args;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpdescgen.c603 const struct action * acts; local
617 acts = s->actionList;
629 while(acts[i].name)
632 str = strcat_str(str, len, &tmplen, acts[i].name);
635 args = acts[i].args;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.c884 * @acts: table of interrupt actions
894 const struct intr_info *acts)
900 for ( ; acts->mask; ++acts) {
901 if (!(status & acts->mask))
903 if (acts->fatal) {
905 dev_alert(adapter->pdev_dev, "%s (0x%x)\n", acts->msg,
906 status & acts->mask);
907 } else if (acts->msg && printk_ratelimit())
908 dev_warn(adapter->pdev_dev, "%s (0x%x)\n", acts
893 t4_handle_intr_status(struct adapter *adapter, unsigned int reg, const struct intr_info *acts) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S209 | _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
223 | _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_hw.c1386 * @acts: table of interrupt actions
1398 const struct intr_info *acts,
1404 for (; acts->mask; ++acts) {
1405 if (!(status & acts->mask))
1407 if (acts->fatal) {
1410 acts->msg, status & acts->mask);
1411 } else if (acts->msg)
1413 acts
1396 t3_handle_intr_status(struct adapter *adapter, unsigned int reg, unsigned int mask, const struct intr_info *acts, unsigned long *stats) argument
[all...]

Completed in 123 milliseconds