Searched refs:entry (Results 326 - 350 of 638) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py82 """MenuConfigEntry represents one menu entry (section) from a
83 MenuConfigParser. Each entry is linked with the MenuConfigParser that
193 """Returns the string representation of this menu configuration entry
216 """Compares two MenuConfigEntry instances. the entry with the
217 most-recent modified timestamp wins, otherwise, the entry with the
243 of which describes a single Solaris boot entry in the
256 title=<Menu entry title> [Required]
257 default={True|False} # If this is the default boot entry
258 transient={True|False} # If this is a transient entry
324 list and adds them to the entry lis
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dconfopt.c70 * created. The table is terminated by a NULL entry. The key and value
126 unsigned int entry; local
157 for (entry = 0, cp = dp; cp < &dp[sb.st_size]; cp = eol + 1) {
188 /* always allocate a spare slot for the zeroed entry */
189 tdp = realloc(ddp, (entry + 2) * sizeof (dhcp_confopt_t));
193 tdp[entry] = confopt;
194 (void) memset(&tdp[entry + 1], 0, sizeof (dhcp_confopt_t));
196 entry++;
/osnet-11/usr/src/grub/grub2/grub-core/loader/powerpc/ieee1275/
H A Dlinux.c158 Elf32_Addr entry; local
166 /* Linux's entry point incorrectly contains a virtual address. */
167 entry = elf->ehdr.ehdr32.e_entry & ~ELF32_LOADMASK;
171 offset = entry - base_addr;
206 Elf64_Addr entry; local
215 entry = elf->ehdr.ehdr64.e_entry & ~ELF64_LOADMASK;
216 offset = entry - base_addr;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmain.c133 grub_menu_entry_t entry = menu->entry_list; local
135 while (entry)
137 grub_menu_entry_t next_entry = entry->next;
139 grub_free ((void *) entry->title);
140 grub_free ((void *) entry->sourcecode);
141 entry = next_entry;
/osnet-11/usr/src/lib/librstp/common/
H A Dstp_in.h178 STP_IN_stpm_get_state (int vlan_id, UID_STP_STATE_T* entry);
184 STP_IN_port_get_state (int vlan_id, UID_STP_PORT_STATE_T* entry);
/osnet-11/usr/src/lib/libdiskmgt/
H A DMakefile.com28 entry.o cache.o drive.o controller.o alias.o path.o \
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_nces.c90 /* Create a new cache entry */
106 /* Look for an existing entry */
114 /* Not found, add entry to tail */
120 /* Found, replace the old entry */
154 /* Look for an existing entry */
272 /* for each entry print out name + all attributes and values */
338 /* for each entry print out name + all attributes and values */
426 nce_to_dn(nce_entry_t *entry) argument
431 if (entry == NULL)
433 size = strlen(entry
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_cache.c480 sid2uid_gid_t entry; local
486 entry.sid_prefix = sid_prefix;
487 entry.rid = rid;
491 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where);
511 sid2uid_gid_t entry; local
517 entry.sid_prefix = sid_prefix;
518 entry.rid = rid;
522 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where);
543 sid2uid_gid_t entry; local
549 entry
580 pid2sid_winname_t entry; local
612 pid2sid_winname_t entry; local
644 pid2sid_winname_t entry; local
689 pid2sid_winname_t entry; local
735 winname2uid_gid_t entry; local
765 winname2uid_gid_t entry; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h231 #define KRB5_TL_CONSTRAINED_DELEGATION_ACL 0x0400 /* Each entry is a permitted SPN */
332 krb5_db_entry *client; /* DB entry for client principal */
333 krb5_db_entry *server; /* DB entry for server principal */
334 krb5_db_entry *krbtgt; /* DB entry for ticket granting service principal */
434 krb5_db_entry *entry,
544 krb5_db_entry * entry,
547 /* Set *mkvno to mkvno in entry tl_data, or 0 if not present. */
550 krb5_db_entry * entry,
556 /* Set *mkvno to mkvno in entry tl_data, or minimum value from mkey_list. */
559 krb5_db_entry * entry,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgfxmenu.c51 grub_gfxmenu_try (int entry, grub_menu_t menu, int nested) argument
92 view->selected = entry;
H A Dview.c336 grub_gfxmenu_set_chosen_entry (int entry, void *data) argument
340 view->selected = entry;
399 notify_booting (grub_menu_entry_t entry, void *userdata)
403 char *s = grub_malloc (100 + grub_strlen (entry->title));
407 grub_sprintf (s, "Booting '%s'", entry->title);
417 notify_fallback (grub_menu_entry_t entry, void *userdata)
421 char *s = grub_malloc (100 + grub_strlen (entry->title));
425 grub_sprintf (s, "Falling back to '%s'", entry->title);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c228 /* Internal function. Lookup a digest entry by it's name. */
240 /* Internal function. Lookup a cipher entry by it's oid. */
545 GcryDigestEntry *entry; local
549 for (entry = h->list; entry; entry = entry->next)
550 if (entry->module->mod_id == algorithm)
580 size_t size = (sizeof (*entry)
582 - sizeof (entry
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dhttpdstat.d89 syscall::read:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dhttpdstat.d89 syscall::read:entry
H A Dj_flow.d24 * -> method entry
63 hotspot*:::method-entry
H A Djs_stat.d84 javascript*:::function-entry
H A Dphp_calldist.d49 php*:::function-entry
H A Dphp_cpudist.d49 php*:::function-entry
H A Dpl_calldist.d49 perl*:::sub-entry
H A Dpl_cpudist.d49 perl*:::sub-entry
H A Dpy_calldist.d49 python*:::function-entry
H A Dpy_cpudist.d49 python*:::function-entry
H A Drb_calls.d47 ruby*:::function-entry
H A Drb_stat.d93 ruby*:::function-entry
H A Drfileio.d49 fbt::fop_read:entry

Completed in 92 milliseconds

<<11121314151617181920>>