Home | History | Annotate | Download | only in fio

Lines Matching full:tooltiptext

56 	const char *tooltiptext[2];
62 .tooltiptext = { "Disconnect from host", "Connect to host" },
68 .tooltiptext = { "Send job description to host", NULL },
74 .tooltiptext = { "Start the current job on the server", NULL },
182 if (s->tooltiptext[sensitive])
183 return s->tooltiptext[sensitive];
185 return s->tooltiptext[0];