Searched defs:entry (Results 251 - 275 of 488) sorted by relevance

<<11121314151617181920

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c185 fab_erpt_tbl_t *erpt_tbl, *entry; local
197 for (entry = erpt_tbl; entry->err_class; entry++) {
198 if (!(reg & entry->reg_bit))
203 if (tbl->fab_prep(hdl, data, erpt, entry) != 0) {
205 "class = %s\n", entry->err_class);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c55 * Then this would map to the the following LDAP entry:
279 /* Try the default entry "*" */
293 * succeeded so massage the entry by
331 ns_ldap_entry_t *entry = NULL; local
394 result->entries_count == 0 || result->entry->attr_count == 0) {
420 entry = result->entry;
421 for (i = 0; i < entry->attr_count; i++) {
424 attr = entry->attr_pair[i];
441 "ldap server map %s, entry fo
621 mastermap_callback_ldap(ns_ldap_entry_t *entry, void *udata) argument
781 directmap_callback(ns_ldap_entry_t *entry, void *udata) argument
897 readdir_callback(const ns_ldap_entry_t *entry, const void *udata) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c280 struct entry { struct
285 struct entry *next;
286 struct entry *prev;
308 struct entry *first;
310 struct entry *which;
322 struct entry *first = NULL, *last = NULL, *new_entry, *curr;
326 new_entry = (struct entry *)malloc(sizeof (struct entry));
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c235 struct dirent *dep; /* directory entry pointer */
247 deventry_t *entry; local
312 * scan /dev/rmt and add entry to table
434 for (entry = devlist.tape; entry != NULL; entry = entry->next) {
435 dargs.devinfo = &(entry->devinfo);
445 struct dirent *dep; /* directory entry pointer */
459 deventry_t *entry; local
661 deventry_t *entry; local
830 deventry_t *entry; local
1096 deventry_t *entry; local
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h91 * and then reused by the remove code after the entry is removed from
94 struct entry { struct
95 char *e_name; /* the current name of this entry */
97 char e_type; /* type of this entry, see below */
101 struct entry *e_parent; /* pointer to parent directory (..) */
102 struct entry *e_sibling; /* next element in this directory (.) */
103 struct entry *e_links; /* hard links to this inode */
104 struct entry *e_entries; /* for directories, their entries */
105 struct entry *e_xattrs; /* pointer to extended attribute root */
106 struct entry *e_nex
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Drules.c95 * a file pattern and the entry is a directory,
726 /* Free this entry and move on.... */
776 * Free up the memory and return a ptr to the first entry in the
787 * Add a single entry to the linked list of rules to be read. Does not do
970 * Traverse the first entry, used by 'bart create' to iterate through
980 * Traverse the next entry, used by 'bart create' to iterate through
984 get_next_subtree(struct rule *entry) argument
986 return (entry->next);
1028 * Function to determine if an entry in a rules file (see bart_rules(4)) applies
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c148 dhcp_symbol_t *entry; local
163 entry = inittab_getbyname(ITAB_CAT_SITE | ITAB_CAT_STANDARD |
166 if (entry == NULL) {
173 optnum.code = entry->ds_code;
174 optnum.category = entry->ds_category;
175 optnum.size = entry->ds_max * inittab_type_to_size(entry);
205 value = inittab_decode(entry, opt->value, opt_len, B_TRUE);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c101 dhcp_symbol_t *entry; local
137 entry = inittab_getbyname(ITAB_CAT_SITE |
141 if (entry == NULL) {
143 "entry '%s' for %s", param_name, tsym,
146 params[i++] = entry->ds_code;
147 free(entry);
179 dhcpmsg(MSG_ERR, "cannot allocate state machine entry for %s",
348 * input: dhcp_smach_t *: the state machine entry to release the hold on
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c302 char *entry; local
312 while ((entry = fstab_next (handle, &_mount_point)) != NULL) {
316 printf ("Looking at /etc/fstab entry '%s'\n", entry);
318 if (label != NULL && g_str_has_prefix (entry, "LABEL=")) {
319 if (strcmp (entry + 6, label) == 0) {
338 * To work around this, check if the listed entry in /etc/fstab is already mounted,
355 printf ("Wanting to mount %s that has label %s, but /etc/fstab says LABEL=%s is to be mounted at mount point '%s'. However %s (that also has label %s), is already mounted at said mount point. So, skipping said /etc/fstab entry.\n",
365 printf ("%s found in /etc/fstab. Not mounting.\n", entry);
369 } else if (uuid != NULL && g_str_has_prefix (entry, "UUI
395 char *entry; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c617 ns_ldap_entry_t *entry; local
630 (entry = q->result->entry) == NULL ||
631 !entry->attr_count) {
637 val = __ns_ldap_getAttr(entry,
644 val = __ns_ldap_getAttr(entry,
656 val = __ns_ldap_getAttr(entry, DN);
674 val = __ns_ldap_getAttr(entry, qs->nldap_winname_attr);
900 * If we successfully retrieved winname from nldap entry
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c266 "\n%s\n There is no publickey entry in %s.\n",
273 "\n%s\nThe publickey entry in %s is \"publickey: %s\".\n",
308 "\n%s\nThere is no publickey entry in %s.\n",
317 "\n%s\nThe publickey entry in %s is \"publickey: %s\".\n",
434 /* Determines if there is a NisKeyObject objectclass in a given entry */
436 ldap_keyobj_exist(ns_ldap_entry_t *entry) argument
440 fattrs = __ns_ldap_getAttr(entry, "objectClass");
467 ldap_attr_mod(ns_ldap_entry_t *entry, argument
496 for (i = 0; i < entry->attr_count; i++) {
498 ns_ldap_attr_t *attr = entry
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c107 * the dynamic plt entry is:
141 * Have we initialized this dynamic plt entry yet? If we haven't do it
203 * relocation entry and the address of the link map (rt_private_map struct)
204 * for the entry.
207 * entry to invoke the function directly.
222 int entry, lmflags; local
226 * For compatibility with libthread (TI_VERSION 1) we track the entry
231 entry = enter(0);
256 * Use relocation entry to get symbol table entry an
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c90 * the dynamic plt entry is:
121 * Have we initialized this dynamic plt entry yet? If we haven't do it
184 * relocation entry and the address of the link map (rt_private_map struct)
185 * for the entry.
188 * entry to invoke the function directly.
203 int entry, lmflags; local
207 * For compatibility with libthread (TI_VERSION 1) we track the entry
212 entry = enter(0);
235 * Use relocation entry to get symbol table entry an
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c211 * the dynamic plt entry is:
265 * Have we initialized this dynamic plt entry yet? If we haven't do it
339 * Takes the address of the PLT entry where the call originated,
341 * relocation entry and the address of the link map (rt_private_map struct)
342 * for the entry.
345 * entry to invoke the function directly.
362 int entry, lmflags; local
366 * For compatibility with libthread (TI_VERSION 1) we track the entry
371 entry = enter(0);
382 * by PLT entry siz
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c280 * the dynamic plt entry is:
328 * entry:
413 * Have we initialized this dynamic plt entry yet? If we haven't do it
466 * Takes the address of the PLT entry where the call originated,
468 * relocation entry and the address of the link map (rt_private_map struct)
469 * for the entry.
472 * entry to invoke the function directly.
490 int entry, lmflags, farplt = 0; local
494 * For compatibility with libthread (TI_VERSION 1) we track the entry
499 entry
[all...]
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c143 static krb5_error_code krb5_dbe_update_mod_princ_data_new (krb5_context context, krb5_db_entry *entry, krb5_timestamp mod_date, krb5_const_principal mod_princ);
144 static krb5_error_code krb5_dbe_update_tl_data_new ( krb5_context context, krb5_db_entry *entry, krb5_tl_data *new_tl_data);
2149 krb5_dbe_update_tl_data_new(context, entry, new_tl_data)
2151 krb5_db_entry *entry;
2167 /* Find an existing entry of the specified type and point at
2171 for (tl_data = entry->tl_data; tl_data;
2191 tl_data->tl_data_next = entry->tl_data;
2192 entry->tl_data = tl_data;
2193 entry->n_tl_data++;
2210 krb5_dbe_update_mod_princ_data_new(context, entry, mod_dat
2264 krb5_db_entry *entry; local
2322 krb5_db_entry entry; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c112 static struct cfent entry; variable in typeref:struct:cfent
649 while ((n = srchcfile(&entry, "*", server)) > 0) {
650 for (pinfo = entry.pinfo; pinfo; pinfo = pinfo->next) {
651 /* see if entry is used by indicated packaged */
656 pkgusage(dp, &entry);
658 if (entry.npkgs > 1)
679 progerr(gettext("bad entry read in contents file"));
681 (entry.path && *entry.path) ? entry
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c66 #define MSG_WRITE "write of entry failed, errno=%d"
87 static struct cfent entry; variable in typeref:struct:cfent
213 if ((n = gpkgmap(&entry, fp)) < 0) {
218 logerr(gettext("garbled entry"));
220 (entry.path && *entry.path) ? entry.path :
230 if (entry.ftype != 'i') {
231 if (entry.pkg_class[0] == '$') {
233 logerr(gettext(MSG_BPARAMC), entry
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c55 rfs4_dbe_getid(rfs4_dbe_t *entry) argument
57 return (entry->dbe_id);
61 rfs4_dbe_hold(rfs4_dbe_t *entry) argument
63 atomic_inc_32(&entry->dbe_refcnt);
67 * rfs4_dbe_rele_nolock only decrements the reference count of the entry.
70 rfs4_dbe_rele_nolock(rfs4_dbe_t *entry) argument
72 atomic_dec_32(&entry->dbe_refcnt);
77 rfs4_dbe_refcnt(rfs4_dbe_t *entry) argument
79 return (entry->dbe_refcnt);
83 * Mark an entry suc
87 rfs4_dbe_invalidate(rfs4_dbe_t *entry) argument
97 rfs4_dbe_is_invalid(rfs4_dbe_t *entry) argument
103 rfs4_dbe_get_timerele(rfs4_dbe_t *entry) argument
112 rfs4_dbe_hide(rfs4_dbe_t *entry) argument
120 rfs4_dbe_unhide(rfs4_dbe_t *entry) argument
128 rfs4_dbe_rele(rfs4_dbe_t *entry) argument
138 rfs4_dbe_lock(rfs4_dbe_t *entry) argument
144 rfs4_dbe_unlock(rfs4_dbe_t *entry) argument
150 rfs4_dbe_islocked(rfs4_dbe_t *entry) argument
156 rfs4_dbe_twait(rfs4_dbe_t *entry, clock_t timeout) argument
162 rfs4_dbe_cv_broadcast(rfs4_dbe_t *entry) argument
171 rfs4_dbe_t *entry = obj; local
182 rfs4_dbe_t *entry = obj; local
421 rfs4_dbe_destroy(rfs4_dbe_t *entry) argument
472 rfs4_dbe_t *entry; local
559 rfs4_dbe_t *entry; local
737 rfs4_dbe_t *entry; local
767 rfs4_dbe_t *entry; local
896 rfs4_dbe_debug(rfs4_dbe_t *entry) argument
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c28 * the cryptoadm entry points.
184 * Populate the linked list backwards so the first entry appears first.
426 * For each entry, also return a list of their supported mechanisms.
632 * If new_count is 0, then completely remove the entry.
645 * Remove the policy entry if new_count is 0, otherwise put disabled
687 * If new_count is 0, then completely remove the entry.
1016 * Free memory for elements in a kcf_soft_config_entry_t. This entry must
1029 * If the list already contains an entry for the specified provider
1032 * is empty, the entry for the provider is removed.
1051 kcf_soft_conf_entry_t *prev = NULL, *entry local
1146 kcf_soft_conf_entry_t *p, *entry = NULL, *prev = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1360 * to the appropriate HAL entry point for further processing. Then they
1805 * is used to add a new entry to the local host's config ROM. By
1807 * Directory to point to the new entry (in buffer). Additionally, all
1810 * the corresponding entry.
1849 tmp_size = tmp_size + 1; /* For the new entry */
1910 /* Copy in the new entry */
1953 * is used to remove an entry from the local host's config ROM. By
1955 * it is possible to remove the entry. Subsequently, the Config ROM is
1968 uint32_t entry; local
1994 entry
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sunmod.c142 drm_inst_list_t *entry; local
148 entry = drm_supp_alloc_drv_entry(dip);
149 if (entry == NULL) {
153 mstate = &entry->disl_state;
346 * that calls the drm close() entry point may not be the same
574 struct idr_list *entry; local
585 idr_list_for_each(entry, &(mp->fpriv->object_idr)) {
586 if ((uintptr_t)entry->obj == (u_offset_t)offset) {
587 map = entry->obj->map;
865 * Create a DRM entry an
873 drm_inst_list_t *entry; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/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...]
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c146 DAT_SR_CONF_ENTRY *entry);
150 DAT_SR_CONF_ENTRY *entry);
167 DAT_SR_CONF_ENTRY *entry);
172 DAT_SR_CONF_ENTRY *entry);
177 DAT_SR_CONF_ENTRY *entry);
182 DAT_SR_CONF_ENTRY *entry);
187 DAT_SR_CONF_ENTRY *entry);
192 DAT_SR_CONF_ENTRY *entry);
197 DAT_SR_CONF_ENTRY *entry);
202 DAT_SR_CONF_ENTRY *entry);
330 dat_sr_is_valid_entry( DAT_SR_CONF_ENTRY *entry) argument
350 DAT_SR_ENTRY entry; local
428 DAT_SR_CONF_ENTRY entry; local
545 dat_sr_parse_ia_name( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
580 dat_sr_parse_api( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
619 dat_sr_parse_thread_safety( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
658 dat_sr_parse_default( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
697 dat_sr_parse_lib_path( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
731 dat_sr_parse_provider_version( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
770 dat_sr_parse_ia_params( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
805 dat_sr_parse_platform_params( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
840 dat_sr_parse_eoe( DAT_OS_FILE *file, DAT_SR_CONF_ENTRY *entry) argument
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h57 rfs4_dbe_t *entry; member in struct:rfs4_link
61 kmutex_t dbe_lock[1]; /* Exclusive lock for entry */
64 unsigned dbe_invalid:1; /* invalid/"freed" entry */
71 rfs4_link_t dbe_indices[1]; /* Array of indices for entry */
80 uint32_t dbi_tblidx; /* which indice in entry */
86 bool_t (*dbi_compare)(rfs4_entry_t, void *); /* Key match entry? */
97 id_space_t *dbt_id_space; /* space for unique entry ids */
100 uint32_t dbt_usize; /* User entry size */
111 /* Given entry and data construct entry */
[all...]

Completed in 196 milliseconds

<<11121314151617181920