Lines Matching defs:repository
67 int bi_repository; /* entry's repository(s) */
354 * int *repository);
413 * bootinfo_get(name, NULL, NULL, repository) == BI_E_BUF2SMALL
455 * int repository);
457 * Create/update a value in the bootinfo repository (standalone only).
460 * 0 => successful, valbuf[0..vallen-1] bytes stored in repository
465 int repository)
480 if (repository == 0) {
481 repository = BI_R_ALL;
485 * Check that we know about this name in the specified repository,
490 (repository & bip->bi_repository) == 0) {
493 if ((repository & bip->bi_repository) == BI_R_DHCPOPT) {