Searched defs:update_entry (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c598 update_entry(Dwarf_Debug dbg, function
680 update_entry(dbg, is_64bit,
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c73 static error_t update_entry(struct menu_lst *, char *, char *);
83 "update_entry", OPT_REQ, update_entry, 0, /* menu */
363 if (strcmp(subcmd, "update_entry") == 0) {
432 * update_entry is special case, its used by installer
436 strcmp(subcmd, "update_entry") != 0) {
467 if (strcmp(subcmd, "update_entry") == 0) {
979 update_entry(struct menu_lst *menu, char *menu_root, char *osdev) function
H A Dbootadm.c259 static error_t update_entry(menu_t *mp, char *menu_root, char *opt);
291 "update_entry", OPT_REQ, update_entry, 0, /* menu */
570 * update-menu -- -m update_entry
582 { "update-menu", BAM_MENU, "update_entry"},
626 * -m update_entry -- update-menu
1319 if (strcmp(subcmd, "update_entry") == 0) {
1452 if (strcmp(subcmd, "update_entry") == 0) {
8790 update_entry(menu_t *mp, char *menu_root, char *osdev) function
8802 const char *fcn = "update_entry()";
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c820 update_entry( function
2006 (void) update_entry(nh, n->n_side, n->n_key, 0L);
2019 (void) update_entry(did_nh, did_n->min_side,
3053 (void) update_entry(nh, side, key, 0L);
3639 err = update_entry(nh, side, key, 0L);
3645 (void) update_entry(did_nh, side, key, NM_DEVID);
4355 (void) update_entry(nh, MD_SIDEWILD,

Completed in 82 milliseconds