Searched defs:sre (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregsub.c35 subold(register Sfio_t* dp, const char* op, register const char* sp, size_t nmatch, register regmatch_t* match, register regflags_t flags, int sre) argument
51 if (!sre || *sp != '(')
60 if (sre)
74 if (sre)
113 if (sre)
118 if (sre && *sp != ')')
132 if (sre)
150 if (sre)
162 if (sre)
175 if (sre)
246 int sre; local
[all...]
H A Dregsubcomp.c118 int sre; local
155 sre = p->env->flags & REG_SHELL;
226 if (sre)
310 if (!sre)
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c365 struct sctp_remote_error *sre; local
409 len = sizeof (*sre) + dlen;
414 sre = (struct sctp_remote_error *)mp->b_rptr;
415 sre->sre_type = SCTP_REMOTE_ERROR;
416 sre->sre_flags = 0;
417 sre->sre_length = len;
418 sre->sre_assoc_id = 0;
419 sre->sre_error = error;
421 bcopy(dtail, sre + 1, dlen);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5207 const mib2_sctpConnRemoteEntry_t *sre; local
5217 sre = (const mib2_sctpConnRemoteEntry_t *)
5220 sre = item->valp;
5222 for (; (char *)sre < (char *)item->valp + item->length;
5224 sre = (const mib2_sctpConnRemoteEntry_t *)
5225 ((const char *)sre + sctpRemoteEntrySize)) {
5226 if (sre->sctpAssocId != associd) {
5230 return (sre);
5318 const mib2_sctpConnRemoteEntry_t *sre = NULL; local
5346 while ((sre
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1744 uint32_t sre :1; member in struct:tavor_hw_qpc_s
1822 uint32_t sre :1; member in struct:tavor_hw_qpc_s

Completed in 81 milliseconds