| /mirbsd/src/sys/netisdn/ |
| D | i4b_cause.h | 50 #define GET_CAUSE_VAL(cause) ((cause) & 0xff) argument 54 #define GET_CAUSE_TYPE(cause) (((cause) >> 8) & 0xff) argument
|
| D | i4b_l4if.c | 75 void n_connect_response(struct call_desc *cd, int response, int cause); 76 void n_disconnect_request(struct call_desc *cd, int cause); 254 n_connect_response(struct call_desc *cd, int response, int cause) in n_connect_response() argument 262 cd->cause_out = cause; in n_connect_response() 309 n_disconnect_request(struct call_desc *cd, int cause) in n_disconnect_request() argument 311 cd->cause_out = cause; in n_disconnect_request()
|
| D | i4b_capi_l4if.c | 54 static void n_connect_response(call_desc_t *, int response, int cause); 55 static void n_disconnect_request(call_desc_t *, int cause); 267 n_connect_response(call_desc_t *cd, int response, int cause) in n_connect_response() argument 277 cd->cause_out = cause; in n_connect_response() 291 n_disconnect_request(call_desc_t *cd, int cause) in n_disconnect_request() argument 298 cd->cause_out = cause; in n_disconnect_request()
|
| D | i4b_ioctl.h | 264 cause_t cause; /* cause code */ member 473 cause_t cause; /* cause for case SETUP_RESP_REJECT */ member 490 cause_t cause; /* protocol independent cause */ member 522 cause_t cause; /* exact i4b cause */ member
|
| D | i4b_l2if.c | 79 static unsigned char make_q931_cause(cause_t cause); 108 make_q931_cause(cause_t cause) in make_q931_cause() argument 112 switch(GET_CAUSE_TYPE(cause)) in make_q931_cause() 115 ret = GET_CAUSE_VAL(cause); in make_q931_cause() 118 ret = cause_tab_q931[GET_CAUSE_VAL(cause)]; in make_q931_cause()
|
| D | i4b_isppp.c | 157 static void i4bisppp_dialresponse(void *softc, int status, cause_t cause); 544 i4bisppp_dialresponse(void *softc, int status, cause_t cause) in i4bisppp_dialresponse() argument 548 NDBGL4(L4_ISPDBG, "%s: status=%d, cause=%d", sc->sc_sp.pp_if.if_xname, status, cause); in i4bisppp_dialresponse()
|
| D | i4b_i4bdrv.c | 507 d->l3driver->N_CONNECT_RESPONSE(cd, mcrsp->response, mcrsp->cause); in isdnioctl() 527 cd->cause_in = cd->cause_out = mdr->cause; in isdnioctl() 535 d->l3driver->N_DISCONNECT_REQUEST(cd, mdr->cause); in isdnioctl() 577 (*drv->dial_response)(l4_softc, mdrsp->stat, mdrsp->cause); in isdnioctl()
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BIO_should_retry.pod | 37 If BIO_should_retry() is false then the cause is an error condition. 39 BIO_should_read() is true if the cause of the condition is that a BIO 42 BIO_should_write() is true if the cause of the condition is that a BIO 46 reason other than reading or writing is the cause of the condition. 48 BIO_get_retry_reason() returns a mask of the cause of a retry condition 67 0 and BIO_should_retry() is false then the cause will be that the 91 For example if the cause is ultimately a socket and BIO_should_read()
|
| D | BIO_read.pod | 50 can cause several reads (and writes in the case of SSL BIOs) on the underlying 56 determine the cause of a retry and other I/O issues.
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | mips-linux-tdep.c | 130 supply_32bit_reg (mips_regnum (current_gdbarch)->cause, in supply_gregset() 160 fill_gregset (gregsetp, mips_regnum (current_gdbarch)->cause); in fill_gregset() 182 else if (regno == mips_regnum (current_gdbarch)->cause) in fill_gregset() 265 else if (regno == mips_regnum (current_gdbarch)->cause) in mips_linux_register_addr() 418 mips_regnum (current_gdbarch)->cause, in mips64_supply_gregset() 450 mips_regnum (current_gdbarch)->cause); in mips64_fill_gregset() 472 else if (regno == mips_regnum (current_gdbarch)->cause) in mips64_fill_gregset() 556 else if (regno == mips_regnum (current_gdbarch)->cause) in mips64_linux_register_addr() 1035 trad_frame_set_reg_addr (this_cache, regs->cause + NUM_REGS, in mips_linux_o32_sigframe_init() 1160 trad_frame_set_reg_addr (this_cache, regs->cause + NUM_REGS, in mips_linux_n32n64_sigframe_init()
|
| D | mipsv4-nat.c | 62 regcache_raw_supply (current_regcache, mips_regnum (current_gdbarch)->cause, in supply_gregset() 89 if ((regno == -1) || (regno == mips_regnum (current_gdbarch)->cause)) in fill_gregset() 90 …(greg_t *) & deprecated_registers[DEPRECATED_REGISTER_BYTE (mips_regnum (current_gdbarch)->cause)]; in fill_gregset()
|
| D | irix5-nat.c | 74 regcache_raw_supply (current_regcache, mips_regnum (current_gdbarch)->cause, in supply_gregset() 106 if ((regno == -1) || (regno == mips_regnum (current_gdbarch)->cause)) in fill_gregset() 109 (current_regcache, mips_regnum (current_gdbarch)->cause, ®val); in fill_gregset()
|
| D | dve3900-rom.c | 493 else if (regno == mips_regnum (current_gdbarch)->cause) in r3900_fetch_registers() 494 fetch_bitmapped_register (mips_regnum (current_gdbarch)->cause, in r3900_fetch_registers() 545 else if (regno == mips_regnum (current_gdbarch)->cause) in r3900_store_registers() 546 store_bitmapped_register (mips_regnum (current_gdbarch)->cause, in r3900_store_registers()
|
| D | mips-tdep.h | 58 int cause; /* Describes last exception. */ member
|
| D | mips-linux-nat.c | 41 || regno == mips_regnum (current_gdbarch)->cause in mips_linux_cannot_fetch_register()
|
| /mirbsd/src/sbin/isakmpd/ |
| D | BUGS | 7 * message_drop frees the message, this is sometimes wrong and can cause 19 * If a phase 1 SA negotiation terminates with a cause that is to be sent in 73 cause a DOI error. 94 * Passive connections, undefined local&remote IDs will cause IKE peer IDs
|
| /mirbsd/src/sys/dev/ic/ |
| D | isic.c | 68 void n_connect_response(struct call_desc *cd, int response, int cause); 69 void n_disconnect_request(struct call_desc *cd, int cause);
|
| /mirbsd/src/usr.sbin/isdn/isdnd/ |
| D | msghdl.c | 662 cep->disc_cause = mp->cause; in msg_disconnect_ind() 680 cep->cdid, cep->name, print_i4b_cause(mp->cause)); in msg_disconnect_ind() 1214 sendm_connect_resp(struct cfg_entry *cep, int cdid, int response, cause_t cause) in sendm_connect_resp() argument 1225 mcr.cause = cause; in sendm_connect_resp() 1226 DBGL(DL_DRVR, (logit(LL_DBG, "sendm_connect_resp: reject, cause=0x%x", cause))); in sendm_connect_resp() 1256 sendm_disconnect_req(struct cfg_entry *cep, cause_t cause) in sendm_disconnect_req() argument 1263 mcr.cause = cause; in sendm_disconnect_req()
|
| /mirbsd/src/gnu/usr.bin/perl/hints/ |
| D | ultrix_4.sh | 27 may cause utime() to work incorrectly. If so, regression test io/fs
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/regformats/ |
| D | reg-mips.dat | 48 32:cause
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/ |
| D | relay_local_from.m4 | 17 errprint(`*** WARNING: FEATURE(`relay_local_from') may cause your system to act as open
|
| D | relay_mail_from.m4 | 21 errprint(`*** WARNING: FEATURE(`relay_mail_from') may cause your system to act as open
|
| /mirbsd/src/sys/dev/pci/ |
| D | iwic_pci.c | 347 void n_connect_response(struct call_desc * cd, int response, int cause); 348 void n_disconnect_request(struct call_desc * cd, int cause);
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/i386/ |
| D | i386v42mp.mh | 8 # debugger, configure will cause this line to be commented out in the
|
| /mirbsd/src/usr.bin/vi/perl_api/ |
| D | typemap | 2 # Grr can't let it end in OBJ 'cause xsubpp would
|