Home
last modified time | relevance | path

Searched refs:p_status (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/cmd/nscd/
H A Dnscd_door.h90 (ph)->p_status = st; \
100 (ph)->p_status = NSS_SUCCESS; \
106 (ph)->p_status = st; \
113 (((ph)->p_status) == NSS_SUCCESS)
116 (((ph)->p_status) != NSS_SUCCESS)
119 (((nss_pheader_t *)(ph))->p_status)
131 (ph)->p_status = 0; \
136 (ph)->p_status = (ph1)->p_status; \
H A Dnscd_frontend.c955 if (phdr->p_status != NSS_ALTRETRY) in switcher()
H A Dnscd_switch.c1431 pbuf->p_status, pbuf->p_herrno, strerror(pbuf->p_errno)); in nss_psearch()
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Dfuncs.c94 pack.p_status = 0; in packfn()
97 pack.p_name, pack.p_status); in packfn()
155 pack.p_status = 0; in unpackfn()
158 pack.p_name, pack.p_status); in unpackfn()
165 pack.p_name, pack.p_status); in unpackfn()
218 pack.p_status = 0; in inquirefn()
221 pack.p_name, pack.p_status); in inquirefn()
247 (pack.p_status & CACHEFS_PACKED_FILE) ? "YES" : "NO", in inquirefn()
248 (pack.p_status & CACHEFS_PACKED_DATA) ? "YES" : "NO"); in inquirefn()
251 (pack.p_status & CACHEFS_PACKED_NOCACHE) ? in inquirefn()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmhandler.c95 pmptr->p_status = VALID;
118 pmptr->p_status = VALID;
188 pmptr->p_status = LOCKED;
323 pmptr->p_status = VALID;
463 if (pmptr->p_status == VALID) in kill_children()
562 if ((pmptr->p_status == LOCKED) && (pmptr->p_fd == 0)) {
566 pmptr->p_status = VALID;
580 else if ((pmptr->p_status == SESSION) && (pmptr->p_fd == 0)) {
584 pmptr->p_status = VALID;
598 else if ((pmptr->p_status == UNACCESS) && (pmptr->p_fd == 0)) {
[all …]
H A Dttymon.c255 if ((tp->p_status > 0) && (tp->p_fd == 0) && in initialize()
288 if ((tp->p_status > 0) && (tp->p_fd == 0) && in open_all()
312 } else if (((tp->p_status == LOCKED) || in open_all()
313 (tp->p_status == SESSION) || in open_all()
314 (tp->p_status == UNACCESS)) && in open_all()
331 tp->p_status = VALID; in open_all()
391 if (pmptr->p_status == GETTY) {
400 pmptr->p_status = NOTVALID;
413 pmptr->p_status = UNACCESS;
431 pmptr->p_status = LOCKED;
[all …]
H A Dtmpmtab.c96 if ((gptr->p_status == SESSION) || in read_pmtab()
97 (gptr->p_status == LOCKED) || in read_pmtab()
98 (gptr->p_status == UNACCESS)) { in read_pmtab()
103 gptr->p_inservice = gptr->p_status; in read_pmtab()
105 gptr->p_status = NOTVALID; in read_pmtab()
455 log("status:\t\t%d", gptr->p_status); in dump_pmtab()
553 if (tsp->p_status) {
560 tsp->p_status = VALID;
567 tsp->p_status = NOTVALID;
581 sp->p_status = CHANGED;
[all …]
H A Dtmchild.c75 if (pmtab->p_status != GETTY) {
140 (pmtab->p_status == GETTY) || (pmtab->p_timeout > 0)) {
243 if (pmtab->p_status != GETTY) {
532 if (pmtab->p_status != GETTY) {
557 if (pmtab->p_status != GETTY) {
602 if (pmtab->p_status != GETTY) {
H A Dtmstruct.h68 int p_status; /* status of entry */ member
H A Dtmexpress.c188 pmtab->p_status = GETTY; in parse_args()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetxby_door.c367 if (pdesc != NULL && rp && rp->p_status == NSS_ALTRETRY && in _nsc_try1door()
385 if (rp->p_status == NSS_ALTRESET || in _nsc_try1door()
386 rp->p_status == NSS_ALTRETRY || in _nsc_try1door()
387 rp->p_status == NSS_TRYLOCAL) in _nsc_try1door()
388 return (rp->p_status); in _nsc_try1door()
479 ph->p_status = NSS_ALTRETRY; in _nsc_trydoorcall_ext()
H A Dnss_dbdefs.c785 pbuf->p_status = NSS_SUCCESS; in nss_packed_set_status()
790 pbuf->p_status = status; in nss_packed_set_status()
807 pbuf->p_status = status; in nss_packed_set_status()
813 pbuf->p_status = NSS_SUCCESS; in nss_packed_set_status()
815 pbuf->p_status = NSS_NOTFOUND; in nss_packed_set_status()
823 if ((pbuf->p_status = status) != NSS_SUCCESS) { in nss_packed_set_status()
H A Dnss_common.c1686 pbuf->p_status = 0; in nss_pack()
1784 pbuf->p_status = 0; in nss_pack_ent()
1858 status = pbuf->p_status; in nss_unpack()
1905 if (pbuf->p_status == NSS_SUCCESS) { in nss_unpack()
1954 status = pbuf->p_status; in nss_unpack_ent()
/titanic_41/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c578 pbuf->p_status = NSS_NOTFOUND; in _nss_dns_gethost_withttl()
592 pbuf->p_status = NSS_NOTFOUND; in _nss_dns_gethost_withttl()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_ioctl.h60 int p_status; /* status of operation */ member
/titanic_41/usr/src/head/
H A Dnss_dbdefs.h602 uint32_t p_status; /* nss_status_t */ member
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1807 &packp->p_status, cred); in cachefs_ioctl()