Searched defs:clname (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Dtc_util.c148 char clname[IDNAME_MAX] = {}; local
150 if (id_to_name(cls_names, h, clname))
151 snprintf(buf, blen, "%s#%s", clname, handle);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c5159 const HChar *clname,
5167 A caller of this function is responsible for checking that clname and
5170 if (VG_STREQ(clname, "RT")) {
5181 else if (VG_STREQ(clname, "TS")) {
5190 else if (VG_STREQ(clname, "IA")) {
5200 else if (VG_STREQ(clname, "FSS")) {
5209 else if (VG_STREQ(clname, "FX")) {
5222 VG_(unimplemented)("Syswrap of the priocntlsys call where clname=%s.",
5223 clname);
5228 VG_(unimplemented)("Syswrap of the priocntlsys call where clname
5158 mem_priocntlsys_parm(ThreadId tid, Bool pre, Bool reade, const HChar *clname, vki_pc_vaparm_t *parm) argument
5409 post_mem_write_priocntlsys_clinfo(ThreadId tid, const HChar *clname, Addr clinfo) argument
[all...]

Completed in 456 milliseconds