Searched refs:entry (Results 376 - 400 of 638) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_lan.c335 ipmi_rq_entry_t *entry; local
374 entry = ipmi_req_lookup_entry(ihp, rsp->ir_ihdr.imh_seq,
376 if (entry) {
426 ipmi_rq_entry_t *entry; local
432 if ((entry = ipmi_req_add_entry(ihp, req)) == NULL)
485 entry->ire_rq_seq = curr_seq++;
486 msg_hdr.imh_seq = entry->ire_rq_seq << 2;
507 entry->ire_msg_len = off;
508 entry->ire_msg_data = msg;
510 return (entry);
518 ipmi_rq_entry_t *entry = NULL; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Ddb2_exp.c165 (krb5_context context, osa_policy_ent_t entry),
166 (context, entry));
186 ( krb5_context kcontext, osa_policy_ent_t entry ),
187 (kcontext, entry));
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgfxmenu_view.h63 grub_gfxmenu_set_chosen_entry (int entry, void *data);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dtcl_calldist.d52 tcl*:::proc-entry
77 tcl*:::cmd-entry
H A Dtcl_calltime.d53 tcl*:::proc-entry
79 tcl*:::cmd-entry
H A Dtcl_cpudist.d52 tcl*:::proc-entry
77 tcl*:::cmd-entry
H A Dtcl_cputime.d53 tcl*:::proc-entry
79 tcl*:::cmd-entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_calldist.d52 tcl*:::proc-entry
77 tcl*:::cmd-entry
H A Dtcl_calltime.d53 tcl*:::proc-entry
79 tcl*:::cmd-entry
H A Dtcl_cpudist.d52 tcl*:::proc-entry
77 tcl*:::cmd-entry
H A Dtcl_cputime.d53 tcl*:::proc-entry
79 tcl*:::cmd-entry
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dsetjmp.s36 / entry reg offset from (%si)
/osnet-11/usr/src/lib/libc/inc/
H A Dmsgfmt.h410 struct gnu_dynamic_ent entry[1]; member in struct:gnu_dynamic_tbl
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c930 /* prepend new entry - deal with duplicates */
1251 * variable. An array of boot_dev structs will be created, one entry
1252 * for each device name in the boot-device variable. Each entry
1254 * boot-device entry, if any.
1292 /* now try to translate each entry to a logical device. */
1311 char *entry, *ptr; local
1319 if ((entry = (char *)malloc(strlen(bootdevice) + 1)) == NULL) {
1323 (void) strcpy(entry, bootdevice);
1324 for (ptr = strtok(entry, " "); ptr != NULL;
1328 (void) strcpy(entry, bootdevic
1719 struct boot_dev *entry; local
2279 struct name_list *entry = *list; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c552 scf_transaction_entry_t *entry; local
555 if ((entry = scf_entry_create(handle)) == NULL)
560 if (scf_transaction_property_new(tran, entry, propname,
562 scf_transaction_property_change(tran, entry, propname,
566 if (scf_entry_add_value(entry, value) == 0)
573 scf_entry_destroy_children(entry);
574 scf_entry_destroy(entry);
583 scf_transaction_entry_t *entry; local
586 if ((entry = scf_entry_create(handle)) == NULL)
591 if (scf_transaction_property_new(tran, entry, propnam
614 scf_transaction_entry_t *entry; local
646 scf_transaction_entry_t *entry; local
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_browser.c454 * the results with its list of servers and domains. An entry from the
456 * overwrite an entry with the same name marked "local". The Domain Master
1052 struct name_entry *entry; local
1066 entry = smb_name_find_name(&name);
1067 smb_name_unlock_name(entry);
1085 entry = smb_name_find_name(&dest);
1087 if (entry) {
1091 rc = smb_browser_addr_of_subnet(entry, hinfo, &master);
1101 smb_name_unlock_name(entry);
1108 if ((entry
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c405 * fs_add_DFStab_ent - adds an entry to dfstab and to the list of dfstab
406 * entries. Returns a pointer to the head of the dfstab entry list.
431 * set_DFStab_ent - adds an entry to dfstab and to the list of dfstab entries.
432 * returns a pointer to the head of the dfstab entry list.
490 * Accessor function for path element of dfstab entry.
493 fs_get_DFStab_ent_Path(void *entry) argument
495 dfstab_entry_t *entryptr = (dfstab_entry_t *)entry;
503 * Accessor function for fstype element of dfstab entry.
506 fs_get_DFStab_ent_Fstype(void *entry) argument
508 dfstab_entry_t *entryptr = (dfstab_entry_t *)entry;
519 fs_get_DFStab_ent_Options(void *entry) argument
532 fs_get_DFStab_ent_Desc(void *entry) argument
545 fs_get_DFStab_ent_Res(void *entry) argument
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_log.c64 * Sync update entry to disk.
160 * Adds an entry to the update log.
267 * Mark the log entry as committed and sync the memory mapped log
313 * Delete an entry to the update log.
333 krb5_db_entry *entry = NULL; local
400 entry = (krb5_db_entry *)malloc(sizeof (krb5_db_entry));
402 if (!entry) {
407 (void) memset(entry, 0, sizeof (krb5_db_entry));
409 if ((retval = ulog_conv_2dbentry(context, entry, upd, 1)))
412 retval = krb5int_put_principal_no_log(context, entry,
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c687 struct dirent *entry;
695 for (entry = readdir (dir); entry; entry = readdir (dir))
698 if (strcmp (entry->d_name, ".") == 0 ||
699 strcmp (entry->d_name, "..") == 0)
702 if (strstr (entry->d_name, "-part"))
706 if (strncmp (entry->d_name, "dm-", sizeof ("dm-") - 1) == 0)
709 if (strncmp (entry->d_name, "md-", sizeof ("md-") - 1) == 0)
717 xasprintf ("/dev/disk/by-id/%s", entry
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_systemfile.c354 char entry[MDDB_BOOTLIST_MAX_LEN]; local
423 (void) snprintf(entry, sizeof (entry), " %s:%lu:%ld:%s",
426 if ((strlen(line) + strlen(entry) + 4) > sizeof (line))
428 (void) strcat(line, entry);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c225 * Since we deleted an entry from the config
438 * Since we deleted an entry from the config
589 char **entry, *path, *cnode, *users; local
605 entries = cfg_get_section(cfg, &entry, "dsvol");
607 buf = entry[set - 1];
655 free(entry[set++]);
657 free(entry);
702 char *buf, **entry; local
716 entries = cfg_get_section(cfg, &entry, "sv");
718 buf = entry[se
846 char *buf, **entry, *ptr; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c265 unsigned int cur_rx, cur_tx; /* The next free ring entry */
549 int entry; local
551 entry = lp->cur_rx & RX_RING_MOD_MASK;
552 status = ((short) le16_to_cpu(rx_ring[entry].status) >> 8);
561 (le32_to_cpu(rx_ring[entry].msg_length) & 0xfff) - 4;
562 memcpy(nic->packet, &rxb[entry], nic->packetlen);
566 rx_ring[entry].buf_length = le16_to_cpu(-PKT_BUF_SZ);
567 rx_ring[entry].status |= le16_to_cpu(0x8000); /* prime for next receive */
591 int entry = 0; /*lp->cur_tx & TX_RING_MOD_MASK; */ local
608 tx_ring[entry]
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c518 int entry, type; local
538 &start, &len, &offset, &entry,
545 PC_SLICE_TYPE (mbr, entry) |= PC_SLICE_TYPE_HIDDEN_FLAG;
547 PC_SLICE_TYPE (mbr, entry) &= ~PC_SLICE_TYPE_HIDDEN_FLAG;
581 partition table in *OFFSET, the entry number in the table in *ENTRY,
591 unsigned long *offset, int *entry,
717 *entry = -1;
732 /* Increase the entry number. */
733 (*entry)++;
736 if (*entry
588 next_partition(unsigned long drive, unsigned long dest, unsigned long *partition, int *type, unsigned long *start, unsigned long *len, unsigned long *offset, int *entry, unsigned long *ext_offset, char *buf) argument
829 int entry; local
[all...]
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c577 * V1 entry points don't support dynamic attachment points
703 * We support both V1 and V2 plugins through this entry
1490 * load_lib_impl - Given a library pathname, create a entry for it
1589 * link in new entry to the end of list
1843 lib_cache_t *entry; local
1845 entry = lib_cache;
1846 while (entry) {
1847 if (strcmp(entry->lc_ap_id, libloc_p->ap_base) == 0) {
1848 plugin_lib_t *libp = entry->lc_libp;
1853 entry
1869 lib_cache_t *entry; local
1897 lib_cache_t *entry, *next; local
[all...]
/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c131 entry_t *entry);
933 entry_t entry; local
997 (void) memset(&entry, 0, sizeof (entry_t));
998 entry.e_vers = ISCSI_INTERFACE_VERSION;
999 entry.e_oid = discoveryAddressOid.objectSequenceNumber;
1002 &entry.e_u.u_in4, sizeof (entry.e_u.u_in4));
1003 entry.e_insize = sizeof (struct in_addr);
1006 &entry.e_u.u_in6, sizeof (entry
1045 entry_t entry; local
1256 entry_t entry; local
[all...]

Completed in 116 milliseconds

<<11121314151617181920>>