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

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/FS/
H A Dfspaging.d74 syscall::*read:entry,
75 syscall::*write*:entry
93 syscall::*read:entry
100 syscall::*write*:entry
115 fbt::fop_putpage:entry,
116 fbt::fop_getpage:entry
125 fbt::fop_read:entry,
126 fbt::fop_write:entry
134 fbt:ufs:ufs_getpage_ra:entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_who.d49 hotspot*:::Call*-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_who.d47 javascript*:::function-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_subcalls.d46 perl*:::sub-entry
H A Dpl_who.d47 perl*:::sub-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_funccalls.d46 php*:::function-entry
H A Dphp_who.d47 php*:::function-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dsyscallbypid.d45 syscall:::entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_funccalls.d46 python*:::function-entry
H A Dpy_who.d47 python*:::function-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_funccalls.d46 ruby*:::function-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_stat.d90 sh*:::function-entry
95 sh*:::builtin-entry
100 sh*:::subshell-entry
106 sh*:::command-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_proccalls.d44 tcl*:::proc-entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d38 syscall:::entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.ioctlargs.d39 fbt::kern_ioctl:entry
H A Dtst.offsetzero.d39 fbt::kern_ioctl:entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.haslam.d48 syscall:::entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.d55 pid$1:::entry
H A Dtst.main.ksh38 # Make sure we can trace main:entry properly -- this was problematic because
48 pid\$target::main:entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.d57 syscall::exit:entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_EXIT_SPEC.ExitAftSpec.d42 syscall:::entry
H A Derr.D_SPEC_DREC.SpecAftDataRec.d42 syscall:::entry
/freebsd-9.3-release/contrib/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...]
/freebsd-9.3-release/crypto/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);
/freebsd-9.3-release/lib/libkse/test/
H A Dhello_s.c14 entry(void * a_arg) function
33 error = pthread_create(&thread, NULL, entry, NULL);

Completed in 129 milliseconds

1234567891011>>