Searched refs:pend (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.h58 int pend; /* Operation pending */ member in struct:nsc_mem_s
H A Dnsc_mem.c751 if (mem->base || mem->pend) {
757 mem->pend = 1;
783 mem->pend = 0;
800 mem->pend = 0;
837 mp->pend = 1;
849 mp->pend = 0;
870 if (!_nsc_global_map || mem->base || mem->pend)
H A Dnsc_dev.h53 int pend; /* Unregister pending */ member in struct:nsc_io_s
H A Dnsc_dev.c304 if (!xio || io->pend) {
309 io->pend = 1;
316 io->pend = 0;
348 io->pend = 0;
1640 if (io->pend)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc.c265 void *pend = (char *)mp->mp_Base + mp->mp_Size; local
273 if (base > pend) {
274 mp->mp_Size += (char *)base - (char *)pend;
275 mp->mp_Used += (char *)base - (char *)pend;
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c136 char *p, *pend; local
142 pend = p + sizeof (filter);
144 len = snprintf(p, pend - p, "(&(DnsDomain=%s)", dname);
145 if (len >= (pend - p))
150 len = snprintf(p, (pend - p), "(Host=%s)", host);
151 if (len >= (pend - p))
161 len = snprintf(p, (pend - p), "(NtVer=%s)", ntver_esc);
162 if (len >= (pend - p))
167 len = snprintf(p, pend - p, ")");
168 if (len >= (pend
[all...]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dintreg.h104 uint_t pend; member in struct:cpu_intreg
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdaent.c201 char *pend; local
210 pend = strpbrk(ptr, skip);
212 if (pend != NULL) {
213 *pend++ = '\0';
214 tptr = pend;
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h282 *pend = p + SZ - TAIL_LEN; \
284 while (p < pend) \
/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c208 char *pp, *pend; local
212 pend = p + HDRSIZ;
213 while (pp < pend)
216 if (pkcget(ifn, p, pend - p) !=
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_kpm.c303 pfn_t pbase, pend; local
310 pend = msp->pages_end;
312 size = ptob(pend - pbase);
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c501 char *pend; /* end of the original string (ie. *buf) */ local
544 pend = buf + strlen(buf);
581 if ( (p1 = p + strlen(p)) < pend )
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c73 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member in struct:parse
214 p->pend[i] = 0;
348 p->pend[subno] = HERE();
349 assert(p->pend[subno] != 0);
579 p->pend[subno] = HERE();
580 assert(p->pend[subno] != 0);
600 if (p->pend[i] != 0) {
605 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
606 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1294 if (p->pend[
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c844 char *pend; local
851 if ((pend = strchr(method, ' ')) != NULL)
852 *pend = '\0';
862 if (pend != NULL)
863 *pend = ' ';
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c284 u_int8_t *p, *pend; local
332 pend = p +
342 for (off = 0, i = 0; p < pend; i++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c365 goto pend;
376 pend:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c324 goto pend;
337 pend:
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c342 uri_hash_t *hp, *pend; local
358 pend = &uri_hash_ab[cur][uri_hash_sz[cur]];
359 while (hp < pend) {
946 uri_hash_t *hp, *start, *pend; local
960 pend = &uri_hash_ab[cur][uri_hash_sz[cur]];
985 if (++hp == pend) {
996 if (++hp == pend) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c304 goto pend;
315 pend:
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c859 * need to worry about the pend count for CY_HIGH_LEVEL cyclics.
895 * If the pend count is zero after we incremented it, then
897 * billion. In this case, we clamp the pend count at
1147 uint32_t pend, npend, opend; local
1160 * (a) The pend is non-zero. We need to execute the handler
1163 * (b) The pend _was_ non-zero, but it's now zero due to a
1166 * (and hence the old non-zero pend).
1168 * (c) The pend _was_ non-zero, but it's now zero due to a
1175 * checking the pend.
1186 pend
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c587 char *pend; local
597 pend = pstart + strlen(pstart) - 1;
598 for (; pend >= pstart && *pend == SPACETOK; pend--)
600 len = pend - pstart + 1;
1076 char *pend, *ret; local
1085 pend = pstart + strlen(pstart) - 1;
1086 for (; pend >= pstart && *pend
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1993 int tries, pend, last; local
1997 while ((pend = _sd_pending_iobuf()) > 0) {
1998 if (pend == last) {
2000 return (pend);
2003 pend = last;
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c1025 uintptr_t pend = usb_cfg + cfg_len; local
1036 while ((paddr + nlen <= pend) && (nlen > 0)) {
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_kpm.c573 pfn_t pbase, pend; local
581 pend = msp->pages_end;
584 size = ptob(pend - pbase);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_peu_hw.h889 uint32_t pend:32; member in struct:__anon5458::__anon5459
891 uint32_t pend:32;

Completed in 149 milliseconds

12