Home | History | Annotate | Download | only in strace

Lines Matching refs:ifc

253 	struct_ifconf *ifc =
254 entering(tcp) ? malloc(sizeof(*ifc)) : alloca(sizeof(*ifc));
265 if (!ifc || umove(tcp, addr, ifc) < 0) {
267 free(ifc);
290 if (ifc->ifc_buf)
291 print_ifc_len(ifc->ifc_len);
293 set_tcb_priv_data(tcp, ifc, free);
300 if (entering_ifc->ifc_buf && (entering_ifc->ifc_len != ifc->ifc_len))
302 if (!entering_ifc->ifc_buf || (entering_ifc->ifc_len != ifc->ifc_len))
303 print_ifc_len(ifc->ifc_len);
309 if (entering_ifc->ifc_buf != ifc->ifc_buf) {
311 printaddr(ptr_to_kulong(ifc->ifc_buf));
316 print_array(tcp, ptr_to_kulong(ifc->ifc_buf),
317 ifc->ifc_len / sizeof(struct_ifreq),