Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c193 static ofmt_cb_t print_phys_one_hwgrp_cb, print_wlan_attr_cb; variable
876 { "LINK", 13, PHYS_H_LINK, print_phys_one_hwgrp_cb},
877 { "RINGTYPE", 9, PHYS_H_RINGTYPE, print_phys_one_hwgrp_cb},
878 { "RINGS", RINGSTRLEN, PHYS_H_RINGS, print_phys_one_hwgrp_cb},
879 { "CLIENTS", 24, PHYS_H_CLIENTS, print_phys_one_hwgrp_cb},
3819 print_phys_one_hwgrp_cb(ofmt_arg_t *ofarg, char *buf, uint_t bufsize) in print_phys_one_hwgrp_cb() function