Searched refs:print_phys_one_mac_cb (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/dladm/ |
H A D | dladm.c | 191 static ofmt_cb_t print_lacp_cb, print_phys_one_mac_cb; variable 854 { "LINK", 13, PHYS_M_LINK, print_phys_one_mac_cb}, 855 { "SLOT", 9, PHYS_M_SLOT, print_phys_one_mac_cb}, 856 { "ADDRESS", 19, PHYS_M_ADDRESS, print_phys_one_mac_cb}, 857 { "INUSE", 5, PHYS_M_INUSE, print_phys_one_mac_cb}, 858 { "CLIENT", 13, PHYS_M_CLIENT, print_phys_one_mac_cb}, 3774 print_phys_one_mac_cb(ofmt_arg_t *ofarg, char *buf, uint_t bufsize) in print_phys_one_mac_cb() function
|