Searched refs:entry (Results 226 - 250 of 1629) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_object.c148 ipc_entry_t entry; local
152 kr = ipc_right_lookup_read(space, name, &entry);
157 if ((entry->ie_bits & MACH_PORT_TYPE(right)) == MACH_PORT_TYPE_NONE) {
162 object = entry->ie_object;
233 * Allocate a dead-name entry.
239 * KERN_NO_SPACE No room for an entry in the space.
248 ipc_entry_t entry; local
251 kr = ipc_entry_alloc(space, namep, &entry);
258 assert(entry->ie_object == IO_NULL);
259 entry
283 ipc_entry_t entry; local
328 ipc_entry_t entry; local
396 ipc_entry_t entry; local
500 ipc_entry_t entry; local
770 ipc_entry_t entry; local
861 ipc_entry_t entry; local
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dhash.c51 * A single entry in the hash table
259 a new entry needs to allocated and data copied into it from
279 * put back the entry in the new table
405 * by using the @name. Existing entry for this @name will be removed
425 * by using the (@name, @name2) tuple. Existing entry for this tuple will
521 xmlHashEntryPtr entry; local
585 entry = &(table->table[key]);
587 entry = xmlMalloc(sizeof(xmlHashEntry));
588 if (entry == NULL)
593 entry
637 xmlHashEntryPtr entry; local
758 xmlHashEntryPtr entry; local
804 xmlHashEntryPtr entry; local
1074 xmlHashEntryPtr entry; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dhash.c35 * A single entry in the hash table
227 a new entry needs to allocated and data copied into it from
247 * put back the entry in the new table
373 * by using the @name. Existing entry for this @name will be removed
393 * by using the (@name, @name2) tuple. Existing entry for this tuple will
489 xmlHashEntryPtr entry; local
553 entry = &(table->table[key]);
555 entry = xmlMalloc(sizeof(xmlHashEntry));
556 if (entry == NULL)
561 entry
605 xmlHashEntryPtr entry; local
726 xmlHashEntryPtr entry; local
772 xmlHashEntryPtr entry; local
1042 xmlHashEntryPtr entry; local
[all...]
/macosx-10.10/Heimdal-398.1.2/admin/
H A Dremove.c42 krb5_keytab_entry entry; local
81 entry.principal = principal;
82 entry.keyblock.keytype = enctype;
83 entry.vno = opt->kvno_integer;
84 ret = krb5_kt_remove_entry(context, keytab, &entry);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_rq.h60 struct re_s* entry
72 struct re_s* entry
78 struct re_s* entry
84 struct re_s* entry
90 struct re_s* entry,
/macosx-10.10/bootp-298/bootplib/
H A Dinetroute.c140 inetroute_t * entry; local
148 entry = list_p->list + list_p->count;
149 bzero(entry, sizeof(*entry));
150 entry->dest = dst_p->sin_addr;
152 entry->mask = mask_p->sin_addr;
163 entry->gateway.link = *sdl;
167 entry->gateway.inet = *in_p;
196 inetroute_t * entry; local
201 entry
214 inetroute_t * entry = list_p->list + i; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFDebugRangeList.cpp31 RangeListEntry entry; local
33 entry.StartAddress = data.getAddress(offset_ptr);
34 entry.EndAddress = data.getAddress(offset_ptr);
40 if (entry.isEndOfListEntry())
42 Entries.push_back(entry);
/macosx-10.10/system_cmds-643.1.1/dynamic_pager.tproj/
H A Ddynamic_pager.c26 struct dirent *entry; local
35 while ((entry = readdir(dir)) != NULL) {
36 if (entry->d_namlen>= 4 && strncmp(entry->d_name, "swap", 4) == 0) {
37 snprintf(buf, sizeof buf, "%s/%s", path, entry->d_name);
/macosx-10.10/libauto-186/
H A Dauto_weak.cpp108 // for larger tables drop one entry from the end to give an odd number of hash buckets for better hashing
185 weak_entry_t *entry = table + index; local
186 if (entry->referent == NULL) {
187 *entry = *new_entry;
192 malloc_printf("no room for new entry in auto weak ref table!\n");
196 // Remove entry from the zone's table of weak references, and rehash
198 static void weak_entry_remove_no_lock(Zone *azone, weak_entry_t *entry) argument
200 // remove entry
201 entry->referent = NULL;
202 if (entry
238 weak_entry_t *entry; local
283 weak_entry_t *entry = table + index; local
295 weak_entry_t *entry = weak_entry_for_referent(azone, referent); local
314 weak_entry_t &entry = zone->weak_refs_table[i]; local
332 weak_entry_t &entry = zone->weak_refs_table[i]; local
351 weak_clear_entry_no_lock(Zone *azone, weak_entry_t *entry, uintptr_t *weak_refs_count, auto_weak_callback_block_t **head) argument
416 weak_entry_t *entry = weak_entry_for_referent(azone, (void *)garbage[i]); local
434 weak_entry_t *entry; local
450 weak_entry_t *entry; local
486 weak_entry_t *entry = weak_entry_for_referent(azone, oldReferent); local
516 weak_entry_t *entry = weak_entry_for_referent(azone, referent); local
544 weak_entry_t *entry = weak_entry_for_referent(azone, referent); local
558 weak_entry_t *entry = weak_entry_for_referent(azone, referent); local
620 weak_entry_t *entry = weak_entry_for_referent(azone, referent); local
656 weak_entry_t *entry = weak_entry_for_referent(azone, referent); local
754 weak_entry_t *entry = table + start; local
758 weak_entry_t *entry = table + start; local
769 weak_entry_t *entry = table + i; local
[all...]
/macosx-10.10/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c56 RealDTEntry entry; member in struct:DTSavedScope
71 RealDTEntry entry; member in struct:OpaqueDTPropertyIterator
83 skipProperties(RealDTEntry entry) argument
88 if (entry == NULL || entry->nProperties == 0) {
91 prop = (DeviceTreeNodeProperty *) (entry + 1);
92 for (k = 0; k < entry->nProperties; k++) {
102 RealDTEntry entry; local
105 entry = skipProperties(root);
106 if (entry
409 DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize) argument
432 DTCreatePropertyIterator(const DTEntry entry, DTPropertyIterator *iterator) argument
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c325 struct mtree_entry *entry; local
331 if ((entry = malloc(sizeof(*entry))) == NULL) {
335 entry->next = NULL;
336 entry->options = NULL;
337 entry->name = NULL;
338 entry->used = 0;
339 entry->full = 0;
341 /* Add this entry to list. */
343 mtree->entries = entry;
454 read_header(struct archive_read *a, struct archive_entry *entry) argument
514 parse_file(struct archive_read *a, struct archive_entry *entry, struct mtree *mtree, struct mtree_entry *mentry, int *use_next) argument
722 parse_line(struct archive_read *a, struct archive_entry *entry, struct mtree *mtree, struct mtree_entry *mp, int *parsed_kws) argument
750 parse_device(struct archive *a, struct archive_entry *entry, char *val) argument
776 parse_keyword(struct archive_read *a, struct mtree *mtree, struct archive_entry *entry, struct mtree_option *option, int *parsed_kws) argument
[all...]
H A Darchive_write_set_format_cpio_newc.c115 archive_write_newc_header(struct archive_write *a, struct archive_entry *entry) argument
127 path = archive_entry_pathname(entry);
132 format_hex(archive_entry_devmajor(entry), &h.c_devmajor,
134 format_hex(archive_entry_devminor(entry), &h.c_devminor,
137 ino = archive_entry_ino64(entry);
145 format_hex(archive_entry_mode(entry), &h.c_mode, sizeof(h.c_mode));
146 format_hex(archive_entry_uid(entry), &h.c_uid, sizeof(h.c_uid));
147 format_hex(archive_entry_gid(entry), &h.c_gid, sizeof(h.c_gid));
148 format_hex(archive_entry_nlink(entry), &h.c_nlink, sizeof(h.c_nlink));
149 if (archive_entry_filetype(entry)
[all...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclTrace.c153 XOTclMemCounter *entry; local
162 entry = (XOTclMemCounter*)ckalloc(sizeof(XOTclMemCounter));
163 entry->count = 1;
164 entry->peak = 1;
165 Tcl_SetHashValue(hPtr, entry);
167 entry = (XOTclMemCounter*) Tcl_GetHashValue(hPtr);
168 entry->count++;
169 if (entry->count > entry->peak)
170 entry
176 XOTclMemCounter *entry; local
209 XOTclMemCounter *entry = (XOTclMemCounter*) Tcl_GetHashValue(hPtr); local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-frv.c462 /* A 24-bit pc-relative relocation referencing the TLS PLT entry for
591 /* A 12-bit signed operand with the GOT offset for the TLSOFF entry
607 /* The upper 16 bits of the GOT offset for the TLSOFF entry for a
623 /* The lower 16 bits of the GOT offset for the TLSOFF entry for a
673 symbol+addend whose TLS resolver entry point is given by the sum
690 symbol+addend whose TLS offset GOT entry is given by the sum of
804 an entry point, and the second resolves to a special argument.
805 If the symbol turns out to be in static TLS, the entry point is a
807 for the symbol. If it's in dynamic TLS, the entry point is a TLS
869 /* Location of the first non-lazy PLT entry,
1143 const struct frvfdpic_relocs_info *entry = entry_; local
1166 frvfdpic_relocs_info_find(struct htab *ht, bfd *abfd, const struct frvfdpic_relocs_info *entry, enum insert_option insert) argument
1205 struct frvfdpic_relocs_info entry; local
1224 struct frvfdpic_relocs_info entry; local
1273 _frvfdpic_add_dyn_reloc(bfd *output_bfd, asection *sreloc, bfd_vma offset, int reloc_type, long dynindx, bfd_vma addend, struct frvfdpic_relocs_info *entry) argument
1309 _frvfdpic_add_rofixup(bfd *output_bfd, asection *rofixup, bfd_vma offset, struct frvfdpic_relocs_info *entry) argument
1391 _frvfdpic_emit_got_relocs_plt_entries(struct frvfdpic_relocs_info *entry, bfd *output_bfd, struct bfd_link_info *info, asection *sec, Elf_Internal_Sym *sym, bfd_vma addend) argument
4460 _frvfdpic_count_nontls_entries(struct frvfdpic_relocs_info *entry, struct _frvfdpic_dynamic_got_info *dinfo) argument
4524 _frvfdpic_count_tls_entries(struct frvfdpic_relocs_info *entry, struct _frvfdpic_dynamic_got_info *dinfo, bfd_boolean subtract) argument
4569 _frvfdpic_count_relocs_fixups(struct frvfdpic_relocs_info *entry, struct _frvfdpic_dynamic_got_info *dinfo, bfd_boolean subtract) argument
4640 _frvfdpic_relax_tls_entries(struct frvfdpic_relocs_info *entry, struct _frvfdpic_dynamic_got_info *dinfo, bfd_boolean relaxing) argument
4757 struct frvfdpic_relocs_info *entry = *entryp; local
5030 struct frvfdpic_relocs_info *entry = *entryp; local
5108 struct frvfdpic_relocs_info *entry = *entryp; local
5210 struct frvfdpic_relocs_info *entry = *entryp; local
5233 struct frvfdpic_relocs_info *entry = *entryp; local
5606 struct frvfdpic_relocs_info *entry = *entryp; local
[all...]
H A Delf-strtab.c28 /* An entry in the strtab hash table. */
33 /* Length of this entry. This includes the zero terminator. */
59 /* Routine to create an entry in a section merge hashtab. */
62 elf_strtab_hash_newfunc (struct bfd_hash_entry *entry, argument
68 if (entry == NULL)
69 entry = bfd_hash_allocate (table, sizeof (struct elf_strtab_hash_entry));
70 if (entry == NULL)
74 entry = bfd_hash_newfunc (entry, table, string);
76 if (entry)
143 register struct elf_strtab_hash_entry *entry; local
217 struct elf_strtab_hash_entry *entry; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-auc.el81 This is the name of an index, not the entry."
99 "Prompt for an index entry completing with known entries.
109 (LaTeX-index-entry-list))))
119 tag entry)
121 (setq entry (assoc macro reftex-index-macro-alist)))
122 (setq tag (nth 1 entry))
128 (or (reftex-nth-arg tag (nth 6 entry)) "idx")))
167 (defun reftex-add-label-environments (entry-list)
182 entry changed)
183 (while entry
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Drolodex34 $root.frame.entry[1].insert(0,"Takaaki Tateishi")
35 $root.frame.entry[2].insert(0,"Japan Advanced Institute of Science and Techonology")
36 $root.frame.entry[3].insert(0,"1-1 Asahidai, Tatsunokuchi")
37 $root.frame.entry[4].insert(0,"Ishikawa 923-1292, Japan")
38 $root.frame.entry[5].insert(0,"private")
39 $root.frame.entry[6].insert(0,"***-***-****")
40 $root.frame.entry[7].insert(0,"***-***-****")
47 $root.frame.entry[i].value)
53 $root.frame.entry[i].delete(0,"end")
77 attr_reader :entry,
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Drolodex34 $root.frame.entry[1].insert(0,"Takaaki Tateishi")
35 $root.frame.entry[2].insert(0,"Japan Advanced Institute of Science and Techonology")
36 $root.frame.entry[3].insert(0,"1-1 Asahidai, Tatsunokuchi")
37 $root.frame.entry[4].insert(0,"Ishikawa 923-1292, Japan")
38 $root.frame.entry[5].insert(0,"private")
39 $root.frame.entry[6].insert(0,"***-***-****")
40 $root.frame.entry[7].insert(0,"***-***-****")
47 $root.frame.entry[i].value)
53 $root.frame.entry[i].delete(0,"end")
77 attr_reader :entry,
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_class.c82 Tcl_HashEntry *entry;
230 entry = Tcl_CreateHashEntry(&cdPtr->variables, "this", &newEntry);
231 Tcl_SetHashValue(entry, (ClientData)vdefn);
272 Tcl_HashEntry *entry;
300 entry = Tcl_FirstHashEntry(&cdefnPtr->info->objects, &place);
301 while (entry) {
302 contextObj = (ItclObject*)Tcl_GetHashValue(entry);
313 * current entry in the search was deleted and accessing it
317 entry = Tcl_FirstHashEntry(&cdefnPtr->info->objects, &place);
321 entry
81 Tcl_HashEntry *entry; local
270 Tcl_HashEntry *entry; local
390 Tcl_HashEntry *entry; local
491 Tcl_HashEntry *entry; local
938 Tcl_HashEntry *entry; local
1061 Tcl_HashEntry *entry; local
1208 Tcl_HashEntry *entry; local
1281 Tcl_HashEntry *entry; local
1348 Tcl_HashEntry *entry; local
1573 Tcl_HashEntry *entry; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dmit_dump.c283 krb5_parse_name(context, q, &ent.entry.principal);
285 attr_to_flags(attributes, &ent.entry.flags);
288 ALLOC(ent.entry.max_life);
289 *ent.entry.max_life = tmp;
293 ALLOC(ent.entry.max_renew);
294 *ent.entry.max_renew = tmp;
298 ALLOC(ent.entry.valid_end);
299 *ent.entry.valid_end = tmp;
303 ALLOC(ent.entry.pw_end);
304 *ent.entry
[all...]
/macosx-10.10/libarchive-30/libarchive/cpio/
H A Dcpio.c455 struct archive_entry *entry, *spare; local
520 entry = NULL;
521 archive_entry_linkify(cpio->linkresolver, &entry, &spare);
522 while (entry != NULL) {
523 entry_to_archive(cpio, entry);
524 archive_entry_free(entry);
525 entry = NULL;
526 archive_entry_linkify(cpio->linkresolver, &entry, &spare);
552 struct archive_entry *entry, *spare; local
561 entry
638 entry_to_archive(struct cpio *cpio, struct archive_entry *entry) argument
745 restore_time(struct cpio *cpio, struct archive_entry *entry, const char *name, int fd) argument
804 struct archive_entry *entry; local
909 struct archive_entry *entry; local
958 list_item_verbose(struct cpio *cpio, struct archive_entry *entry) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DSerialBinding.java20 * A concrete <code>EntryBinding</code> that treats a key or data entry as
98 * Deserialize an object from an entry buffer. May only be called for data
103 * @param entry is the input serialized entry.
107 public Object entryToObject(DatabaseEntry entry) { argument
109 int length = entry.getSize();
114 System.arraycopy(entry.getData(), entry.getOffset(),
131 * Serialize an object into an entry buffer. The fixed serialization
142 * @param entry i
147 objectToEntry(Object object, DatabaseEntry entry) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DPersistKeyBinding.java88 public Object entryToObject(DatabaseEntry entry) { argument
90 (entry.getData(), entry.getOffset(), entry.getSize());
93 public void objectToEntry(Object object, DatabaseEntry entry) { argument
96 TupleBase.outputToEntry(output, entry);
/macosx-10.10/JavaScriptCore-7600.1.17/tools/
H A DProfileTreeNode.h93 MapEntry* entry = entries[e]; local
100 static_cast<long long>(entry->value.count()),
101 entry->key.utf8().data(),
102 static_cast<long long>(entry->value.count() - entry->value.childCount()));
105 entry->value.dumpInternal(indent + 1);
/macosx-10.10/pdisk-9/
H A Dcvt_pt.c163 partition_map * entry; local
190 entry = find_entry_by_disk_address(index, map);
191 if (entry == NULL) {
193 } else if (strcmp(entry->data->dpme_type, kHFSType) != 0) {
195 entry->data->dpme_type);
198 strncpy(entry->data->dpme_type, kUnixType, DPISTRLEN);

Completed in 375 milliseconds

1234567891011>>