Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c206 static ofmt_cb_t print_phys_one_hwgrp_cb, print_wlan_attr_cb; variable
908 { "LINK", 13, PHYS_H_LINK, print_phys_one_hwgrp_cb},
909 { "RINGTYPE", 9, PHYS_H_RINGTYPE, print_phys_one_hwgrp_cb},
910 { "RINGS", RINGSTRLEN, PHYS_H_RINGS, print_phys_one_hwgrp_cb},
911 { "CLIENTS", 24, PHYS_H_CLIENTS, print_phys_one_hwgrp_cb},
3941 print_phys_one_hwgrp_cb(ofmt_arg_t *ofarg, char *buf, uint_t bufsize) in print_phys_one_hwgrp_cb() function