Searched refs:entry (Results 101 - 125 of 1421) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.d29 syscall::getpid:entry
H A Dtst.depth.ksh44 pid\$target:::entry,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh42 pid\$target:ld.so.1:calloc:entry
47 pid\$target:ld.so.1:malloc:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.badinstr.d33 pid$1:a.out:badfunc:entry
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
52 pid$1:a.out:bad:entry
57 syscall::rexit:entry
H A Dtst.embedded.d40 pid$1:a.out:waiting:entry
52 syscall::rexit:entry
H A Dtst.ret.d36 pid$1:a.out:waiting:entry
52 pid$1:a.out:done:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.circstack.d29 syscall::getpid:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d37 pid$1:a.out:waiting:entry
49 syscall::rexit:entry
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
52 pid$1:a.out:bad:entry
57 syscall::rexit:entry
H A Dtst.embedded.d40 pid$1:a.out:waiting:entry
52 syscall::rexit:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.circstack.d29 syscall::getpid:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch300 if (FcN[f] == 0 && found) n = "entry"
327 if (_n !~ /entry|return/) {
908 # Header for watched probe entry
912 *:execve:entry|execve:entry)
921 PROBE="${PROBE%entry}return"
1369 printf("%s%s:%s:%s:%s ", probename == "entry" ? "-> " :
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_ldap.c377 LDAPMessage *res = NULL, *entry; local
425 plog(XLOG_USER, "No timestamp entry for map %s\n", map);
431 entry = ldap_first_entry(a->ldap, res);
432 vals = ldap_get_values(a->ldap, entry, AMD_LDAP_TSATTR);
474 LDAPMessage *entry, *res = NULL; local
549 entry = ldap_first_entry(a->ldap, res);
550 vals = ldap_get_values(a->ldap, entry, AMD_LDAP_ATTR);
H A Dmapc.c112 search_fn *search; /* Search for new entry */
432 * If the entry value contains multiple lines we need to break
437 * each type:=auto entry on the same line separated by '\n'.
439 char *entry, *tok; local
442 * The first line should contain the first entry. The key for
443 * this entry is the key passed into this function.
455 /* find the entry */
456 for (entry = key; *entry && !isspace((unsigned char)*entry); entr
[all...]
H A Dsun2amd.c74 char line_buff[INFO_MAX_LINE_LEN], *tmp, *key, *entry; local
107 plog(XLOG_ERROR, "map line %d has no entry", line);
112 plog(XLOG_ERROR, "map line %d has no entry", line);
115 entry = tmp;
117 /* convert the sun entry to an amd entry */
118 if ((tmp = sun_entry2amd(key, entry)) == NULL) {
H A Dsun_map_parse.y97 entries : entry
98 | entry new_lines
99 | entry new_lines entries
106 entry : locations { label
109 struct sun_entry *entry;
111 /* allocate an entry */
112 entry = CALLOC(struct sun_entry);
115 * Assign the global location list to this entry and reset the
120 entry->location_list = (struct sun_location *)list->first;
123 /* Add this entry t
[all...]
/freebsd-11-stable/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h114 typedef entry nfsentry;
H A Dnfs_prot_freebsd3.h152 typedef entry nfsentry;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex339 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
1268 % which might be empty if this toc entry had no corresponding node.
3895 % of an alignment entry. \everycr resets \everytab so we don't have to
3969 % to the width of each template entry.
4288 % \fooindex ...rest of line... puts an entry in the index foo.
4356 % which makes an entry in a two-level index such as the operation index.
4365 % Take care of Texinfo commands that can appear in an index entry.
4375 % definitions when @{ or @} appear in index entry text. Also, more
4383 % I don't entirely understand this, but when an index entry is
4404 % .@write3{\entry{xy
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in49 my $entry;

Completed in 183 milliseconds

1234567891011>>