Lines Matching refs:seq_printf
148 seq_printf(m, "\nInterface %d:\n\n", mpc->dev_num); in mpc_show()
149 …seq_printf(m, "Ingress Entries:\nIP address State Holding time Packets fwded VPI VCI\… in mpc_show()
154 seq_printf(m, "%-16s%s%-14lu%-12u", in mpc_show()
161 seq_printf(m, " %-3d %-3d", in mpc_show()
164 seq_printf(m, "\n"); in mpc_show()
167 seq_printf(m, "\n"); in mpc_show()
168 …seq_printf(m, "Egress Entries:\nIngress MPC ATM addr\nCache-id State Holding time Pac… in mpc_show()
172 seq_printf(m, "%02x", p[i]); in mpc_show()
173 seq_printf(m, "\n%-16lu%s%-14lu%-15u", in mpc_show()
182 seq_printf(m, "%-16s", ip_string); in mpc_show()
185 seq_printf(m, " %-3d %-3d", in mpc_show()
188 seq_printf(m, "\n"); in mpc_show()
190 seq_printf(m, "\n"); in mpc_show()