Home
last modified time | relevance | path

Searched refs:func (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dbootgraph.pl55 my $func = $2;
57 $start{$func} = $1;
58 $type{$func} = 0;
64 $pids{$func} = $1;
71 my $func;
73 $func = "wait_" . $pid . "_1";
77 $func = "wait_" . $pid . "_" . $pidctr{$pid};
80 $start{$func} = $1;
81 $type{$func} = 1;
86 $pids{$func} = $pid;
[all …]
H A Dcheckstack.pl113 my ($func, $file, $lastslash);
117 $func = $1;
143 my $intro = "$addr $func [$file]:";
160 my $intro = "$addr $func [$file]:";
H A Dkernel-doc1422 my $func = "output_${functype}_$output_mode";
1427 &$func(@_);
1436 my $func = "output_blockhead_" . $output_mode;
1437 &$func(@_);
1447 my $func = "dump_" . $decl_type;
1448 &$func(@_);
2022 my $func;
H A Dcheckpatch.pl2650 for my $func (@dep_functions) {
2651 if ($line =~ /\b$func\b/) {
2652 ERROR("Don't use $func(): see Documentation/feature-removal-schedule.txt\n" . $herecurr);
/utopia/UTPA2-700.0.x/projects/build/scripts/tracing/
H A Ddraw_functrace.py35 def __init__(self, func, time = None, parent = None): argument
36 self._func = func
44 def calls(self, func, calltime): argument
49 child = CallTree(func, calltime, self)
53 def getParent(self, func): argument
60 while tree != CallTree.ROOT and tree._func != func:
63 child = CallTree.ROOT.calls(func, None)
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c306 const char *func; member
315 .func = "Help",
321 .func = "Sym Info",
327 .func = "Insts",
333 .func = "Config",
339 .func = "Back",
345 .func = "Save",
351 .func = "Load",
357 .func = "Sym Search",
363 .func = "Exit",
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dpci.h31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
H A Dpg.h46 char func; /* PG_RESET or PG_COMMAND */ member
H A Dreiserfs_fs.h1918 read_proc_t * func);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/nsk2/
H A Dnsk_282.h1389 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A Dnsk_282.h1432 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A Dnsk_282.h1432 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A Dnsk_282.h1432 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A Dnsk_282.h1432 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A Dnsk_282.h1434 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile224 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
225 # func(std::string) {}). This also make the inheritance and collaboration
H A Dbsp.dxyfile223 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
224 # func(std::string) {}). This also make the inheritance and collaboration
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.0757 //new dfb will not call this func,