HomeSort by relevance Sort by last modified time
    Searched defs:failure (Results 1 - 25 of 27) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
ttymodes.c 343 int failure = 0; local
366 failure = -1;
382 if (failure != -1 && cfsetispeed(&tio, baud_to_speed(baud)) == -1)
392 if (failure != -1 && cfsetospeed(&tio, baud_to_speed(baud)) == -1)
474 if (failure == -1)
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh-socks5-proxy-connect/
ssh-socks5-proxy-connect.c 132 int failure = 1; local
188 failure = 0;
192 debug("General SOCKS server failure.");
220 if (failure == 1) {
  /onnv/onnv-gate/usr/src/uts/common/io/1394/targets/dcam1394/
dcam_frame.c 157 int failure; local
200 &failure) != DDI_SUCCESS) {
  /onnv/onnv-gate/usr/src/uts/sun4u/io/
gptwocfg.c 330 int failure = 0; local
454 failure = 1;
461 if (!failure) {
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_io.c 783 int success = 0, failure = 0; local
800 failure = kctx->auk_info.ai_mask.as_failure & estate;
802 if ((success | failure) == NULL)
  /onnv/onnv-gate/usr/src/uts/sun4u/starcat/io/
sc_gptwocfg.c 1087 int failure = 0; local
1120 failure = 1;
1125 if (!failure) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
main.c 119 failure(const char *file, const char *func) function
249 * value, and this function returns (1). On failure, the contents
305 * On failure, returns False (0) and *v is undefined.
515 * Return True (1) for success. On failure, an error is written
585 failure(file, MSG_ORIG(MSG_ELF_GETARSYM));
620 failure(file, MSG_ORIG(MSG_ELF_RAND));
624 failure(file, MSG_ORIG(MSG_ELF_BEGIN));
627 failure(file,
678 failure(file, MSG_ORIG(MSG_ELF_GETARHDR));
945 failure(file, MSG_ORIG(MSG_ELF_BEGIN))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
msg.c 716 * for the waking message type, Failure to do this
1195 int failure; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcinfo/
rpcinfo.c 391 int failure = 0; local
468 failure = 1;
471 if (failure)
1357 int failure = 0; local
1465 int failure = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
fdc.c 893 /* give it back on failure */
1002 * Return value ignored - fdcmotort deals with failure.
1008 * Return value ignored - fdcmotort deals with failure.
1028 * Return value ignored - fdcmotort deals with failure.
2444 char *failure; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lms/
Protocol.cpp 1053 bool failure = false; local
1080 // Send Failure replay to LME
1102 // Send Failure replay to LME
1104 failure = true;
1108 if (failure != true) {
1135 if (failure == true) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sh/
defs.h 228 * only s2 is gettext'd with failure().
230 #define failure(s1, s2) failure_real(s1, s2, 0) macro
  /onnv/onnv-gate/usr/src/cmd/lvm/rpc.mdcommd/
mdmn_commd_server.c 1010 try_master = 2; /* return failure after two retries */
1079 /* In case of failure do the sendreply now */
2863 int failure = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/daktari/io/
hpc3130_dak.c 1811 boolean_t failure = B_FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/hbaapi/common/
HBAAPILIB.c 1368 HBA_STATUS failure = HBA_STATUS_OK; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
inetd.c 720 "Socket creation failure for instance %s, proto %s: %s"),
1078 boolean_t failure = B_FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
fme.c 1895 char *failure; local
1979 char *failure; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/smhba/common/
SMHBAAPILIB.c 1684 HBA_STATUS failure = HBA_STATUS_OK; local
4384 HBA_STATUS failure = HBA_STATUS_OK; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/scsi/adapters/
sf.c 1359 int failure = FALSE; local
1426 int failure = FALSE; local
    [all...]
esp.c 2250 int failure = 0; local
2396 int failure = 0; local
    [all...]
fas.c 2069 int failure = 1; local
2272 int failure = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsqlite/tool/
lemon.c 254 char *failure; /* Code to execute on parser failure */ member in struct:lemon
255 int failureln; /* Line number for start of failure code */
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
vdc.c 6432 int failure = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
mptsas.c 3322 int failure = 1; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/ulp/
fcp.c 12519 int failure = 0; local
12717 int failure = 0; local
    [all...]

Completed in 1330 milliseconds

1 2