OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_params
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/dev/scsipi/
ssvar.h
48
int (*
get_params
)(struct ss_softc *);
member in struct:ss_special
ss.c
529
if (ss->special && ss->special->
get_params
) {
531
error = (ss->special->
get_params
)(ss);
/src/external/gpl3/binutils/dist/gprofng/src/
Experiment.h
170
get_params
()
function in class:Experiment
DataSpace.cc
223
Collection_params *params = exp->
get_params
();
Expression.cc
221
* ctx->exp->
get_params
()->ptimer_usec;
Experiment.cc
3110
long long ptimer_usec =
get_params
()->ptimer_usec;
3206
Collection_params *cparam =
get_params
();
4678
int numstates =
get_params
()->lms_magic_id; // ugly, for old experiments
PathTree.cc
559
Collection_params *col_params = exp->
get_params
();
Dbe.cc
7692
hrtime_t interval = exp->
get_params
()->ptimer_usec * 1000LL // nanoseconds
8990
const hrtime_t ptimerTickDuration = exp->
get_params
()->ptimer_usec * 1000LL; // nanoseconds per tick
/src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.h
170
get_params
()
function in class:Experiment
DataSpace.cc
223
Collection_params *params = exp->
get_params
();
Expression.cc
221
* ctx->exp->
get_params
()->ptimer_usec;
Experiment.cc
3110
long long ptimer_usec =
get_params
()->ptimer_usec;
3206
Collection_params *cparam =
get_params
();
4678
int numstates =
get_params
()->lms_magic_id; // ugly, for old experiments
PathTree.cc
559
Collection_params *col_params = exp->
get_params
();
Dbe.cc
7692
hrtime_t interval = exp->
get_params
()->ptimer_usec * 1000LL // nanoseconds
8990
const hrtime_t ptimerTickDuration = exp->
get_params
()->ptimer_usec * 1000LL; // nanoseconds per tick
/src/sbin/fdisk/
fdisk.c
275
static int
get_params
(void);
2512
if (
get_params
() == -1) {
2605
get_params
(void)
function
/src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc
1271
int num_params = func->
get_params
().length ();
1285
gcc::jit::recording::function::
get_params
method, in
1295
return func->
get_params
().length ();
2224
int min_num_params = func->
get_params
().length ();
jit-recording.h
1285
const vec<param *> &
get_params
() const { return m_params; }
function in class:gcc::jit::recording::function
Completed in 100 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026