Lines Matching defs:bufs
981 dt_link_error(dtrace_hdl_t *dtp, Elf *elf, int fd, dt_link_pair_t *bufs,
997 while ((pair = bufs) != NULL) {
998 bufs = pair->dlp_next;
1029 dt_link_pair_t *pair, *bufs = NULL;
1033 return (dt_link_error(dtp, elf, fd, bufs,
1038 return (dt_link_error(dtp, elf, fd, bufs,
1046 return (dt_link_error(dtp, elf, fd, bufs, "archives are not "
1050 return (dt_link_error(dtp, elf, fd, bufs,
1055 return (dt_link_error(dtp, elf, fd, bufs, "corrupt file: %s",
1079 return (dt_link_error(dtp, elf, fd, bufs,
1084 return (dt_link_error(dtp, elf, fd, bufs,
1094 return (dt_link_error(dtp, elf, fd, bufs,
1223 return (dt_link_error(dtp, elf, fd, bufs,
1280 pair->dlp_next = bufs;
1281 bufs = pair;
1407 return (dt_link_error(dtp, elf, fd, bufs,
1412 return (dt_link_error(dtp, elf, fd, bufs,
1425 return (dt_link_error(dtp, elf, fd, bufs,
1452 while ((pair = bufs) != NULL) {
1453 bufs = pair->dlp_next;
1462 return (dt_link_error(dtp, elf, fd, bufs,