Home
last modified time | relevance | path

Searched full:what (Results 1 – 25 of 5367) sorted by relevance

12345678910>>...215

/illumos-gate/usr/src/cmd/truss/
H A Dactions.c313 setupsysargs(private_t *pri, int what) in setupsysargs() argument
327 if (what != Lsp->pr_syscall) { /* assertion */ in setupsysargs()
329 pri->pname, what, Lsp->pr_syscall); in setupsysargs()
363 int what = Lsp->pr_what; in sysentry() local
369 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP))) in sysentry()
370 what = Lsp->pr_syscall; in sysentry()
373 if (what <= 0 || what > PRMAXSYS) in sysentry()
374 what = 0; in sysentry()
379 setupsysargs(pri, what); in sysentry()
384 stp = subsys(what, subcode); in sysentry()
[all …]
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c60 static int ath_hal_anyregs(int what);
61 static int ath_hal_setupregs(struct ath_diag *atd, int what);
63 static void ath_hal_dumpregs(FILE *fd, int what);
66 static void ath_hal_dumpint(FILE *fd, int what);
67 static void ath_hal_dumpqcu(FILE *fd, int what);
68 static void ath_hal_dumpdcu(FILE *fd, int what);
69 static void ath_hal_dumpbb(FILE *fd, int what);
96 int what, c, i; in main() local
105 what = 0; in main()
111 what |= DUMP_ALL; in main()
[all …]
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c457 errno_t what = errno; in create() local
459 warnc(what, "mq_open(create)"); in create()
460 return (what); in create()
471 errno_t what = errno; in create() local
473 warnc(what, "mq_getfd_np(create)"); in create()
475 return (what); in create()
480 errno_t what = errno; in create() local
482 warnc(what, "fstat(create)"); in create()
484 return (what); in create()
495 errno_t what = errno; in create() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests64 typeset state=INIT data dir file fn line what
82 what=UNKNOWN
116 what=${data#'<auxwhat>'}
117 what=${what%'</auxwhat>'}
118 echo $'\t'"$what"
127 '<what>Syscall param mount(type) points to unaddressable byte(s)</what>')
130 '<what>'*'</what>')
132 what=${data#'<what>'}
133 what=${what%'</what>'}
134 echo $'\n\t'"$what"
[all …]
/freebsd/sys/fs/cuse/
H A Dcuse_defs.h81 #define CUSE_ID_DEFAULT(what) CUSE_MAKE_ID(0,0,what,0) argument
82 #define CUSE_ID_WEBCAMD(what) CUSE_MAKE_ID('W','C',what,0) /* Used by Webcamd. */ argument
83 #define CUSE_ID_SUNDTEK(what) CUSE_MAKE_ID('S','K',what,0) /* Used by Sundtek. */ argument
84 #define CUSE_ID_CX88(what) CUSE_MAKE_ID('C','X',what,0) /* Used by cx88 driver. */ argument
85 #define CUSE_ID_UHIDD(what) CUSE_MAKE_ID('U','D',what,0) /* Used by uhidd. */ argument
/freebsd/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, field) \
[all …]
/illumos-gate/usr/src/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, field) \
[all …]
/illumos-gate/usr/src/cmd/filesync/
H A DREADME31 Overview what filesync does
35 key concepts what they represent
76 will only propagate a change if it is obvious what should
95 remembers what they were like when they agreed. If
125 note of what these values were:
147 flags to describe what we have done/should do
152 reconciliation and record what happened to it.
176 find out what files exist and stating all of
191 gained during pass I, figure out what might conceivably
193 try to figure out what happened or who should win ... it
[all …]
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c99 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) in zfs_component_namecheck() argument
119 *what = *loc; in zfs_component_namecheck()
136 permset_namecheck(const char *path, namecheck_err_t *why, char *what) in permset_namecheck() argument
147 *what = path[0]; in permset_namecheck()
152 return (zfs_component_namecheck(&path[1], why, what)); in permset_namecheck()
183 entity_namecheck(const char *path, namecheck_err_t *why, char *what) in entity_namecheck() argument
187 EQUIV(why == NULL, what == NULL); in entity_namecheck()
232 *what = *loc; in entity_namecheck()
301 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) in dataset_namecheck() argument
303 int ret = entity_namecheck(path, why, what); in dataset_namecheck()
[all …]
/freebsd/crypto/heimdal/doc/doxyout/ntlm/man/man3/
H A Dntlm_core.389 In case of success 0 is return, an errors, a errno in what went wrong.
112 In case of success 0 is return, an errors, a errno in what went wrong.
139 In case of success 0 is return, an errors, a errno in what went wrong.
160 In case of success 0 is return, an errors, a errno in what went wrong.
189 In case of success 0 is return, an errors, a errno in what went wrong.
208 In case of success 0 is return, an errors, a errno in what went wrong.
227 In case of success 0 is return, an errors, a errno in what went wrong.
244 In case of success 0 is return, an errors, a errno in what went wrong.
261 In case of success 0 is return, an errors, a errno in what went wrong.
278 In case of success 0 is return, an errors, a errno in what went wrong.
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_async.c105 be_async_run_eventcb(struct bufferevent *bev, short what, int options) in be_async_run_eventcb() argument
106 { bufferevent_run_eventcb_(bev, what, options|BEV_TRIG_DEFER_CALLBACKS); } in be_async_run_eventcb()
109 be_async_trigger_nolock(struct bufferevent *bev, short what, int options) in be_async_trigger_nolock() argument
110 { bufferevent_trigger_nolock_(bev, what, options|BEV_TRIG_DEFER_CALLBACKS); } in be_async_trigger_nolock()
345 be_async_enable(struct bufferevent *buf, short what) in be_async_enable() argument
357 if (what & EV_READ) in be_async_enable()
359 if (what & EV_WRITE) in be_async_enable()
365 if (what & EV_READ) in be_async_enable()
367 if (what & EV_WRITE) in be_async_enable()
373 be_async_disable(struct bufferevent *bev, short what) in be_async_disable() argument
[all …]
/freebsd/contrib/libevent/
H A Dbufferevent_async.c105 be_async_run_eventcb(struct bufferevent *bev, short what, int options) in be_async_run_eventcb() argument
106 { bufferevent_run_eventcb_(bev, what, options|BEV_TRIG_DEFER_CALLBACKS); } in be_async_run_eventcb()
109 be_async_trigger_nolock(struct bufferevent *bev, short what, int options) in be_async_trigger_nolock() argument
110 { bufferevent_trigger_nolock_(bev, what, options|BEV_TRIG_DEFER_CALLBACKS); } in be_async_trigger_nolock()
345 be_async_enable(struct bufferevent *buf, short what) in be_async_enable() argument
357 if (what & EV_READ) in be_async_enable()
359 if (what & EV_WRITE) in be_async_enable()
365 if (what & EV_READ) in be_async_enable()
367 if (what & EV_WRITE) in be_async_enable()
373 be_async_disable(struct bufferevent *bev, short what) in be_async_disable() argument
[all …]
/freebsd/contrib/googletest/.github/ISSUE_TEMPLATE/
H A D00-bug_report.yml6 id: what-happened
9 description: What happened, and what did you expect to happen?
22 label: What version of GoogleTest are you using?
29 label: What operating system and version are you using?
36 label: What compiler and version are you using?
43 label: What build system are you using?
/freebsd/contrib/atf/atf-c++/
H A Dmacros_test.cpp189 if (get_config_var("what") == "throw_int") in ATF_TEST_CASE_BODY()
191 else if (get_config_var("what") == "throw_rt") in ATF_TEST_CASE_BODY()
194 else if (get_config_var("what") == "no_throw_rt") in ATF_TEST_CASE_BODY()
210 if (get_config_var("what") == "throw_int") in ATF_TEST_CASE_BODY()
212 else if (get_config_var("what") == "throw_rt_match") in ATF_TEST_CASE_BODY()
215 else if (get_config_var("what") == "throw_rt_no_match") in ATF_TEST_CASE_BODY()
218 else if (get_config_var("what") == "no_throw_rt") in ATF_TEST_CASE_BODY()
247 if (get_config_var("what") == "no_error") in ATF_TEST_CASE_BODY()
249 else if (get_config_var("what") == "errno_ok") in ATF_TEST_CASE_BODY()
251 else if (get_config_var("what") == "errno_fail") in ATF_TEST_CASE_BODY()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dnext.c49 unsigned int what in next_x() argument
52 next_x (parent, lastdirp, what) in next_x()
55 unsigned int what;
78 || !is(parent, direntp->d_name, what)
101 unsigned int what in is() argument
104 is (parent, name, what) in is()
107 unsigned int what;
121 return ((statbuf.st_mode & S_IFMT) == what);
/freebsd/crypto/openssl/
H A Dconfigdata.pm.in20 # Unix form /VOLUME/DIR1/DIR2/FILE, which is what VMS perl supports
265 foreach my $what (@disablables) {
266 $longest = length($what) if $longest < length($what);
267 $longest2 = length($disabled{$what})
268 if $disabled{$what} && $longest2 < length($disabled{$what});
271 foreach my $what (@disablables) {
272 print " $what\n" unless $disabled{$what};
275 foreach my $what (@disablables) {
276 if ($disabled{$what}) {
277 print " $what", ' ' x ($longest - length($what) + 1),
[all …]
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Derrmsg.c60 warningmsg(int what, char *name) in warningmsg() argument
62 if ((what & WARN_NAME_TOO_LONG) != 0) { in warningmsg()
66 if ((what & WARN_BAD_GROUP_NAME) != 0) { in warningmsg()
71 if ((what & WARN_BAD_PROJ_NAME) != 0) { in warningmsg()
76 if ((what & WARN_BAD_LOGNAME_CHAR) != 0) { in warningmsg()
81 if ((what & WARN_BAD_LOGNAME_FIRST) != 0) { in warningmsg()
86 if ((what & WARN_NO_LOWERCHAR) != 0) { in warningmsg()
91 if ((what & WARN_LOGGED_IN) != 0) { in warningmsg()
/freebsd/contrib/sendmail/libsm/
H A Dsyslogio.c161 ** what -- what information is being set
173 sm_syslogsetinfo(fp, what, valp) in sm_syslogsetinfo() argument
175 int what;
178 switch (what)
194 ** what -- the information type being queried
206 sm_sysloggetinfo(fp, what, valp) in sm_sysloggetinfo() argument
208 int what;
211 switch (what)
/freebsd/crypto/openssh/regress/
H A Dmodpipe.c45 enum { MOD_XOR, MOD_AND_OR } what; member
53 char what[16+1]; in parse_modification() local
58 what, &m->offset, &m1, &m2)) < 3) in parse_modification()
60 if (strcasecmp(what, "xor") == 0) { in parse_modification()
65 m->what = MOD_XOR; in parse_modification()
67 } else if (strcasecmp(what, "andor") == 0) { in parse_modification()
74 m->what = MOD_AND_OR; in parse_modification()
78 errx(1, "Invalid modification type \"%s\"", what); in parse_modification()
119 switch (mods[i].what) { in main()
/freebsd/contrib/kyua/utils/config/
H A Dexceptions_test.cpp45 ATF_REQUIRE(std::strcmp("Some text", e.what()) == 0); in ATF_TEST_CASE_BODY()
57 ATF_REQUIRE(std::strcmp("Failed to combine 'first.second'", e.what()) == 0); in ATF_TEST_CASE_BODY()
65 ATF_REQUIRE(std::strcmp("Some text", e.what()) == 0); in ATF_TEST_CASE_BODY()
78 e.what()) == 0); in ATF_TEST_CASE_BODY()
86 ATF_REQUIRE(std::strcmp("Some text", e.what()) == 0); in ATF_TEST_CASE_BODY()
99 e.what()) == 0); in ATF_TEST_CASE_BODY()
111 ATF_REQUIRE(std::strcmp("The test '1.two' string", e.what()) == 0); in ATF_TEST_CASE_BODY()
119 ATF_REQUIRE(std::strcmp("Some text", e.what()) == 0); in ATF_TEST_CASE_BODY()
/freebsd/crypto/heimdal/doc/
H A Dintro.texi3 @node Introduction, What is Kerberos?, Top, Top
4 @c @node Introduction, What is Kerberos?, Top, Top
8 @heading What is Heimdal?
79 include information on what machine and operating system (including
80 version) you are running, what you are trying to do, what happens, what
/freebsd/contrib/sendmail/src/
H A Dshmticklib.c28 ** what -- which variable to increment
35 shmtick(inc_me, what)
37 int what; variable
66 if (what >= STATUSD_LONGS)
67 what = STATUSD_LONGS - 1;
76 ++(sp->ul[what]);
/freebsd/crypto/openssh/contrib/hpux/
H A Dsshd.rc25 WHAT='OpenSSH'
52 echo "Starting $WHAT"
56 echo "Stopping $WHAT"
67 $WHAT_PATH $SSHD_ARGS && echo "$WHAT started"
76 echo "$WHAT stopped"
79 echo "Unable to stop $WHAT"
/freebsd/contrib/sqlite3/autosetup/teaish/
H A Dtester.tcl85 set what assert
87 set what affirm
89 set verbose $::test__Config(verbose-$what)
94 set ::test__Config(verbose-$what) [expr {!$::test__Config(verbose-$what)}]
101 incr ::test__Counters($what)
106 set txt [join [list $what # $::test__Counters($what) "failed:" $msg]]
114 puts stderr [join [list $what # $::test__Counters($what) "passed:" $script]]
/freebsd/share/man/man9/
H A Dmodule.954 .Fa what
59 .Fa what
66 .Fa what
83 .Fa what
90 .Fa what .
97 static int foo_handler(module_t mod, int /*modeventtype_t*/ what,

12345678910>>...215