Home | History | Annotate | Download | only in engines

Lines Matching defs:fdb

256 	int fdb;
263 fdb = binject_open_ctl(td);
264 if (fdb < 0)
269 if (ioctl(fdb, B_IOCTL_DEL, &bic) < 0)
272 close(fdb);
281 int fdb, dev_there, loops;
283 fdb = binject_open_ctl(td);
284 if (fdb < 0)
289 if (ioctl(fdb, B_IOCTL_ADD, &bic) < 0) {
291 close(fdb);
312 close(fdb);