Lines Matching refs:fcn

1330 	const char		*fcn = "bam_menu()";  in bam_menu()  local
1387 BAM_DPRINTF(("%s: menu root is %s\n", fcn, menu_root)); in bam_menu()
1424 BAM_DPRINTF(("%s: derived pool=%s from special\n", fcn, pool)); in bam_menu()
1434 BAM_DPRINTF(("%s: top dataset mountpoint=%s\n", fcn, zmntpt)); in bam_menu()
1437 BAM_DPRINTF(("%s: zfs menu_root=%s\n", fcn, menu_root)); in bam_menu()
1443 BAM_DPRINTF(("%s: cleaned menu root is <%s>\n", fcn, clean_menu_root)); in bam_menu()
1448 BAM_DPRINTF(("%s: menu path is: %s\n", fcn, menu_path)); in bam_menu()
1479 BAM_DPRINTF(("%s: Failed to get boot capability\n", fcn)); in bam_menu()
1555 fcn, clean_menu_root)); in bam_menu()
1578 const char *fcn = "bam_archive()"; in bam_archive() local
1597 BAM_DPRINTF(("%s: Failed to get boot capability\n", fcn)); in bam_archive()
1815 const char *fcn = "list2file()"; in list2file() local
1940 BAM_DPRINTF(("%s: wrote file successfully: %s\n", fcn, path)); in list2file()
2752 const char *fcn = "read_one_list()"; in read_one_list() local
2759 fcn, path, strerror(errno))); in read_one_list()
2783 const char *fcn = "read_list()"; in read_list() local
2836 "filelist: %s: %s\n", fcn, path, strerror(errno))); in read_list()
4084 const char *fcn = "is_boot_archive()"; in is_boot_archive() local
4096 "instance: %s\n", fcn, root)); in is_boot_archive()
4101 fcn, root)); in is_boot_archive()
4122 const char *fcn = "is_grub()"; in is_grub() local
4140 fcn, path)); in is_grub()
4154 const char *fcn = "is_zfs()"; in is_zfs() local
4165 BAM_DPRINTF(("%s: is a ZFS filesystem: %s\n", fcn, root)); in is_zfs()
4168 BAM_DPRINTF(("%s: is *NOT* a ZFS filesystem: %s\n", fcn, root)); in is_zfs()
4178 const char *fcn = "is_pcfs()"; in is_pcfs() local
4189 BAM_DPRINTF(("%s: is a PCFS filesystem: %s\n", fcn, root)); in is_pcfs()
4193 fcn, root)); in is_pcfs()
4204 const char *fcn = "is_readonly()"; in is_readonly() local
4221 BAM_DPRINTF(("%s: is a READONLY filesystem: %s\n", fcn, root)); in is_readonly()
4231 BAM_DPRINTF(("%s: is a RDWR filesystem: %s\n", fcn, root)); in is_readonly()
4377 const char *fcn = "synchronize_BE_menu()"; in synchronize_BE_menu() local
4379 BAM_DPRINTF(("%s: entered. No args\n", fcn)); in synchronize_BE_menu()
4383 BAM_DPRINTF(("%s: not a Live Upgrade BE\n", fcn)); in synchronize_BE_menu()
4389 fcn, LU_MENU_CKSUM)); in synchronize_BE_menu()
4400 BAM_DPRINTF(("%s: opened checksum file: %s\n", fcn, LU_MENU_CKSUM)); in synchronize_BE_menu()
4413 BAM_DPRINTF(("%s: read checksum file: %s\n", fcn, LU_MENU_CKSUM)); in synchronize_BE_menu()
4428 BAM_DPRINTF(("%s: parsed checksum file: %s\n", fcn, LU_MENU_CKSUM)); in synchronize_BE_menu()
4456 BAM_DPRINTF(("%s: successfully generated checksum\n", fcn)); in synchronize_BE_menu()
4464 BAM_DPRINTF(("%s: generated checksum output valid\n", fcn)); in synchronize_BE_menu()
4480 BAM_DPRINTF(("%s: successfully parsed generated checksum\n", fcn)); in synchronize_BE_menu()
4486 BAM_DPRINTF(("%s: no change in checksum of GRUB menu\n", fcn)); in synchronize_BE_menu()
4493 BAM_DPRINTF(("%s: checksum of GRUB menu has changed\n", fcn)); in synchronize_BE_menu()
4507 BAM_DPRINTF(("%s: successfully propagated GRUB menu\n", fcn)); in synchronize_BE_menu()
4519 fcn, GRUB_BACKUP_MENU)); in synchronize_BE_menu()
4532 fcn, GRUB_BACKUP_MENU)); in synchronize_BE_menu()
4544 fcn, LU_MENU_CKSUM)); in synchronize_BE_menu()
4557 fcn, LU_MENU_CKSUM)); in synchronize_BE_menu()
4690 const char *fcn = "boot_entry_new()"; in boot_entry_new() local
4697 BAM_DPRINTF(("%s: new boot entry alloced\n", fcn)); in boot_entry_new()
4703 BAM_DPRINTF(("%s: (first) new boot entry created\n", fcn)); in boot_entry_new()
4712 BAM_DPRINTF(("%s: new boot entry linked in\n", fcn)); in boot_entry_new()
4733 const char *fcn = "check_cmd()"; in check_cmd() local
4735 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, arg, str)); in check_cmd()
4741 fcn, cmd, menu_cmds[which])); in check_cmd()
4749 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn)); in check_cmd()
4751 BAM_DPRINTF(("%s: returning FAILURE\n", fcn)); in check_cmd()
4760 const char *fcn = "kernel_parser()"; in kernel_parser() local
4768 BAM_DPRINTF(("%s: not a kernel command: %s\n", fcn, cmd)); in kernel_parser()
4774 fcn, arg)); in kernel_parser()
4778 BAM_DPRINTF(("%s: setting DBOOT flag: %s\n", fcn, arg)); in kernel_parser()
4783 fcn, arg)); in kernel_parser()
4788 fcn, arg)); in kernel_parser()
4793 "flag: %s\n", fcn, arg)); in kernel_parser()
4799 "flag: %s\n", fcn, arg)); in kernel_parser()
4803 BAM_DPRINTF(("%s: setting MULTIBOOT flag: %s\n", fcn, arg)); in kernel_parser()
4808 "flag: %s\n", fcn, arg)); in kernel_parser()
4811 BAM_DPRINTF(("%s: setting XEN HV flag: %s\n", fcn, arg)); in kernel_parser()
4814 BAM_DPRINTF(("%s: is HAND kernel flag: %s\n", fcn, arg)); in kernel_parser()
4823 BAM_DPRINTF(("%s: is UNKNOWN kernel entry: %s\n", fcn, arg)); in kernel_parser()
4835 const char *fcn = "module_parser()"; in module_parser() local
4843 BAM_DPRINTF(("%s: not module cmd: %s\n", fcn, cmd)); in module_parser()
4856 BAM_DPRINTF(("%s: bootadm or LU module cmd: %s\n", fcn, arg)); in module_parser()
4861 BAM_DPRINTF(("%s: is HAND module: %s\n", fcn, arg)); in module_parser()
4864 BAM_DPRINTF(("%s: is UNKNOWN module: %s\n", fcn, arg)); in module_parser()
4892 const char *fcn = "line_parser()"; in line_parser() local
4978 fcn, arg)); in line_parser()
4984 fcn, arg)); in line_parser()
5006 fcn, arg)); in line_parser()
5011 "FINDROOT: %s\n", fcn, arg)); in line_parser()
5016 "CHAINLOADER: %s\n", fcn, arg)); in line_parser()
5329 const char *fcn = "add_boot_entry()"; in add_boot_entry() local
5390 fcn, lineNum, entryNum)); in add_boot_entry()
5427 const char *fcn = "delete_boot_entry()"; in delete_boot_entry() local
5457 fcn, freed->lineNum)); in delete_boot_entry()
5472 BAM_DPRINTF(("%s: freeing entry: %d\n", fcn, tmp->entryNum)); in delete_boot_entry()
5522 const char *fcn = "create_diskmap()"; in create_diskmap() local
5547 fcn, GRUBDISK_MAP)); in create_diskmap()
5550 fcn, GRUBDISK_MAP)); in create_diskmap()
5761 const char *fcn = "find_primary_common()"; local
5767 BAM_DPRINTF(("%s: no sign dir: %s\n", fcn, signdir));
5807 BAM_DPRINTF(("%s: existing primary signs: zfs=%s ufs=%s lu=%s\n", fcn,
5833 BAM_DPRINTF(("%s: feeing LU sign: %s\n", fcn, lu));
5851 const char *fcn = "find_backup_common()"; local
5868 fcn, backup, strerror(error)));
5895 BAM_DPRINTF(("%s: existing backup signs: zfs=%s ufs=%s lu=%s\n", fcn,
5921 BAM_DPRINTF(("%s: feeing LU sign: %s\n", fcn, lu));
5933 const char *fcn = "find_ufs_existing()"; local
5938 BAM_DPRINTF(("%s: existing backup sign: %s\n", fcn,
5941 BAM_DPRINTF(("%s: existing primary sign: %s\n", fcn, sign));
5955 const char *fcn = "get_mountpoint()"; local
5957 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, special, fstype));
5976 "fstype=%s\n", fcn, special, fstype));
5984 fcn, special, mp.mnt_mountp));
6003 const char *fcn = "mount_legacy_dataset()"; local
6005 BAM_DPRINTF(("%s: entered. arg: %s\n", fcn, pool));
6036 fcn, pool));
6052 fcn, pool, tmpmnt));
6062 "present\n", fcn, pool, tmpmnt));
6079 fcn, pool, tmpmnt));
6097 const char *fcn = "mount_top_dataset()"; local
6101 BAM_DPRINTF(("%s: entered. arg: %s\n", fcn, pool));
6121 BAM_DPRINTF(("%s: is legacy, pool=%s\n", fcn, pool));
6128 BAM_DPRINTF(("%s: is *NOT* legacy, pool=%s\n", fcn, pool));
6156 fcn, pool));
6162 fcn, pool));
6174 BAM_DPRINTF(("%s: non-legacy pool %s mounted now\n", fcn, pool));
6210 fcn, pool, zmntpt));
6217 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
6226 const char *fcn = "umount_top_dataset()"; local
6234 "to umount\n", fcn, pool, mntpt ? mntpt : "NULL"));
6251 "successfully unmounted\n", fcn, pool));
6264 "successfully unmounted\n", fcn, pool));
6289 const char *fcn = "get_pool()"; local
6297 BAM_DPRINTF(("%s: osdev arg = %s\n", fcn, osdev));
6305 BAM_DPRINTF(("%s: got pool. pool = %s\n", fcn, pool));
6349 BAM_DPRINTF(("%s: got pool. pool = %s\n", fcn, pool));
6361 const char *fcn = "find_zfs_existing()"; local
6382 BAM_DPRINTF(("%s: existing backup sign: %s\n", fcn,
6385 BAM_DPRINTF(("%s: existing primary sign: %s\n", fcn, sign));
6398 const char *fcn = "find_existing_sign()"; local
6402 BAM_DPRINTF(("%s: checking for existing UFS sign\n", fcn));
6405 BAM_DPRINTF(("%s: checking for existing ZFS sign\n", fcn));
6461 const char *fcn = "cache_mnttab()"; local
6490 "fstype=%s\n", fcn, ctds, mnt.mnt_mountp, mnt.mnt_fstype));
6529 const char *fcn = "search_hash()"; local
6549 BAM_DPRINTF(("%s: no match in cache for: %s\n", fcn, special));
6555 BAM_DPRINTF(("%s: *MATCH* in cache for: %s\n", fcn, special));
6567 const char *fcn = "check_add_ufs_sign_to_list()"; local
6574 fcn, mntpt));
6603 fcn, mntpt));
6621 const char *fcn = "process_slice_common()"; local
6640 BAM_DPRINTF(("%s: slice does not exist: %s\n", fcn, path));
6720 const char *fcn = "process_vtoc_slices()"; local
6740 fcn, slice));
6753 "skipping: %s\n", fcn, slice));
6757 fcn, slice));
6766 fcn, slice));
6770 fcn, slice));
6794 const char *fcn = "process_efi_slices()"; local
6814 fcn, slice));
6827 fcn, slice));
6831 fcn, slice));
6840 fcn, slice));
6844 fcn, slice));
6871 const char *fcn = "process_slice0()"; local
6876 BAM_DPRINTF(("%s: slice 0 does not exist: %s\n", fcn, s0path));
6892 fcn, s0path));
6896 fcn, s0path));
6900 "reading: %s\n", fcn, s0path));
6905 fcn, s0path));
6910 fcn, s0path));
6914 "code: %s\n", fcn, s0path));
6925 fcn, s0path));
6928 BAM_DPRINTF(("%s: EFI: is INVALID: %s\n", fcn, s0path));
6932 "reading: %s\n", fcn, s0path));
6936 fcn, s0path));
6941 fcn, s0path));
6945 fcn, s0path));
6960 fcn, s0path));
6984 const char *fcn = "FindAllUfsSignatures()"; local
7027 bam_error(_("%s: failed to cache /etc/mnttab\n"), fcn);
7068 fcn, dp->d_name));
7120 fcn, UFS_SIGNATURE_LIST));
7123 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7133 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
7148 const char *fcn = "create_ufs_sign()"; local
7215 fcn, i));
7234 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7247 const char *fcn = "get_fstype()"; local
7285 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7295 const char *fcn = "create_zfs_sign()"; local
7297 BAM_DPRINTF(("%s: entered. arg: %s\n", fcn, osdev));
7311 BAM_DPRINTF(("%s: created ZFS sign: %s\n", fcn, tmpsign));
7315 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7324 const char *fcn = "create_new_sign()"; local
7329 BAM_DPRINTF(("%s: created new ZFS sign\n", fcn));
7332 BAM_DPRINTF(("%s: created new UFS sign\n", fcn));
7340 BAM_DPRINTF(("%s: created new sign: %s\n", fcn,
7356 const char *fcn = "set_backup_common()"; local
7367 fcn, sign));
7374 fcn, sign));
7376 BAM_DPRINTF(("%s: no backup file (%s) found.\n", fcn, backup));
7393 fcn, bdir));
7437 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7445 const char *fcn = "set_backup_ufs()"; local
7447 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, sign));
7458 const char *fcn = "set_backup_zfs()"; local
7460 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osdev, sign));
7485 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7487 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
7496 const char *fcn = "set_backup()"; local
7502 BAM_DPRINTF(("%s: setting UFS backup sign\n", fcn));
7505 BAM_DPRINTF(("%s: setting ZFS backup sign\n", fcn));
7514 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7516 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
7531 const char *fcn = "set_primary_common()"; local
7542 fcn, signfile));
7550 fcn, signdir));
7584 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7592 const char *fcn = "set_primary_ufs()"; local
7594 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, sign));
7605 const char *fcn = "set_primary_zfs()"; local
7607 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osdev, sign));
7642 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7644 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
7653 const char *fcn = "set_primary()"; local
7658 BAM_DPRINTF(("%s: setting UFS primary sign\n", fcn));
7661 BAM_DPRINTF(("%s: setting ZFS primary sign\n", fcn));
7670 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7672 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
7686 const char *fcn = "ufs_add_to_sign_list()"; local
7770 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7779 const char *fcn = "set_signature()"; local
7781 BAM_DPRINTF(("%s: entered. args: %s %s %s %s\n", fcn,
7787 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
7797 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
7799 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
7816 const char *fcn = "get_grubsign()"; local
7818 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, osdev));
7830 fcn, osroot, osdev));
7884 BAM_DPRINTF(("%s: successfully created grubsign %s\n", fcn, grubsign));
7896 const char *fcn = "get_title()"; local
7921 BAM_DPRINTF(("%s: got title: %s\n", fcn, cp));
7934 const char *fcn = "get_special()"; local
7961 "not in mnttab\n", fcn, mountp));
7966 BAM_DPRINTF(("%s: returning special: %s\n", fcn, mp.mnt_special));
7975 const char *fcn = "free_physarray()"; local
7980 BAM_DPRINTF(("%s: entering args: %d\n", fcn, n));
7987 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
8003 const char *fcn = "zfs_get_physical()"; local
8007 BAM_DPRINTF(("%s: entered. arg: %s\n", fcn, special));
8044 fcn, lp->line));
8061 "status\n", fcn, pool));
8082 fcn, i));
8110 fcn, dsk, pool));
8118 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
8127 const char *fcn = "get_physical()"; local
8136 BAM_DPRINTF(("%s: entered. arg: %s\n", fcn, menu_root));
8151 "menu_root=%s special=%s\n", fcn, menu_root, special));
8152 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
8171 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
8177 fcn, (*physarray)[i]));
8190 const char *fcn = "is_bootdisk()"; local
8195 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, physical));
8220 BAM_DPRINTF(("%s: returning ret = %d\n", fcn, ret));
8237 const char *fcn = "menu_on_bootdisk()"; local
8239 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, menu_root));
8260 fcn, physarray[i]));
8264 fcn, physarray[i]));
8273 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
8275 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
8284 const char *fcn = "bam_add_line()"; local
8293 BAM_DPRINTF(("%s: previous next exists\n", fcn));
8296 BAM_DPRINTF(("%s: previous next does not exist\n", fcn));
8302 BAM_DPRINTF(("%s: last line in entry\n", fcn));
8308 BAM_DPRINTF(("%s: last line in menu\n", fcn));
8334 const char *fcn = "find_boot_entry()"; local
8356 fcn, title));
8360 fcn, title, lp->arg));
8373 "we don't: %s\n", fcn, lp->arg));
8379 fcn, findroot, lp->arg));
8383 fcn, findroot));
8390 "don't: %s\n", fcn, lp->arg));
8396 fcn, root, lp->arg));
8399 BAM_DPRINTF(("%s: matched root: %s\n", fcn, root));
8408 BAM_DPRINTF(("%s: root NOT optional\n", fcn));
8411 BAM_DPRINTF(("%s: root IS optional\n", fcn));
8428 BAM_DPRINTF(("%s: kernel match: %s, %s\n", fcn,
8442 BAM_DPRINTF(("%s: module match: %s, %s\n", fcn,
8461 BAM_DPRINTF(("%s: returning ret = %d\n", fcn, i));
8463 BAM_DPRINTF(("%s: returning ret = %d\n", fcn, BAM_ERROR));
8478 const char *fcn = "update_boot_entry()"; local
8493 "multiboot: root = %s\n", fcn, root));
8498 fcn, findroot));
8503 "new entry, findroot = %s\n", fcn, findroot));
8517 BAM_DPRINTF(("%s: changing title to: %s\n", fcn, title));
8542 BAM_DPRINTF(("%s: adding findroot line: %s\n", fcn, findroot));
8570 fcn, lp->prev->cmd));
8590 fcn, kernel));
8605 fcn, module));
8627 fcn, module));
8631 BAM_DPRINTF(("%s: returning ret = %d\n", fcn, i));
8644 const char *fcn = "root_optional()"; local
8646 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, menu_root));
8659 fcn, osroot, menu_root));
8671 BAM_DPRINTF(("%s: ospecial=%s for osroot=%s\n", fcn, ospecial, osroot));
8682 fcn, mspecial, menu_root));
8688 fcn, ospecial, osroot));
8699 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
8701 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
8721 const char *fcn = "update_entry()"; local
8728 BAM_DPRINTF(("%s: entered. args: %s %s %s\n", fcn, menu_root, osdev,
8753 "menu_root=%s\n", fcn, osroot, osdev, menu_root));
8756 "menu_root=%s\n", fcn, osroot, osdev, menu_root));
8768 "grubsign = %s\n", fcn, bam_zfs, grubsign));
8776 "grubsign = %s\n", fcn, bam_zfs, grubsign));
8784 fcn, grubsign));
8824 "failsafe_kernel = %s\n", fcn, failsafe_kernel));
8844 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
8856 const char *fcn = "save_default_entry()"; local
8870 BAM_DPRINTF(("%s: saving default to: %s\n", fcn, linebuf));
8872 BAM_DPRINTF(("%s: saved default to lineNum=%d, entryNum=%d\n", fcn,
8881 const char *fcn = "restore_default_entry()"; local
8884 BAM_DPRINTF(("%s: NULL saved default\n", fcn));
8888 BAM_DPRINTF(("%s: saved default string: %s\n", fcn, which));
8894 BAM_DPRINTF(("%s: restored default to entryNum: %d\n", fcn, entry));
8927 const char *fcn = "update_temp()"; local
8933 BAM_DPRINTF(("%s: entered. arg: %s\n", fcn, opt ? opt : "<NULL>"));
8934 BAM_DPRINTF(("%s: bam_alt_root: %d, bam_root: %s\n", fcn,
8948 BAM_DPRINTF(("%s: opt is NULL\n", fcn));
8952 BAM_DPRINTF(("%s: transient entry not found\n", fcn));
8958 BAM_DPRINTF(("%s: restored old default\n", fcn));
8959 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
8966 BAM_DPRINTF(("%s: opt has entry=: %s\n", fcn, opt));
8971 "set_default ret=%d\n", fcn, entry, ret));
9057 "kern=%s\n", fcn, kernbuf));
9095 "kern=%s\n", fcn, kernbuf));
9143 fcn, kernbuf));
9170 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
9184 const char *fcn = "set_global()"; local
9216 fcn, globalcmd));
9244 BAM_DPRINTF(("%s: wrote new global line: %s\n", fcn, lp->line));
9245 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
9267 BAM_DPRINTF(("%s: replaced global line with: %s\n", fcn, found->line));
9268 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
9284 const char *fcn = "expand_path()"; local
9293 BAM_DPRINTF(("%s: expanded path: %s\n", fcn, new_path));
9300 BAM_DPRINTF(("%s: expanded path: %s\n", fcn, new_path));
9322 BAM_DPRINTF(("%s: expanded path: %s\n", fcn, new_path));
9327 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
9341 const char *fcn = "set_archive_line()"; local
9352 "%d\n", fcn, entryp->entryNum));
9359 fcn, entryp->entryNum));
9375 BAM_DPRINTF(("%s: no change for line: %s\n", fcn, lp->arg));
9387 BAM_DPRINTF(("%s: replaced for line: %s\n", fcn, lp->line));
9427 const char *fcn = "get_set_kernel()"; local
9491 fcn));
9492 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
9500 fcn, buf));
9513 fcn, buf));
9517 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
9530 fcn));
9551 BAM_DPRINTF(("%s: resetting to default\n", fcn));
9575 "retained old args: %s\n", fcn, kernelp->arg));
9588 "old kernel: %s\n", fcn, kernelp->arg));
9602 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
9665 BAM_DPRINTF(("%s: new kernel=%s\n", fcn,
9671 BAM_DPRINTF(("%s: new kernel=%s\n", fcn,
9690 BAM_DPRINTF(("%s: new args=%s\n", fcn, new_arg));
9732 "args: %s\n", fcn, kernelp->arg));
9742 "args: %s\n", fcn, kernelp->arg));
9752 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
9754 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
9762 const char *fcn = "get_kernel()"; local
9763 BAM_DPRINTF(("%s: entered. arg: %s\n", fcn, menu_cmds[optnum]));
9770 const char *fcn = "set_kernel()"; local
9772 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn,
9786 const char *fcn = "set_option()"; local
9793 BAM_DPRINTF(("%s: entered. arg: %s\n", fcn, opt));
9826 fcn, menu_cmds[optnum], val ? val + 1 : "NULL"));
9836 BAM_DPRINTF(("%s: setting %s option to %s\n", fcn,
9842 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn));
9844 BAM_DPRINTF(("%s: returning FAILURE\n", fcn));
9908 const char *fcn = "menu_write()"; local
9910 BAM_DPRINTF(("%s: entered menu_write() for root: <%s>\n", fcn, root));