Home
last modified time | relevance | path

Searched refs:func_params (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/byacc/test/
H A Dgrammar.y291 static ParameterList *func_params; variable
348 if (func_params != 0) { in haveAnsiParam()
349 for (p = func_params->first; p != 0; p = p->next) { in haveAnsiParam()
418 if (func_params != NULL) {
419 set_param_types(func_params, &$1, &$2);
489 func_params = &($2->head->params);
506 func_params = NULL;
524 func_params = &($1->head->params);
532 func_params = NULL;
1040 func_params = NULL; in yaccError()
[all …]
/freebsd-12.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c321 static ParameterList *func_params; variable
378 if (func_params != 0) { in haveAnsiParam()
379 for (p = func_params->first; p != 0; p = p->next) { in haveAnsiParam()
947 func_params = NULL; in yaccError()
1060 func_params = NULL; in process_file()
1333 if (func_params != NULL) { in YYPARSE_DECL()
1405 func_params->begin_comment = cur_file->begin_comment; in YYPARSE_DECL()
1406 func_params->end_comment = cur_file->end_comment; in YYPARSE_DECL()
1423 func_params = NULL; in YYPARSE_DECL()
1444 func_params->end_comment = cur_file->end_comment; in YYPARSE_DECL()
[all …]
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c341 static ParameterList *func_params; variable
398 if (func_params != 0) { in haveAnsiParam()
399 for (p = func_params->first; p != 0; p = p->next) { in haveAnsiParam()
1202 func_params = NULL; in yaccError()
1315 func_params = NULL; in process_file()
2059 if (func_params != NULL) { in YYPARSE_DECL()
2131 func_params->begin_comment = cur_file->begin_comment; in YYPARSE_DECL()
2132 func_params->end_comment = cur_file->end_comment; in YYPARSE_DECL()
2149 func_params = NULL; in YYPARSE_DECL()
2170 func_params->end_comment = cur_file->end_comment; in YYPARSE_DECL()
[all …]
/freebsd-12.1/sys/dev/bxe/
H A Dbxe.c3893 func_params.f_obj = &sc->func_obj; in bxe_func_wait_started()
3897 func_params.cmd = ECORE_F_CMD_TX_STOP; in bxe_func_wait_started()
3901 func_params.cmd = ECORE_F_CMD_TX_START; in bxe_func_wait_started()
3985 func_params.f_obj = &sc->func_obj; in bxe_func_stop()
3986 func_params.cmd = ECORE_F_CMD_STOP; in bxe_func_stop()
4014 func_params.f_obj = &sc->func_obj; in bxe_reset_hw()
4015 func_params.cmd = ECORE_F_CMD_HW_RESET; in bxe_reset_hw()
9397 func_params.f_obj = &sc->func_obj; in bxe_init_hw()
9398 func_params.cmd = ECORE_F_CMD_HW_INIT; in bxe_init_hw()
10612 func_params.f_obj = &sc->func_obj; in bxe_func_start()
[all …]
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dfcoe_common.h1068 …struct scsi_init_func_params func_params /* Common SCSI init params passed by driver to FW in func… member
H A Discsi_common.h1760 …struct scsi_init_func_params func_params /* Common SCSI init params passed by driver to FW in func… member
H A Dqlnx_os.c119 struct ecore_pf_params *func_params);
5818 qlnx_nic_setup(struct ecore_dev *cdev, struct ecore_pf_params *func_params) in qlnx_nic_setup() argument
5824 p_hwfn->pf_params = *func_params; in qlnx_nic_setup()
/freebsd-12.1/contrib/gcc/
H A Dc-common.c7014 tree func_params = tree_cons (NULL_TREE, dst, in build_block_object_assign_call_exp() local
7019 return build_function_call (build_block_object_assign_decl (), func_params); in build_block_object_assign_call_exp()
7051 tree func_params = tree_cons (NULL_TREE, src, in build_block_object_dispose_call_exp() local
7055 return build_function_call (build_block_object_dispose_decl (), func_params); in build_block_object_dispose_call_exp()