Searched refs:what (Results 1 - 25 of 462) sorted by path

1234567891011>>

/freebsd-11-stable/bin/freebsd-version/
H A Dfreebsd-version.sh.in70 what -qs "$kernfile" | sed -n "s/$KERNEL_RE/\\1/p"
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c81 args->what.name = "giant-skunk";
82 args->what.dir.data.data_len = rootfh->fhandle3_len;
83 args->what.dir.data.data_val = rootfh->fhandle3_val;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh35 # specifics of context. This test therefore asserts that we can read what we
36 # think we should be able to, that we can't read what we think we shouldn't be
38 # what we cannot assert one way or the other.
42 #define CANREAD(what, field) \
43 BEGIN { errmsg = "can't read field from what"; printf("field: "); \
44 trace(what->field); printf("\n"); }
46 #define CANTREAD(what, field) \
47 BEGIN { errmsg = ""; trace(what->field); \
48 printf("\nable to successfully read field from what!"); exit(1); }
50 #define MIGHTREAD(what, fiel
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c582 predicate_add(char **pred, char *what, char *cmp, uintptr_t value) argument
587 if (what == NULL)
596 newlen = len + strlen(what) + 32 + strlen("( && )");
602 *pred, what, cmp, (void *)value);
604 (void) sprintf(new, "(%s) && (%s)", *pred, what);
609 what, cmp, (void *)value);
611 (void) sprintf(new, "%s", what);
627 filter_add(char **filt, char *what, uintptr_t base, uintptr_t size) argument
639 " || " : "", what, (void *)base, what, (voi
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c313 dtrace_dropkind_t what, uint64_t howmany)
319 assert(what == DTRACEDROP_PRINCIPAL || what == DTRACEDROP_AGGREGATION);
324 drop.dtdda_kind = what;
329 (void) snprintf(str, sizeof (str), "[%s] ", dt_droptag(what));
339 what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ",
312 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c126 * not in the range of what we consider "printable" ASCII, display it
148 print_what(FILE *fp, mode_t what) argument
152 switch (what & S_IFMT) {
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c112 const char *who, /* what function, or part thereof, is reporting */
113 const char *what, /* what was expected */
117 fprintf(stderr, "%s, expecting \"%s\" at \"%s\"\n", who, what, where);
111 _expected( const char *who, const char *what, const char *where, int line) argument
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_subr.c167 /* Delay unmount of what was looked up */
241 * XXX: EXPERIMENTAL! Delay unmount of what was looked up. This
729 * keep retrying (stupid or what - if it's
730 * stale now, what's it going to be in 5 minutes?)
1113 /* Delay unmount of what was looked up */
1143 am_nfs_fh3 *dir = &argp->what.dir;
1186 name = argp->what.name;
1202 * XXX: EXPERIMENTAL! Delay unmount of what was looked up. This
H A Dops_nfs.c648 args3.what.dir.am_fh3_length = 0;
649 args3.what.name = wnfs_path;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex36 % of date, so if that's what you're using, please check.
829 % leading; that is exactly what \strutbox is supposed to record.
1115 % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to
1265 % #1 is the section text, which is what will be displayed in the
1391 % tried to figure out what each command should do in the context
1480 % used as factors; they just match (closely enough) what Knuth defined.
1776 % This is what gets called when #5 of \setfont is empty.
2201 % By the way, for comparison, here's what fits with @example (10pt):
2804 % which is what @var uses.
3337 % For example, this is what
[all...]
/freebsd-11-stable/contrib/amd/include/
H A Dam_xdr_func.h275 am_diropargs3 what; member in struct:am_LOOKUP3args
720 am_mknoddata3 what; member in struct:am_MKNOD3args
/freebsd-11-stable/contrib/amd/libamu/
H A Dxdr_func.c1379 if (!xdr_am_diropargs3(xdrs, &objp->what))
2514 if (!xdr_am_mknoddata3(xdrs, &objp->what))
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.cpp78 impl::usage_error::what(void) function in class:impl::usage_error
233 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n";
238 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n";
242 << e.what() << "\n";
H A Dapplication.hpp48 const char* what(void) const throw();
H A Dexceptions.cpp69 atf::system_error::what(void) function in class:atf::system_error
75 m_message = std::string(std::runtime_error::what()) + ": ";
H A Dexceptions.hpp47 const char* what(void) const throw();
H A Dexceptions_test.cpp94 ATF_REQUIRE(std::string(e.what()).find("System error 1") !=
97 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
113 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
128 const std::string msg = e.what();
131 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros.hpp149 << atfu_e.what(); \
169 if (!atf::tests::detail::match(regexp, e.what())) { \
173 << e.what() << "), but does not match '" << regexp \
181 << atfu_e.what(); \
H A Dmacros_test.cpp189 if (get_config_var("what") == "throw_int")
191 else if (get_config_var("what") == "throw_rt")
194 else if (get_config_var("what") == "no_throw_rt")
210 if (get_config_var("what") == "throw_int")
212 else if (get_config_var("what") == "throw_rt_match")
215 else if (get_config_var("what") == "throw_rt_no_match")
218 else if (get_config_var("what") == "no_throw_rt")
247 if (get_config_var("what") == "no_error")
249 else if (get_config_var("what") == "errno_ok")
251 else if (get_config_var("what")
565 const char *what; member in struct:test
614 const char *what; member in struct:test
666 const char *what; member in struct:test
714 const char *what; member in struct:test
[all...]
H A Dtests.cpp654 << Program_Name << ": ERROR: " << e.what() << '\n'
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c142 find (str, what)
144 char *what;
148 p = what;
154 p = what;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibbfd.c340 endian order regardless of what else is going on. This is useful in
357 target machine. It doesn't matter what the byte order of the host
854 /* We don't know what changes the bfd's get_section_contents
968 warn_deprecated (const char *what,
982 what, file, line, func);
984 fprintf (stderr, _("Deprecated %s called\n"), what);
965 warn_deprecated(const char *what, const char *file, int line, const char *func) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c1170 run (const char *what, char *args) argument
1179 inform ("run: %s %s", what, args);
1189 argv[i++] = what;
1231 what, WEXITSTATUS (wait_status));
2148 /* This is what we're trying to make. We generate the imp symbols with
2497 why it did that, and it does not match what I see
H A Ddllwrap.c342 run (const char *what, char *args) argument
354 fprintf (stderr, "%s %s\n", what, args);
364 argv[i++] = what;
417 warn (_("%s exited with status %d"), what, WEXITSTATUS (wait_status));
485 fprintf (file, _(" --dry-run Show what needs to be run\n"));
811 Creating one, but that may not be what you want"));
H A Dobjcopy.c1544 /* Umm, not sure what to do in this case. */
2412 and we don't know what the user wants). The section length
3011 enum change_action what = CHANGE_IGNORE;
3049 case '=': what = CHANGE_SET; break;
3051 case '+': what = CHANGE_MODIFY; break;
3057 p->change_vma = what;
3062 p->change_lma = what;
3067 p->change_vma = what;
3009 enum change_action what = CHANGE_IGNORE; local

Completed in 521 milliseconds

1234567891011>>