Lines Matching refs:strlen

167 	mad_dump_field(IB_PORT_LID_F, buf + strlen(buf),  in show_port_info()
168 sizeof buf - strlen(buf), val); in show_port_info()
169 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
171 mad_dump_field(IB_PORT_SMLID_F, buf + strlen(buf), in show_port_info()
172 sizeof buf - strlen(buf), val); in show_port_info()
173 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
175 mad_dump_field(IB_PORT_LMC_F, buf + strlen(buf), in show_port_info()
176 sizeof buf - strlen(buf), val); in show_port_info()
177 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
179 mad_dump_field(IB_PORT_LINK_WIDTH_SUPPORTED_F, buf + strlen(buf), in show_port_info()
180 sizeof buf - strlen(buf), val); in show_port_info()
181 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
183 mad_dump_field(IB_PORT_LINK_WIDTH_ENABLED_F, buf + strlen(buf), in show_port_info()
184 sizeof buf - strlen(buf), val); in show_port_info()
185 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
187 mad_dump_field(IB_PORT_LINK_WIDTH_ACTIVE_F, buf + strlen(buf), in show_port_info()
188 sizeof buf - strlen(buf), val); in show_port_info()
189 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
191 mad_dump_field(IB_PORT_LINK_SPEED_SUPPORTED_F, buf + strlen(buf), in show_port_info()
192 sizeof buf - strlen(buf), val); in show_port_info()
193 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
195 mad_dump_field(IB_PORT_LINK_SPEED_ENABLED_F, buf + strlen(buf), in show_port_info()
196 sizeof buf - strlen(buf), val); in show_port_info()
197 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
199 mad_dump_field(IB_PORT_LINK_SPEED_ACTIVE_F, buf + strlen(buf), in show_port_info()
200 sizeof buf - strlen(buf), val); in show_port_info()
201 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
205 buf + strlen(buf), sizeof buf - strlen(buf), in show_port_info()
207 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
210 buf + strlen(buf), sizeof buf - strlen(buf), in show_port_info()
212 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
215 buf + strlen(buf), sizeof buf - strlen(buf), in show_port_info()
217 sprintf(buf + strlen(buf), "%s", "\n"); in show_port_info()
222 mad_dump_field(IB_PORT_MKEY_F, buf + strlen(buf), in show_port_info()
223 sizeof buf - strlen(buf), val); in show_port_info()
225 snprint_field(buf+strlen(buf), sizeof(buf)-strlen(buf), in show_port_info()
227 sprintf(buf+strlen(buf), "%s", "\n"); in show_port_info()
229 mad_dump_field(IB_PORT_MKEY_LEASE_F, buf + strlen(buf), in show_port_info()
230 sizeof buf - strlen(buf), val); in show_port_info()
231 sprintf(buf+strlen(buf), "%s", "\n"); in show_port_info()
233 mad_dump_field(IB_PORT_MKEY_PROT_BITS_F, buf + strlen(buf), in show_port_info()
234 sizeof buf - strlen(buf), val); in show_port_info()
235 sprintf(buf+strlen(buf), "%s", "\n"); in show_port_info()