Searched defs:entry (Results 51 - 75 of 488) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnssrv.c69 struct srv_dns_entry *srv = NULL, *entry = NULL; local
158 * This is confusing. Only insert an entry into this
163 * There is no next entry (we're at the end)
165 for (entry = head; entry != NULL; entry = entry->next) {
166 if ((entry->next &&
167 entry->next->priority > srv->priority) ||
168 entry
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_entry.cc46 printf("entry at location %d: \n", location);
54 entry_col * entry = e->en_cols.en_cols_val; local
61 i, entry[i].ec_flags, entry[i].ec_value.ec_value_len);
62 col_width = ((entry[i].ec_value.ec_value_len > PRINT_WIDTH) ?
63 PRINT_WIDTH : entry[i].ec_value.ec_value_len);
65 if (entry[i].ec_value.ec_value_val[j] < 32) {
67 putchar(entry[i].ec_value.ec_value_val[j]+32);
69 putchar(entry[i].ec_value.ec_value_val[j]);
108 "copy_entry: cannot allocate space for entry typ
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c92 fab_epkt_tbl_t *entry; local
95 for (entry = fab_epkt_tbl; entry->epkt_desc != 0; entry++) {
97 if (entry->epkt_desc == temp)
107 data->pci_err_status = entry->pci_err_sts;
108 data->pci_bdg_sec_stat = entry->pci_bdg_sts;
119 data->pcie_ue_status = entry->pcie_ue_sts;
122 temp = entry->pcie_ue_sts;
128 if (entry
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c244 struct __rmname *entry; local
247 if ((ret = __os_malloc(sizeof(struct __rmname), NULL, &entry)) != 0)
250 if ((ret = __os_strdup(dbhome, &entry->dbhome)) != 0) {
251 __os_free(entry, sizeof(struct __rmname));
255 entry->rmid = rmid;
257 TAILQ_INSERT_HEAD(&DB_GLOBAL(db_nameq), entry, links); local
287 * Given an rmid, remove its entry from the name list.
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c109 update_conf(char *conf_file, char *entry) argument
179 if (strcmp(entry, ptr) == 0) {
222 if (fputs(entry, pfile_tmp) ==
234 if (fputs(entry, pfile_tmp) == EOF) {
240 * Found a second entry with same tag name.
243 * this entry.
247 "entry for %s."), entry);
272 * The entry was not in config file before, append it to the
275 if (fputs(entry, pfile_tm
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c51 conf_entry_t *entry = NULL; local
133 entry = get_keystore_entry(keystore_name);
134 if (entry != NULL) {
245 * Found a second entry with #keystore_name.
248 * this entry.
252 "entry for %s.\n"), keystore_name);
260 * This entry was not in package before, append it to the
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c62 dhcp_symbol_t *entry; local
114 entry = inittab_getbyname(ITAB_CAT_SITE | ITAB_CAT_STANDARD |
119 if (entry == NULL) {
125 optnum.code = entry->ds_code;
126 optnum.category = entry->ds_category;
149 entry = inittab_getbycode(optnum.category, ITAB_CONS_INFO,
152 if (entry == NULL) {
157 optnum.category = entry->ds_category;
160 optnum.size = entry->ds_max * inittab_type_to_size(entry);
[all...]
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A Dkproplog.c103 * Print the update entry information
106 print_update(kdb_hlog_t *ulog, uint32_t entry, bool_t verbose) argument
114 if (entry && (entry < ulog->kdb_num))
115 start_sno = ulog->kdb_last_sno - entry;
125 * Check for corrupt update entry
129 gettext("Corrupt update entry\n\n"));
195 uint32_t entry = 0; local
223 entry = atoi(optarg);
322 print_update(ulog, entry, verbos
[all...]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dklog.c185 lt_stat_data_t *entry = NULL; local
216 entry = (lt_stat_data_t *)g_hash_table_lookup(klog_table, str);
218 if (entry == NULL) {
219 entry = (lt_stat_data_t *)lt_zalloc(sizeof (lt_stat_data_t));
220 g_hash_table_insert(klog_table, str, entry);
225 lt_update_stat_value(entry, type, value);
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c70 * if you are privileged, if you own the entry or if they entry is
76 tmp_sticky_remove_access(struct tmpnode *dir, struct tmpnode *entry, argument
83 uid != entry->tn_uid &&
84 (entry->tn_type != VREG ||
85 tmp_taccess(entry, VWRITE, cr) != 0))
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_power.c187 _nsc_power_t *entry, *pp; local
190 entry = nsc_kmem_alloc(sizeof (_nsc_power_t), 0, _nsc_local_mem);
192 if (entry == NULL)
194 nsc_decode_param(def, _nsc_power_def, (long *)entry);
201 nsc_kmem_free(entry, sizeof (_nsc_power_t));
205 entry->name = name;
207 entry->next = _power_clients;
208 _power_clients = entry;
210 return ((blind_t)entry);
228 _nsc_power_t **xpp, *entry; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_wksids.c139 * Upon success returns a pointer to the account entry in
145 smb_wka_t *entry; local
152 entry = &wka_tbl[i];
154 if (entry->wka_binsid == NULL)
157 if (smb_sid_cmp(sid, entry->wka_binsid))
158 return (entry);
167 * entry, otherwise returns NULL.
172 smb_wka_t *entry; local
178 if ((entry = smb_wka_lookup_name(name)) != NULL)
179 sid = entry
192 smb_wka_t *entry; local
211 smb_wka_t *entry; local
304 smb_wka_t *entry; local
[all...]
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_dr.c118 IN DAT_DR_ENTRY *entry)
131 *data = *entry;
116 dat_dr_insert( IN const DAT_PROVIDER_INFO *info, IN DAT_DR_ENTRY *entry) argument
H A Ddat_sr.c127 IN DAT_SR_ENTRY *entry)
143 lib_path_len = strlen(entry->lib_path);
152 (void) dat_os_strncpy(data->lib_path, entry->lib_path, lib_path_len);
155 ia_params_len = strlen(entry->ia_params);
164 (void) dat_os_strncpy(data->ia_params, entry->ia_params, ia_params_len);
167 data->info = entry->info;
168 data->lib_handle = entry->lib_handle;
169 data->ref_count = entry->ref_count;
125 dat_sr_insert( IN const DAT_PROVIDER_INFO *info, IN DAT_SR_ENTRY *entry) argument
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c41 * | entry entry entry |
72 * Purpose: initialize a linked list entry
75 dapl_llist_init_entry(DAPL_LLIST_ENTRY *entry) argument
77 entry->blink = NULL;
78 entry->flink = NULL;
79 entry->data = 0;
80 entry->list_head = NULL;
97 * Purpose: Add an entry t
100 dapl_llist_add_head(DAPL_LLIST_HEAD *head, DAPL_LLIST_ENTRY *entry, void *data) argument
129 dapl_llist_add_tail(DAPL_LLIST_HEAD *head, DAPL_LLIST_ENTRY *entry, void *data) argument
158 dapl_llist_add_entry(DAPL_LLIST_HEAD * head, DAPL_LLIST_ENTRY * entry, DAPL_LLIST_ENTRY * new_entry, void * data) argument
243 dapl_llist_remove_entry(DAPL_LLIST_HEAD *head, DAPL_LLIST_ENTRY *entry) argument
339 DAPL_LLIST_ENTRY * entry; local
[all...]
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dprivcmd.h73 privcmd_mmap_entry_t *entry; member in struct:__privcmd_mmap
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.c91 llist_head_t *entry; local
98 list_for_each(entry, &sol_uverbs_hca_list) {
99 hca = (sol_uverbs_hca_t *)entry->ptr;
127 llist_head_t *entry, *centry, *tmp; local
134 list_for_each(entry, &sol_uverbs_hca_list) {
135 hca = (sol_uverbs_hca_t *)entry->ptr;
184 llist_head_t *entry; local
193 list_for_each(entry, &hca->client_data_list) {
194 context = (sol_uverbs_hca_client_data_t *)entry->ptr;
227 llist_head_t *entry; local
407 llist_head_t *entry; local
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_policy.c47 * entry (input) The policy entry to be written out to the DB.
48 * mask (input) Specifies which fields in entry are to ge written out
53 * Entry must be a valid principal entry, and mask have a valid value.
64 kadm5_policy_ent_t entry, long mask)
73 return kadm5_create_policy_internal(server_handle, entry, mask);
82 * entry (input) The policy entry to be written out to the DB.
83 * mask (input) Specifies which fields in entry are to ge written out
88 * Entry must be a valid principal entry, an
63 kadm5_create_policy(void *server_handle, kadm5_policy_ent_t entry, long mask) argument
97 kadm5_create_policy_internal(void *server_handle, kadm5_policy_ent_t entry, long mask) argument
172 osa_policy_ent_t entry; local
201 kadm5_modify_policy(void *server_handle, kadm5_policy_ent_t entry, long mask) argument
215 kadm5_modify_policy_internal(void *server_handle, kadm5_policy_ent_t entry, long mask) argument
277 kadm5_get_policy(void *server_handle, kadm5_policy_t name, kadm5_policy_ent_t entry) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_policy.c62 * Purpose: create a policy entry in the policy db.
65 * entry (input) pointer to the entry to be added
69 * entry have a valid name.
72 * creates the entry in the db
79 osa_adb_create_policy(osa_adb_policy_t db, osa_policy_ent_t entry) argument
88 if(entry->name == NULL) {
92 dbkey.data = entry->name;
93 dbkey.size = (strlen(entry->name) + 1);
106 if(!xdr_osa_policy_ent_rec(&xdrs, entry)) {
207 osa_adb_get_policy(osa_adb_policy_t db, char *name, osa_policy_ent_t *entry, int *cnt) argument
282 osa_adb_put_policy(osa_adb_policy_t db, osa_policy_ent_t entry) argument
356 osa_policy_ent_t entry; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c66 int entry; local
85 for (entry = 0; entry < HASHSIZE; ++entry)
86 CIRCLEQ_INIT(&mp->hqh[entry]);
/illumos-gate/usr/src/lib/libast/common/preroot/
H A Dgetpreroot.c71 struct dirent* entry; local
125 while (entry = readdir(dirp))
126 if (D_FILENO(entry) == cur->st_ino)
128 namlen = D_NAMLEN(entry);
141 if (!(entry = readdir(dirp))) ERROR(ENOENT);
142 namlen = D_NAMLEN(entry);
144 memcpy(d, entry->d_name, namlen + 1);
150 memcpy(p, entry->d_name, namlen);
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_polled.c166 uint_t entry)
197 cp = &lower->kbtrans_keystringtab[entry & 0x0F][0];
216 lower->kbtrans_numlock_table[entry&0x1F]);
225 kbtrans_polled_putcode(upper, (char)entry);
162 kbtrans_polled_pressed( struct kbtrans *upper, uint_t entrytype, kbtrans_key_t key, uint_t entry) argument
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h55 * using the generic single-entry routines.
75 * Insert a new entry between two known consecutive entries.
92 * mlist_add - add a new entry
93 * @new: new entry to be added
96 * Insert a new entry after the specified head.
106 * mlist_add_tail - add a new entry
107 * @new: new entry to be added
110 * Insert a new entry before the specified head.
121 * Delete a list entry by making the prev/next entries
137 * mlist_del - deletes entry fro
154 mlist_del_init(struct mlist_head *entry) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c52 * For example, if we want to inject error at the 3rd entry in function
64 * are rejected. Non-digit strings are accepted for entry point and
101 * Maximum number of error injection entry points
116 /* Termination entry, must exist */
132 * Returns ESBD_NOERROR after setting the correct entry in the error
143 uint_t entry; local
173 * pointer so it points to the begining of the entry string.
178 * Now entry_str points to the begining of the entry string.
206 * non-number input for entry point, and translate it to 0.
208 entry
253 sbdp_inject_error(const char *func_name, uint_t entry) argument
[all...]
/illumos-gate/usr/src/cmd/look/
H A Dlook.c28 char entry[WORDSIZE]; variable
96 if(!getword(entry))
98 canon(entry,word);
116 if(!getword(entry))
118 canon(entry,word);
124 puts(entry);
132 while(getword(entry)) {
133 canon(entry,word);
137 puts(entry);

Completed in 115 milliseconds

1234567891011>>