| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | bootgraph.pl | 55 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 D | checkstack.pl | 113 my ($func, $file, $lastslash); 117 $func = $1; 143 my $intro = "$addr $func [$file]:"; 160 my $intro = "$addr $func [$file]:";
|
| H A D | kernel-doc | 1422 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 D | checkpatch.pl | 2650 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 D | draw_functrace.py | 35 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 D | nconf.c | 306 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 D | pci.h | 31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
| H A D | pg.h | 46 char func; /* PG_RESET or PG_COMMAND */ member
|
| H A D | reiserfs_fs.h | 1918 read_proc_t * func);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/nsk2/ |
| H A D | nsk_282.h | 1389 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/ |
| H A D | nsk_282.h | 1432 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/ |
| H A D | nsk_282.h | 1432 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/ |
| H A D | nsk_282.h | 1432 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/ |
| H A D | nsk_282.h | 1432 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/ |
| H A D | nsk_282.h | 1434 NSK2HDI_VFUNCTION *func; /*!< @brief pointer to registered function.*/ member
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 224 # 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 D | bsp.dxyfile | 223 # 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 D | mvideo.c.0 | 757 //new dfb will not call this func,
|