Home
last modified time | relevance | path

Searched refs:pend (Results 1 – 25 of 31) sorted by relevance

12

/onnv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.c751 if (mem->base || mem->pend) { in _nsc_rm_alloc()
757 mem->pend = 1; in _nsc_rm_alloc()
783 mem->pend = 0; in _nsc_rm_alloc()
800 mem->pend = 0; in _nsc_rm_alloc()
837 mp->pend = 1; in _nsc_rm_free()
849 mp->pend = 0; in _nsc_rm_free()
870 if (!_nsc_global_map || mem->base || mem->pend) in _nsc_rm_avail()
H A Dnsc_mem.h58 int pend; /* Operation pending */ member
H A Dnsc_dev.h53 int pend; /* Unregister pending */ member
H A Dnsc_dev.c304 if (!xio || io->pend) { in nsc_unregister_io()
309 io->pend = 1; in nsc_unregister_io()
316 io->pend = 0; in nsc_unregister_io()
348 io->pend = 0; in nsc_unregister_io()
1640 if (io->pend) in _nsc_find_io()
/onnv-gate/usr/src/lib/libbsm/common/
H A Dgetdaent.c201 char *pend; in getdadmfield() local
210 pend = strpbrk(ptr, skip); in getdadmfield()
212 if (pend != NULL) { in getdadmfield()
213 *pend++ = '\0'; in getdadmfield()
214 tptr = pend; in getdadmfield()
/onnv-gate/usr/src/uts/sun4v/vm/
H A Dmach_kpm.c303 pfn_t pbase, pend; in hat_kpm_walk() local
310 pend = msp->pages_end; in hat_kpm_walk()
312 size = ptob(pend - pbase); in hat_kpm_walk()
/onnv-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) !=
/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c501 char *pend; /* end of the original string (ie. *buf) */ in parsebuf() local
544 pend = buf + strlen(buf); in parsebuf()
581 if ( (p1 = p + strlen(p)) < pend ) in parsebuf()
/onnv-gate/usr/src/cmd/lp/include/
H A Dmsgs.h282 *pend = p + SZ - TAIL_LEN; \
284 while (p < pend) \
/onnv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_int.c182 const unsigned char *p, *pend; in c2i_ASN1_INTEGER() local
195 pend = p + len; in c2i_ASN1_INTEGER()
256 *pp=pend; in c2i_ASN1_INTEGER()
/onnv-gate/usr/src/uts/sun4/sys/
H A Dintreg.h104 uint_t pend; member
/onnv-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c972 char *pbase, *pend; in parse_benv() local
977 pend = pbase + bd->len; in parse_benv()
979 for (tok = tnext = pbase; tnext < pend && '\0' != *tnext; tok = tnext) in parse_benv()
981 add_comm(bd, tok, pend, &tnext, &line); in parse_benv()
983 add_cmd(bd, pend, &tnext, &line); in parse_benv()
/onnv-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c444 char *pend; in _del_prev() local
448 pend = _data_end(p, Xmax(f)); in _del_prev()
451 if ((vend - v) > (Xmax(f) - (pend - p))) in _del_prev()
455 _adjust_cursor(f, pend); in _del_prev()
/onnv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c342 uri_hash_t *hp, *pend; in nl7c_mi_report_hash() local
358 pend = &uri_hash_ab[cur][uri_hash_sz[cur]]; in nl7c_mi_report_hash()
359 while (hp < pend) { in nl7c_mi_report_hash()
946 uri_hash_t *hp, *start, *pend; in nl7c_uri_reclaim() local
960 pend = &uri_hash_ab[cur][uri_hash_sz[cur]]; in nl7c_uri_reclaim()
985 if (++hp == pend) { in nl7c_uri_reclaim()
996 if (++hp == pend) { in nl7c_uri_reclaim()
/onnv-gate/usr/src/lib/libsldap/common/
H A Dns_config.c587 char *pend; in __s_get_enum_value() local
597 pend = pstart + strlen(pstart) - 1; in __s_get_enum_value()
598 for (; pend >= pstart && *pend == SPACETOK; pend--) in __s_get_enum_value()
600 len = pend - pstart + 1; in __s_get_enum_value()
1076 char *pend, *ret; in stripdup() local
1085 pend = pstart + strlen(pstart) - 1; in stripdup()
1086 for (; pend >= pstart && *pend == SPACETOK; pend--) in stripdup()
1088 len = pend - pstart + 1; in stripdup()
/onnv-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++) {
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dglob.c324 goto pend; in execbrc()
338 pend: in execbrc()
/onnv-gate/usr/src/uts/common/os/
H A Dcyclic.c1142 int pend, npend, opend; in cyclic_softint() local
1181 pend = cyclic->cy_pend; in cyclic_softint()
1182 npend = pend - 1; in cyclic_softint()
1184 if (pend == 0) { in cyclic_softint()
1218 cas32(&cyclic->cy_pend, pend, npend)) != pend) { in cyclic_softint()
1243 CYC_TRACE(cpu, level, "cas-fail", opend, pend); in cyclic_softint()
1244 ASSERT(opend > pend || (opend == 0 && in cyclic_softint()
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c365 goto pend;
376 pend:
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c324 goto pend; in execbrc()
337 pend: in execbrc()
/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1993 int tries, pend, last; in _sdbc_wait_pending() local
1997 while ((pend = _sd_pending_iobuf()) > 0) { in _sdbc_wait_pending()
1998 if (pend == last) { in _sdbc_wait_pending()
2000 return (pend); in _sdbc_wait_pending()
2003 pend = last; in _sdbc_wait_pending()
/onnv-gate/usr/src/cmd/csh/
H A Dsh.glob.c304 goto pend; in execbrc()
315 pend: in execbrc()
/onnv-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c1025 uintptr_t pend = usb_cfg + cfg_len; in prt_usb_desc() local
1036 while ((paddr + nlen <= pend) && (nlen > 0)) { in prt_usb_desc()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c862 U8* pend; in Perl_utf16_to_utf8() local
868 pend = p + bytelen; in Perl_utf16_to_utf8()
870 while (p < pend) { in Perl_utf16_to_utf8()
/onnv-gate/usr/src/uts/sun4u/vm/
H A Dmach_kpm.c573 pfn_t pbase, pend; in hat_kpm_walk() local
581 pend = msp->pages_end; in hat_kpm_walk()
584 size = ptob(pend - pbase); in hat_kpm_walk()

12