Home
last modified time | relevance | path

Searched refs:sre (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libast/common/regex/
H A Dregsub.c35 …ster const char* sp, size_t nmatch, register regmatch_t* match, register regflags_t flags, int sre) in subold() argument
51 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 …]
H A Dregsubcomp.c118 int sre; in regsubcomp() local
155 sre = p->env->flags & REG_SHELL; in regsubcomp()
226 if (sre) in regsubcomp()
310 if (!sre) in regsubcomp()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c365 struct sctp_remote_error *sre; in sctp_error_event() local
409 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()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5207 const mib2_sctpConnRemoteEntry_t *sre; in sctp_getnext_rem() local
5217 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() local
5346 while ((sre = sctp_getnext_rem(&remote, sre, id)) != NULL) { in sctp_conn_report_item()
[all …]
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1744 uint32_t sre :1; member
1822 uint32_t sre :1; member
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c1767 qpc->sre = qpc->swe = qpc->sae = 1; in tavor_qp_rtr2rts()