Searched refs:kuri (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 1396 char kuri[1024]; local 1452 (void) snprintf(kuri, sizeof (kuri), "kstat:/net/link/%s/%d", 1454 stat = kstat2_lookup_map(nd_khandle, kuri, &map); 1456 VLOG_WARN("kstat2_lookup_map of %s failed: %s", kuri, 1479 (void) snprintf(kuri, sizeof (kuri), "kstat:/net/%s/link/%d", 1481 stat = kstat2_lookup_map(nd_khandle, kuri, &map); 1483 VLOG_WARN("kstat2_lookup_map of %s failed: %s", kuri, 1518 (void) snprintf(kuri, sizeo [all...] |
H A D | dpif-solaris.c | 413 char kuri[1024]; local 449 (void) snprintf(kuri, sizeof (kuri), 451 stat = kstat2_lookup_map(dpif_khandle, kuri, &map); 457 "of %s failed: %s", kuri, 470 (void) snprintf(kuri, sizeof (kuri), 472 stat = kstat2_lookup_map(dpif_khandle, kuri, &map); 477 "of %s failed: %s", kuri,
|
H A D | util-solaris.c | 3914 char kuri[1024]; local 3930 (void) snprintf(kuri, sizeof (kuri), 3932 stat = kstat2_lookup_map(handle, kuri, &map);
|
Completed in 1143 milliseconds