Home
last modified time | relevance | path

Searched refs:entryp (Results 1 – 25 of 32) sorted by relevance

12

/titanic_41/usr/src/lib/libnisdb/
H A Ddb_table_c.x53 typedef long entryp; /* specifies location of an entry within table */ typedef
56 entryp where;
93 % entryp pop();
97 % bool_t push( entryp );
224 % bool_t entry_exists_p( entryp i );
231 % entry_object_p first_entry( entryp * where );
235 % entry_object_p next_entry( entryp, entryp* );
238 % entry_object_p get_entry( entryp );
244 % entryp add_entry(entry_object_p, int);
251 % bool_t replace_entry( entryp, entry_object_p );
[all …]
H A Ddb_index_entry_c.x68 entryp location;
85 % entryp location;
91 % db_index_entry( char* name, int nlen, entryp location );
95 % db_index_entry( unsigned long hval, item *, entryp, db_index_entry *n);
120 % db_index_entry* lookup( bool_t, unsigned long, item*, entryp ); //name entry
124 % db_index_entry* getnext( bool_t, unsigned long, item*, entryp );
133 % entryp getlocation() {return location;}
148 % bool_t remove( db_index_entry **, bool_t, unsigned long, item *, entryp );
151 % void replace( entryp ep ) {location = ep;}
162 % entryp );
H A Ddb_mindex_c.x54 % entryp location;
58 % db_next_index_desc( entryp loc, struct db_next_index_desc *n )
151 % db_query * extract_index_values_from_record( entryp );
161 % db_status remove_aux( entryp );
245 % db_status next( entryp, entryp *, entry_object ** );
257 % db_status first( entryp*, entry_object ** );
H A Ddb_table.cc146 entryp
155 entryp found = head->where; in pop()
168 db_free_list::push(entryp tabloc) in push()
403 enumIndex.ptr = (entryp *)am(myself, enumCount.flag * in allocateEnumArray()
404 sizeof (entryp)); in allocateEnumArray()
503 db_table::first_entry(entryp * where) in first_entry()
510 entryp i; in first_entry()
528 db_table::next_entry(entryp prev, entryp* newentry) in next_entry()
547 db_table::get_entry(entryp where) in get_entry()
557 db_table::setEntryExp(entryp where, entry_obj *obj, int initialLoad) { in setEntryExp()
[all …]
H A Ddb_index_entry.cc38 db_index_entry::db_index_entry(char* name, int nlen, entryp ep) in db_index_entry()
53 entryp ep, db_index_entry_p rest) in db_index_entry()
143 db_index_entry::getnext(bool_t casein, unsigned long hval, item *i, entryp l) in getnext()
166 item *i, entryp recnum) in lookup()
233 unsigned long hval, item *i, entryp recnum) in remove()
279 unsigned long hval, item *i, entryp recnum) in add()
H A Ddb_index_c.x117 % db_status remove( item*, entryp );
125 % db_status add( item*, entryp );
H A Ddb_mindex.cc366 db_mindex::extract_index_values_from_record(entryp recnum) in extract_index_values_from_record()
427 db_mindex::first(entryp *where, entry_object ** answer) in first()
473 db_mindex::next(entryp previous, entryp *where, entry_object **answer) in next()
654 entryp where; in all()
739 db_mindex::remove_aux(entryp recloc) in remove_aux()
957 entryp recloc = table->add_entry(obj, initialLoad.flag); in add()
H A Ddb.cc108 assign_next_desc(db_next_desc* desc, entryp value) in assign_next_desc()
140 static entryp
144 entryp place; in extract_next_desc()
153 place = (entryp) in extract_next_desc()
173 entryp where, prev; in exec_action()
H A Ddb_log_entry.cc37 extern void print_entry(entryp, entry_object *);
H A Ddb_index.cc228 db_index::remove(item* index_value, entryp recnum) in remove()
268 db_index::add(item* index_value, entryp recnum) in add()
/titanic_41/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dremque.s41 ld [%o0], %g1 ! entryp->forw
42 ld [%o0 + 4], %g2 ! entryp->back
43 st %g1, [%g2] ! entryp->back = entryp->forw
45 st %g2, [%g1 + 4] ! entryp->forw = entryp->back
H A Dinsque.s42 st %o1, [%o0 + 4] ! entryp->back = predp
43 st %g1, [%o0] ! entryp->forw = predp->forw
44 st %o0, [%o1] ! predp->forw = entryp
46 st %o0, [%g1 + 4] ! predp->forw->back = entryp
/titanic_41/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1230 agp_fill_empty_keyent(agpgart_softstate_t *softstate, keytable_ent_t *entryp) in agp_fill_empty_keyent() argument
1236 ASSERT(entryp); in agp_fill_empty_keyent()
1237 ASSERT(entryp->kte_memhdl); in agp_fill_empty_keyent()
1238 ASSERT(entryp->kte_pfnarray); in agp_fill_empty_keyent()
1255 bcopy(entryp, newentryp, sizeof (keytable_ent_t)); in agp_fill_empty_keyent()
1281 keytable_ent_t *entryp; in agp_find_bound_keyent() local
1287 entryp = &softstate->asoft_table[keycount]; in agp_find_bound_keyent()
1288 if (entryp->kte_bound == 0) { in agp_find_bound_keyent()
1292 if (pg_offset < entryp->kte_pgoff) in agp_find_bound_keyent()
1294 if (pg_offset >= (entryp->kte_pgoff + entryp->kte_pages)) in agp_find_bound_keyent()
[all …]
/titanic_41/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c105 nst_insque(nst_q_t *entryp, nst_q_t *predp) in nst_insque() argument
107 entryp->q_back = predp; in nst_insque()
108 entryp->q_forw = predp->q_forw; in nst_insque()
109 predp->q_forw = entryp; in nst_insque()
110 entryp->q_forw->q_back = entryp; in nst_insque()
123 nst_remque(nst_q_t *entryp) in nst_remque() argument
125 entryp->q_back->q_forw = entryp->q_forw; in nst_remque()
126 entryp->q_forw->q_back = entryp->q_back; in nst_remque()
127 entryp->q_forw = entryp->q_back = NULL; in nst_remque()
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c360 nfs_get_qop_name(seconfig_t *entryp) in nfs_get_qop_name() argument
379 if (strcmp(secname, entryp->sc_name) == 0) { in nfs_get_qop_name()
386 if (atoi(tok) != entryp->sc_nfsnum) in nfs_get_qop_name()
706 rpc_gss_service_t service, seconfig_t *entryp) in get_seconfig() argument
724 if (matchname(line, name, entryp)) { in get_seconfig()
730 if (matchnum(line, num, entryp)) { in get_seconfig()
747 (void) get_rpcnum(entryp); in get_seconfig()
758 nfs_getseconfig_byname(char *secmode_name, seconfig_t *entryp) in nfs_getseconfig_byname() argument
760 if (!entryp) in nfs_getseconfig_byname()
764 entryp)); in nfs_getseconfig_byname()
[all …]
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c1385 fmd_asru_set_on_proxy_t *entryp = (fmd_asru_set_on_proxy_t *)arg; in fmd_asru_set_on_proxy() local
1387 if (*entryp->fasp_countp >= entryp->fasp_maxcount) in fmd_asru_set_on_proxy()
1397 if (entryp->fasp_proxy_external) { in fmd_asru_set_on_proxy()
1402 if (entryp->fasp_proxy_rdonly) in fmd_asru_set_on_proxy()
1408 if (entryp->fasp_proxy_asru[*entryp->fasp_countp]) { in fmd_asru_set_on_proxy()
1412 (*entryp->fasp_countp)++; in fmd_asru_set_on_proxy()
1431 fmd_asru_update_status_t *entryp = (fmd_asru_update_status_t *)arg; in fmd_asru_update_status() local
1434 if (*entryp->faus_countp >= entryp->faus_maxcount) in fmd_asru_update_status()
1437 status = entryp->faus_ba[*entryp->faus_countp]; in fmd_asru_update_status()
1445 if (entryp->faus_is_proxy ? in fmd_asru_update_status()
[all …]
H A Dfmd_case.c315 fmd_case_lst_t *entryp = (fmd_case_lst_t *)arg; in fmd_case_set_lst() local
319 if (*entryp->fcl_countp >= entryp->fcl_maxcount) in fmd_case_set_lst()
323 *entryp->fcl_msgp = B_FALSE; in fmd_case_set_lst()
324 entryp->fcl_ba[*entryp->fcl_countp] = 0; in fmd_case_set_lst()
327 entryp->fcl_ba[*entryp->fcl_countp] |= FM_SUSPECT_DEGRADED; in fmd_case_set_lst()
329 entryp->fcl_ba[*entryp->fcl_countp] |= FM_SUSPECT_UNUSABLE; in fmd_case_set_lst()
331 entryp->fcl_ba[*entryp->fcl_countp] |= FM_SUSPECT_FAULTY; in fmd_case_set_lst()
333 entryp->fcl_ba[*entryp->fcl_countp] |= FM_SUSPECT_NOT_PRESENT; in fmd_case_set_lst()
335 entryp->fcl_ba[*entryp->fcl_countp] |= FM_SUSPECT_REPAIRED; in fmd_case_set_lst()
337 entryp->fcl_ba[*entryp->fcl_countp] |= FM_SUSPECT_REPLACED; in fmd_case_set_lst()
[all …]
/titanic_41/usr/src/cmd/rpcsvc/
H A Drusers.c243 struct entry *entryp, *lim; in collectnames() local
282 for (entryp = entry; entryp < lim; entryp++) { in collectnames()
283 if (strcmp(entryp->machine, host) == 0) in collectnames()
369 struct entry *entryp, *lim; in collectnames_3() local
409 for (entryp = entry; entryp < lim; entryp++) { in collectnames_3()
410 if (strcmp(entryp->machine, host) == 0) in collectnames_3()
H A Drup.c315 register struct entry *entryp, *lim; local
343 for (entryp = entry; entryp < lim; entryp++)
344 if (netbufeq(&taddr->addr, entryp->addr))
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/kctl/
H A Dkctl_isadep.c76 uint32_t *entryp = tl ? &kmdb_trap_tl1 : &kmdb_trap; in kctl_ktrap_install() local
82 *savp = *entryp; in kctl_ktrap_install()
85 kctl_patch_text((caddr_t)(entryp + 1), inst); in kctl_ktrap_install()
88 kctl_patch_text((caddr_t)entryp, inst); in kctl_ktrap_install()
/titanic_41/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c368 dsym_cat_t *entryp = NULL; in dsym_get_cat_by_name() local
385 entryp = &cats[i]; in dsym_get_cat_by_name()
390 if (entryp != NULL) { in dsym_get_cat_by_name()
396 const char *ptr = cat + entryp->dc_minlen; in dsym_get_cat_by_name()
397 if (entryp->dc_id == DSYM_VENDOR) { in dsym_get_cat_by_name()
414 *entry = entryp; in dsym_get_cat_by_name()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c820 free_entry(hashentry_t **entryp) in free_entry() argument
822 if (entryp) { in free_entry()
823 if (*entryp) { in free_entry()
824 if ((*entryp)->special) in free_entry()
825 free((*entryp)->special); in free_entry()
826 if ((*entryp)->fstype) in free_entry()
827 free((*entryp)->fstype); in free_entry()
828 free_list((*entryp)->mountps); in free_entry()
829 free(*entryp); in free_entry()
831 *entryp = NULL; in free_entry()
/titanic_41/usr/src/cmd/setfacl/
H A Dsetfacl.c405 convert_to_aclent_t(char *entryp, int *cntp, aclent_t **aclpp, int mode) in convert_to_aclent_t() argument
414 if (entryp == NULL) in convert_to_aclent_t()
429 if (entryp[0] == 'u') in convert_to_aclent_t()
431 if (entryp[0] == 'g') in convert_to_aclent_t()
435 if (parse_entry(entryp, &tmpacl, mode) == -1) in convert_to_aclent_t()
/titanic_41/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c202 u_int32_t *bitmap, count, *entryp, i, id, nentries, *tmpmap; local
334 entryp = bitmap + (nentries * lockerp->dd_id);
335 OR_MAP(entryp, tmpmap, nentries);
344 CLR_MAP(entryp, lockerp->dd_id);
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6146 devlinktab_list_t *entryp; in read_devlinktab_file() local
6235 entryp = in read_devlinktab_file()
6238 entryp->line_number = devlinktab_line; in read_devlinktab_file()
6240 if ((entryp->selector = create_selector_list(selector)) in read_devlinktab_file()
6242 free(entryp); in read_devlinktab_file()
6245 entryp->selector_pattern = s_strdup(selector); in read_devlinktab_file()
6247 if ((entryp->p_link = create_link_list(p_link)) == NULL) { in read_devlinktab_file()
6248 free_selector_list(entryp->selector); in read_devlinktab_file()
6249 free(entryp->selector_pattern); in read_devlinktab_file()
6250 free(entryp); in read_devlinktab_file()
[all …]

12