HomeSort by: relevance | last modified time | path
    Searched defs:reject (Results 1 - 6 of 6) sorted by relevancy

  /src/libexec/telnetd/
sys_term.c 721 static const char *reject[] = { local in function:scrub_env
744 for(p = reject; *p; p++)
  /src/bin/ksh/
syn.c 59 static int reject; /* token(cf) gets symbol again */ variable in typeref:typename:int
62 #define REJECT (reject = 1)
63 #define ACCEPT (reject = 0)
65 ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
67 ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
100 REJECT;
118 REJECT;
157 REJECT;
    [all...]
  /src/sys/dev/iscsi/
iscsi_pdu.h 350 /* Reject */
433 reject_pdu_t reject; member in union:pdu_header_s::__anon84477f6c010a
  /src/sys/dev/ic/
aic79xx.c 2281 printf("Expected QAS Reject Busfree\n");
4164 int reject; local in function:ahd_parse_msg
4170 reject = FALSE;
4217 reject = TRUE;
4261 reject = TRUE;
4292 reject = TRUE;
4323 * request, reject it.
4326 reject = TRUE;
4366 if (sending_reply == FALSE && reject == FALSE) {
4391 reject = TRUE
    [all...]
aic7xxx.c 2992 int reject; local in function:ahc_parse_msg
2999 reject = FALSE;
3048 reject = TRUE;
3095 reject = TRUE;
3126 reject = TRUE;
3157 * request, reject it.
3160 reject = TRUE;
3194 if (sending_reply == FALSE && reject == FALSE) {
3219 reject = TRUE;
3271 * then we'll have to reject the message
    [all...]
  /src/usr.sbin/syslogd/
syslogd.c 838 int reject = 0; local in function:dispatch_read_finet
847 reject = !hosts_access(&req);
848 if (reject)
865 if (!reject)

Completed in 23 milliseconds