Lines Matching defs:bufs
983 dt_link_error(dtrace_hdl_t *dtp, Elf *elf, int fd, dt_link_pair_t *bufs,
999 while ((pair = bufs) != NULL) {
1000 bufs = pair->dlp_next;
1031 dt_link_pair_t *pair, *bufs = NULL;
1035 return (dt_link_error(dtp, elf, fd, bufs,
1040 return (dt_link_error(dtp, elf, fd, bufs,
1048 return (dt_link_error(dtp, elf, fd, bufs, "archives are not "
1052 return (dt_link_error(dtp, elf, fd, bufs,
1057 return (dt_link_error(dtp, elf, fd, bufs, "corrupt file: %s",
1081 return (dt_link_error(dtp, elf, fd, bufs,
1086 return (dt_link_error(dtp, elf, fd, bufs,
1096 return (dt_link_error(dtp, elf, fd, bufs,
1221 return (dt_link_error(dtp, elf, fd, bufs,
1278 pair->dlp_next = bufs;
1279 bufs = pair;
1405 return (dt_link_error(dtp, elf, fd, bufs,
1410 return (dt_link_error(dtp, elf, fd, bufs,
1423 return (dt_link_error(dtp, elf, fd, bufs,
1450 while ((pair = bufs) != NULL) {
1451 bufs = pair->dlp_next;
1460 return (dt_link_error(dtp, elf, fd, bufs,