Lines Matching +defs:val +defs:service
415 uintptr_t service = wsp->walk_addr;
418 if (!service)
424 /* move on to next service */
427 service + OFFSETOF(nsc_service_t, s_next)) == -1) {
501 uintptr_t val = wsp->walk_addr;
504 if (!val)
510 /* move on to next val */
513 val + OFFSETOF(nsc_val_t, sv_next)) == -1) {
1374 nsc_service_t *service;
1394 service = mdb_zalloc(sizeof (*service), UM_SLEEP | UM_GC);
1396 if (mdb_vread(service, sizeof (*service), addr) != sizeof (*service)) {
1402 mdb_printf("%-?s %8Tname\n", "service");
1406 if (service->s_name) {
1408 (uintptr_t)service->s_name) == -1) {
1422 if (service->s_servers == NULL) {
1427 argc, argv, (uintptr_t)service->s_servers) == -1) {
1435 if (service->s_clients == NULL) {
1440 argc, argv, (uintptr_t)service->s_clients) == -1) {
1475 mdb_printf("%-?s %8T%-?s %8Tfunc\n", "svc", "service");
1511 mdb_printf("%-?s %8T%8-s %8Tname\n", "val", "value");