/titanic_44/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_mem.c | 751 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 D | nsc_mem.h | 58 int pend; /* Operation pending */ member
|
H A D | nsc_dev.h | 53 int pend; /* Unregister pending */ member
|
H A D | nsc_dev.c | 304 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()
|
/titanic_44/usr/src/lib/libbsm/common/ |
H A D | getdaent.c | 201 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()
|
/titanic_44/usr/src/uts/sun4v/vm/ |
H A D | mach_kpm.c | 303 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()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | pk1.c | 208 char *pp, *pend; local 212 pend = p + HDRSIZ; 213 while (pp < pend) 216 if (pkcget(ifn, p, pend - p) !=
|
/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | draw.c | 501 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()
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | msgs.h | 282 *pend = p + SZ - TAIL_LEN; \ 284 while (p < pend) \
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 73 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member 214 p->pend[i] = 0; in regcomp() 348 p->pend[subno] = HERE(); in p_ere_exp() 349 assert(p->pend[subno] != 0); in p_ere_exp() 579 p->pend[subno] = HERE(); in p_simp_re() 580 assert(p->pend[subno] != 0); in p_simp_re() 600 if (p->pend[i] != 0) { in p_simp_re() 605 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re() 606 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1294 if (p->pend[i] >= pos) { in doinsert() [all …]
|
/titanic_44/usr/src/cmd/eeprom/i386/ |
H A D | benv.c | 972 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()
|
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | intreg.h | 104 uint_t pend; member
|
/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | chg_data.c | 444 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()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | method.c | 844 char *pend; in method_run() local 851 if ((pend = strchr(method, ' ')) != NULL) in method_run() 852 *pend = '\0'; in method_run() 862 if (pend != NULL) in method_run() 863 *pend = ' '; in method_run()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 342 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()
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 587 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()
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 284 u_int8_t *p, *pend; local 332 pend = p + 342 for (off = 0, i = 0; p < pend; i++) {
|
/titanic_44/usr/src/uts/common/os/ |
H A D | cyclic.c | 1147 uint32_t pend, npend, opend; in cyclic_softint() local 1186 pend = cyclic->cy_pend; in cyclic_softint() 1187 npend = pend - 1; in cyclic_softint() 1189 if (pend == 0) { in cyclic_softint() 1223 atomic_cas_32(&cyclic->cy_pend, pend, npend)) != in cyclic_softint() 1224 pend) { in cyclic_softint() 1249 CYC_TRACE(cpu, level, "cas-fail", opend, pend); in cyclic_softint() 1250 ASSERT(opend > pend || (opend == 0 && in cyclic_softint()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | expand.c | 365 goto pend; 376 pend:
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 324 goto pend; in execbrc() 337 pend: in execbrc()
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 1993 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()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.glob.c | 304 goto pend; in execbrc() 315 pend: in execbrc()
|
/titanic_44/usr/src/cmd/mdb/common/modules/usba/ |
H A D | prtusb.c | 1025 uintptr_t pend = usb_cfg + cfg_len; in prt_usb_desc() local 1036 while ((paddr + nlen <= pend) && (nlen > 0)) { in prt_usb_desc()
|
/titanic_44/usr/src/uts/sun4u/vm/ |
H A D | mach_kpm.c | 573 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()
|
/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 4433 pfn_t pbase, pend; in hat_kpm_walk() local 4440 pend = msp->pages_end; in hat_kpm_walk() 4442 size = ptob(pend - pbase); in hat_kpm_walk()
|