Searched refs:what (Results 101 - 125 of 281) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dexpound.c1924 show_gp_msg(private_t *pri, int what) argument
1930 switch (what) {
3535 int what = Lsp->pr_what; local
3540 long nb = (what == SYS_recvmsg)? pri->Rval1 : 32*1024;
3553 if ((what == SYS_recvmsg && !err &&
3555 (what == SYS_sendmsg &&
3574 int what = Lsp->pr_what; local
3578 long nb = (what == SYS_recvmsg)? pri->Rval1 : 32*1024;
3590 if ((what == SYS_recvmsg && !err &&
3592 (what
4857 int what = Lsp->pr_what; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c884 sgcn_log_error(int when, int what) argument
895 (void) sprintf(error_code, "Error %d", what);
898 (what == EIO) ? "IOSRAM interface failed" :
899 (what == EPROTO) ? "IOSRAM corrupted" :
900 (what == EINVAL) ? "Invalid argument" :
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm226 $_[1] = '' if $chk; # this is what in-place edit means
242 original one. Also, the encoding is best placed to know what the
248 that was. What is lacking at present is a mechanism to report what
299 what it wants to the output string and returns a new index into the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm121 can be used to figure out what unpacker to use for a sockaddr of
138 Internet domain sockets, this structure is normally what you need for
164 structure is normally what you need for the arguments in bind(),
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DCardPanelShadow.java488 public boolean action(Message msg, Event evt, Object what) { argument
490 cardPanel.show((String)what);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm70 # Rather than print STDERR "# here's what went wrong\n"
71 diag("here's what went wrong");
149 If you want to control what functions Test::More will export, you
216 The later gives you some idea of what failed. It also makes it easier
297 cannot know what you are testing for (beyond the name), but is() and
298 isnt() know what the test was and why it failed. For example this
311 So you can figure out what went wrong without rerunning the test.
408 Its advantage over ok() is when the test fails you'll know what $this
597 what went wrong when it failed. But sometimes it doesn't work out
767 there are, $why and under what
[all...]
H A DSimple.pm76 what your test is for. It's highly recommended you use test names.
82 will do what you mean (fail if stuff is empty)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm110 Returns what evaluating the hash in scalar context yields.
177 to find out what happens when C<SCALAR> does not exist.
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c30 * returning NULL, it should set the nds->error to indicate what went
369 ndo_tattle(ndr_stream_t *nds, char *what, ndr_ref_t *ref) argument
371 ndo_printf(nds, ref, what);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dexacct.c1314 int what)
1326 if (what == EX_NET_LNDESC_REC ||
1327 what == EX_NET_FLDESC_REC) {
1345 void *ubuf, size_t ubufsize, size_t *actual, int what)
1362 switch (what) {
1377 net_desc = exacct_assemble_net_record(ninfo, mask, record_type, what);
1402 exacct_commit_netinfo(void *arg, int what) argument
1436 NULL, 0, &size, what));
1313 exacct_assemble_net_record(void *ninfo, ulong_t *mask, ea_catalog_t record_type, int what) argument
1343 exacct_assemble_net_usage(ac_info_t *ac_net, void *ninfo, int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *), void *ubuf, size_t ubufsize, size_t *actual, int what) argument
/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dintr.c298 siron_cpu_setup(cpu_setup_t what, int id, void *arg) argument
305 switch (what) {
626 * Determine what CPU to target, based on interrupt policy.
636 * particular device weight). A redistribution is what provides optimal
638 * (relative to what came before) is always occurring.
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c721 cpu_scrub_cpu_setup(cpu_setup_t what, int cpuid, void *arg) argument
723 switch (what) {
H A Dus3_cheetahplus.c1005 * Copy what logout information we have and mark
1217 cpu_scrub_cpu_setup(cpu_setup_t what, int cpuid, void *arg) argument
1225 switch (what) {
1268 if (what != CPU_OFF) {
1276 if (what != CPU_OFF) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm146 At the very least, this is useful to see what the SelfLoader
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbasic.t225 # VMS is non-case preserving, so we can't know what the MANIFEST will
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm34 reading and $wtrfh for writing. It's what you think should work
74 what it does with pipe buffering. Thus you can't just open a pipe to
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToMan.pm153 in the future, and this may change what options are supported.
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh172 The backups are named based on their type and the time what they were taken.
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Doptget.c2073 * what:
2088 opthelp(const char* oopts, const char* what) argument
2158 if (!what)
2160 else if (!*what)
2162 else if (*what != '?')
2164 else if (!*(what + 1))
2166 else if ((hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what + 1)) && hp->style >= 0)
2170 what = hp->name;
2703 else if (style == STYLE_match && *what == '-')
2709 w = (char*)what;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/parted/
H A Dparted.c274 * what contains SECT_START if the sector to adjust is a start sector
282 prefer_snap (PedSector s, int what, PedGeometry* range, EMoves* allow, argument
289 PED_ASSERT (what == SECT_START || what == SECT_END, return 0);
297 new_sect = part->geom.end + 1 + what;
305 new_sect = part->geom.start + what;
315 && what == SECT_START) )
318 && what == SECT_END) )
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c381 int what; /* Character to be sent (<0 ==> special) */ member in struct:sendlist
508 NET2ADD(IAC, s->what);
509 printoption("SENT", IAC, s->what);
1476 /* we place no limitations on what escape can be. */
2054 env_varval(what)
2055 unsigned char *what;
2058 int len = strlen((char *)what);
2063 if (strncasecmp((char *)what, "status", len) == 0) {
2073 } else if (strncasecmp((char *)what, "auto", len) == 0) {
2077 } else if (strncasecmp((char *)what, "righ
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL256 information about what those errors might mean.
387 All possible messages the program can print out--and what they mean. You
391 If applicable, please include details on what the user should do to correct
402 Don't just present an example without explaining what it does. Adding a
403 short paragraph saying what the example will do can increase the value of
426 what it uses them for. File names should be enclosed in FE<lt>E<gt>. It's
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL348 # Explain what perlbug is
474 result, and what you expected.
956 (use alone or with -v). You must describe what went wrong
1047 =item Are you sure what you have is a bug?
1058 Check in L<perldiag> to see what any Perl error message(s) mean.
1132 A compact description of what's wrong is fine.
1217 and say what went wrong. Alternatively, a prepared report may be
1271 None known (guess what must have been used to report them?)
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c413 dvp = nfs3_fhtovp(&args->what.dir, exi);
434 if (args->what.name == nfs3nametoolong) {
439 if (args->what.name == NULL || *(args->what.name) == '\0') {
444 fhp = &args->what.dir;
445 if (strcmp(args->what.name, "..") == 0 &&
452 name = nfscmd_convname(ca, exi, args->what.name,
464 if (PUBLIC_FH3(&args->what.dir)) {
505 if (name != args->what.name)
614 return (&args->what
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm73 If $dont_execute is true it will only print what it was going to do
307 If $dont_execute is true it will only print what it was going to do

Completed in 128 milliseconds

1234567891011>>