Home
last modified time | relevance | path

Searched refs:scanp (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/sh/
H A Dservice.c179 unsigned char *scanp = path; in catpath() local
182 while (*scanp && *scanp != COLON) { in catpath()
185 *argp++ = *scanp++; in catpath()
187 if (scanp != path) { in catpath()
192 if (*scanp == COLON) in catpath()
193 scanp++; in catpath()
194 path = (*scanp ? scanp : 0); in catpath()
195 scanp = name; in catpath()
201 while (*argp++ = *scanp++) in catpath()
209 unsigned char *scanp = path; in nextpath() local
[all …]
/titanic_44/usr/src/lib/libresolv2/common/bsd/
H A Dstrpbrk.c57 const char *scanp; in strpbrk() local
61 for (scanp = s2; (sc = *scanp++) != 0;) in strpbrk()
/titanic_44/usr/src/uts/common/os/
H A Dsunpm.c726 pm_scan_t *scanp; in pm_scan_init()
731 scanp = PM_GET_PM_SCAN(dip); in pm_scan_init()
732 if (!scanp) { in pm_scan_init()
735 scanp = kmem_zalloc(sizeof (pm_scan_t), KM_SLEEP); in pm_scan_init()
736 DEVI(dip)->devi_pm_scan = scanp; in pm_scan_init()
737 } else if (scanp->ps_scan_flags & PM_SCAN_STOP) { in pm_scan_init()
740 scanp->ps_scan_flags &= ~PM_SCAN_STOP; in pm_scan_init()
752 pm_scan_t *scanp; in pm_scan_fini()
757 scanp = PM_GET_PM_SCAN(dip); in pm_scan_fini()
758 if (!scanp) { in pm_scan_fini()
[all …]
/titanic_44/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c217 ibnex_node_data_t *scanp; in ibnex_devctl() local
779 for (scanp = ibnex.ibnex_ioc_node_head; in ibnex_devctl()
780 scanp; in ibnex_devctl()
781 scanp = scanp->node_next) { in ibnex_devctl()
782 if (scanp->node_reprobe_state in ibnex_devctl()
/titanic_44/usr/src/uts/common/io/
H A Dpm.c615 pm_scan_t *scanp = PM_GET_PM_SCAN(dip); in pm_start_idledown() local
617 if (!scanp) in pm_start_idledown()
621 scanp->ps_idle_down |= flag; in pm_start_idledown()
632 pm_scan_t *scanp = PM_GET_PM_SCAN(dip); in pm_end_idledown() local
634 if (!scanp) in pm_end_idledown()
645 scanp->ps_idle_down &= ~PMID_TIMERS; in pm_end_idledown()