Home
last modified time | relevance | path

Searched refs:fstring (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/prom/
H A Dmisc_32.c36 prom_feval(char *fstring) in prom_feval() argument
39 if(!fstring || fstring[0] == 0) in prom_feval()
43 (*(romvec->pv_fortheval.v0_eval))(strlen(fstring), fstring); in prom_feval()
45 (*(romvec->pv_fortheval.v2_eval))(fstring); in prom_feval()
H A Dmisc_64.c69 void prom_feval(const char *fstring) in prom_feval() argument
73 if (!fstring || fstring[0] == 0) in prom_feval()
78 args[3] = (unsigned long) fstring; in prom_feval()
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaUtils.cpp373 char fstring[30]; in get_buf_from_file_FBC() local
375 get_string_by_format(fstring, f); in get_buf_from_file_FBC()
376 snprintf(filePath, 100, inputFilePath, index, sw, sh, fstring); in get_buf_from_file_FBC()
424 char fstring[30]; in output_buf_data_to_file_FBC() local
426 get_string_by_format(fstring, f); in output_buf_data_to_file_FBC()
427 snprintf(filePath, 100, outputFilePath, index, sw, sh, fstring); in output_buf_data_to_file_FBC()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-filter.txt134 char *fstring;
140 fstring = tep_filter_make_string(filter, event->id);
141 if (fstring != NULL) {
142 /* The filter for the event is in fstring */
143 free(fstring);