Searched refs:sre (Results 1 – 6 of 6) sorted by relevance
35 …ster const char* sp, size_t nmatch, register regmatch_t* match, register regflags_t flags, int sre) in subold() argument51 if (!sre || *sp != '(') in subold()60 if (sre) in subold()74 if (sre) in subold()113 if (sre) in subold()118 if (sre && *sp != ')') in subold()132 if (sre) in subold()150 if (sre) in subold()162 if (sre) in subold()175 if (sre) in subold()[all …]
118 int sre; in regsubcomp() local155 sre = p->env->flags & REG_SHELL; in regsubcomp()226 if (sre) in regsubcomp()310 if (!sre) in regsubcomp()
365 struct sctp_remote_error *sre; in sctp_error_event() local409 len = sizeof (*sre) + dlen; in sctp_error_event()414 sre = (struct sctp_remote_error *)mp->b_rptr; in sctp_error_event()415 sre->sre_type = SCTP_REMOTE_ERROR; in sctp_error_event()416 sre->sre_flags = 0; in sctp_error_event()417 sre->sre_length = len; in sctp_error_event()418 sre->sre_assoc_id = 0; in sctp_error_event()419 sre->sre_error = error; in sctp_error_event()421 bcopy(dtail, sre + 1, dlen); in sctp_error_event()
5207 const mib2_sctpConnRemoteEntry_t *sre; in sctp_getnext_rem() local5217 sre = (const mib2_sctpConnRemoteEntry_t *) in sctp_getnext_rem()5220 sre = item->valp; in sctp_getnext_rem()5222 for (; (char *)sre < (char *)item->valp + item->length; in sctp_getnext_rem()5224 sre = (const mib2_sctpConnRemoteEntry_t *) in sctp_getnext_rem()5225 ((const char *)sre + sctpRemoteEntrySize)) { in sctp_getnext_rem()5226 if (sre->sctpAssocId != associd) { in sctp_getnext_rem()5230 return (sre); in sctp_getnext_rem()5318 const mib2_sctpConnRemoteEntry_t *sre = NULL; in sctp_conn_report_item() local5346 while ((sre = sctp_getnext_rem(&remote, sre, id)) != NULL) { in sctp_conn_report_item()[all …]
1744 uint32_t sre :1; member1822 uint32_t sre :1; member
1767 qpc->sre = qpc->swe = qpc->sae = 1; in tavor_qp_rtr2rts()