Searched refs:entry (Results 251 - 275 of 1629) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Drandkey_s.c68 ret = hdb_add_current_keys_to_history(context->context, &ent.entry);
74 &ent.entry,
81 ent.entry.kvno++;
83 ret = _kadm5_set_modifier(context, &ent.entry);
86 ret = _kadm5_bump_pw_expire(context, &ent.entry);
91 ret = hdb_seal_keys(context->context, context->db, &ent.entry);
100 hdb_replace_extension(context->context, &ent.entry, &ext);
109 &ent.entry,
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSSymbolTableObject.h79 SymbolTableEntry::Fast entry = iter->value;
80 ASSERT(!entry.isNull());
81 slot.setValue(object, entry.getAttributes() | DontDelete, object->registerAt(entry.getIndex()).get());
94 SymbolTableEntry::Fast entry = iter->value;
95 ASSERT(!entry.isNull());
97 object->registerAt(entry.getIndex()).get(), entry.getAttributes() | DontDelete);
111 SymbolTableEntry::Fast entry = iter->value;
112 ASSERT(!entry
[all...]
/macosx-10.10/OpenSSH-189/openssh/contrib/
H A Dgnome-ssh-askpass1.c73 GtkWidget *dialog, *entry, *label; local
89 entry = gtk_entry_new();
90 gtk_box_pack_start(GTK_BOX(GNOME_DIALOG(dialog)->vbox), entry, FALSE,
92 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE);
93 gtk_widget_grab_focus(entry);
115 gnome_dialog_editable_enters(GNOME_DIALOG(dialog), GTK_EDITABLE(entry));
129 passphrase = gtk_entry_get_text(GTK_ENTRY(entry));
135 gtk_entry_set_text(GTK_ENTRY(entry), passphrase);
/macosx-10.10/WebCore-7600.1.25/page/
H A DPerformanceEntryList.cpp61 void PerformanceEntryList::append(PassRefPtr<PerformanceEntry> entry) argument
63 m_entries.append(entry);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dfspaging.d73 syscall::*read:entry,
74 syscall::*write*:entry
92 syscall::*read:entry
99 syscall::*write*:entry
114 fbt::fop_putpage:entry,
115 fbt::fop_getpage:entry
124 fbt::fop_read:entry,
125 fbt::fop_write:entry
133 fbt:ufs:ufs_getpage_ra:entry
H A Dsyscallbypid.d44 syscall:::entry
/macosx-10.10/dtrace-147/DTTk/FS/
H A Dfspaging.d73 syscall::*read:entry,
74 syscall::*write*:entry
92 syscall::*read:entry
99 syscall::*write*:entry
114 fbt::fop_putpage:entry,
115 fbt::fop_getpage:entry
124 fbt::fop_read:entry,
125 fbt::fop_write:entry
133 fbt:ufs:ufs_getpage_ra:entry
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Dsyscallbypid.d44 syscall:::entry
/macosx-10.10/dtrace-147/test/tst/common/fbtprovider/
H A Dtst.ioctlargs.d39 fbt::sigprocmask:entry
H A Dtst.offsetzero.d39 fbt::sigprocmask:entry
/macosx-10.10/dtrace-147/test/tst/common/misc/
H A Dtst.haslam.d48 syscall:::entry
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.emptystack.d55 pid$1:::entry
/macosx-10.10/dtrace-147/test/tst/common/raise/
H A Dtst.raise2.d57 syscall::exit:entry
/macosx-10.10/dtrace-147/test/tst/common/speculation/
H A Derr.D_EXIT_SPEC.ExitAftSpec.d42 syscall:::entry
H A Derr.D_SPEC_DREC.SpecAftDataRec.d42 syscall:::entry
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dmain.c132 char *entry; local
137 if ((entry = (char *) malloc (strlen (name) + strlen (value) + 2)) == NULL)
139 strcpy (entry, name);
140 strcat (entry, "=");
141 strcat (entry, value);
149 free (entry);
156 rc = putenv (entry);
157 free (entry);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgenlist.h52 /* Insert an entry at the beginning/end og the list. */
58 typedef void *(genlist_func_t) (void *entry, void *arg);
60 /* Traverse the list and call 'func' for each entry. As long as func() returns
62 * 'entry' arg), the list traversal exits and the return value is returned
67 /* Get first entry in list if head is not NULL, otherwise get next
68 * entry based on saved position in list from previous call as stored in buf.
74 typedef void (genlist_freedata_t) (void *entry);
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c48 struct archive_entry *entry; member in struct:mtree_writer
284 dir_len(struct archive_entry *entry) argument
288 path = archive_entry_pathname(entry);
304 dir_len(struct archive_entry *entry) argument
311 path = archive_entry_pathname(entry);
341 parent_dir_changed(struct archive_string *dir, struct archive_entry *entry) argument
346 l = dir_len(entry);
347 path = archive_entry_pathname(entry);
365 * first entry.
367 * - Write /set keyword. It is using values of the first entry whos
374 set_global(struct mtree_writer *mtree, struct archive_entry *entry) argument
500 get_keys(struct mtree_writer *mtree, struct archive_entry *entry) argument
546 archive_write_mtree_header(struct archive_write *a, struct archive_entry *entry) argument
648 struct archive_entry *entry; local
[all...]
/macosx-10.10/ruby-106/extras/dtrace_sample/
H A Dprint_calls.d2 /* Prints the file, line, class and function of every function entry and function return. */
4 ruby*:::function-entry
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOSharedDataQueue.cpp148 IODataQueueEntry *entry = 0; local
174 entry = dataQueue->queue;
176 entry = head;
180 return entry;
188 IODataQueueEntry * entry; local
201 // Is there enough room at the end for the entry?
205 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail);
207 entry->size = dataSize;
208 memcpy(&entry->data, data, dataSize);
210 // The tail can be out of bound when the size of the new entry
273 IODataQueueEntry * entry = 0; local
[all...]
/macosx-10.10/pdisk-9/
H A Ddump.c132 void dump_partition_entry(partition_map *entry, int type_length, int name_length, int digits);
206 partition_map * entry; local
248 for (entry = map->disk_order; entry != NULL;
249 entry = entry->next_on_disk) {
251 dump_partition_entry(entry, max_type_length, max_name_length, digits);
254 for (entry = map->base_order; entry != NULL;
255 entry
265 dump_partition_entry(partition_map *entry, int type_length, int name_length, int digits) argument
496 partition_map * entry; local
781 display_patches(partition_map *entry) argument
850 partition_map * entry; local
873 partition_map * entry; local
907 partition_map * entry; local
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dballoc.c28 vtd_table_entry_t entry; local
38 entry = bf->tables[0][next];
39 vtassert(entry.free.free);
40 next = entry.free.next;
48 vtd_table_entry_t entry; local
60 entry.bits = 0;
61 entry.free.free = 1;
62 entry.free.size = size;
63 entry.free.prev = size;
64 entry
74 vtd_table_entry_t entry; local
118 vtd_table_entry_t entry; local
179 vtd_table_entry_t entry; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Ddir.c46 dir->entry.name[0] = '\0';
47 dir->entry.length = 0;
104 struct dirent *entry; local
111 entry = readdir(dir->handle);
113 if (entry == NULL)
119 if (sizeof(dir->entry.name) <= strlen(entry->d_name))
122 strcpy(dir->entry.name, entry->d_name);
127 dir->entry
[all...]
/macosx-10.10/ntp-92/lib/isc/unix/
H A Ddir.c46 dir->entry.name[0] = '\0';
47 dir->entry.length = 0;
104 struct dirent *entry; local
111 entry = readdir(dir->handle);
113 if (entry == NULL)
119 if (sizeof(dir->entry.name) <= strlen(entry->d_name))
122 strcpy(dir->entry.name, entry->d_name);
127 dir->entry
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_subr.c100 * This feature is using a list of entries, each entry containing a pointer
124 dtrace_proc_awaited_entry_t *entry, *tmp; local
133 * For each entry, if it has not been matched with a process yet we
135 * entry is initialized with the process id and the process task is
138 LIST_FOREACH_SAFE(entry, &dtrace_proc_awaited_head, entries, tmp) {
139 if ((entry->pdesc->p_pid == -1)
140 && !strncmp(entry->pdesc->p_comm, &p->p_comm[0], sizeof(p->p_comm)))
142 entry->pdesc->p_pid = p->p_pid;
144 wakeup(entry);
153 dtrace_proc_awaited_entry_t entry; local
[all...]

Completed in 310 milliseconds

<<11121314151617181920>>