Searched defs:scanp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrpbrk.c44 const char *scanp; local
48 for (scanp = s2; (sc = *scanp++) != '\0';)
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrpbrk.c57 const char *scanp; local
61 for (scanp = s2; (sc = *scanp++) != 0;)
/illumos-gate/usr/src/cmd/sh/
H A Dservice.c179 unsigned char *scanp = path; local
182 while (*scanp && *scanp != COLON) {
185 *argp++ = *scanp++;
187 if (scanp != path) {
192 if (*scanp == COLON)
193 scanp++;
194 path = (*scanp ? scanp : 0);
195 scanp
209 unsigned char *scanp = path; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c217 ibnex_node_data_t *scanp; local
779 for (scanp = ibnex.ibnex_ioc_node_head;
780 scanp;
781 scanp = scanp->node_next) {
782 if (scanp->node_reprobe_state
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c615 pm_scan_t *scanp = PM_GET_PM_SCAN(dip); local
617 if (!scanp)
621 scanp->ps_idle_down |= flag;
632 pm_scan_t *scanp = PM_GET_PM_SCAN(dip); local
634 if (!scanp)
645 scanp->ps_idle_down &= ~PMID_TIMERS;
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c726 pm_scan_t *scanp; local
731 scanp = PM_GET_PM_SCAN(dip);
732 if (!scanp) {
735 scanp = kmem_zalloc(sizeof (pm_scan_t), KM_SLEEP);
736 DEVI(dip)->devi_pm_scan = scanp;
737 } else if (scanp->ps_scan_flags & PM_SCAN_STOP) {
740 scanp->ps_scan_flags &= ~PM_SCAN_STOP;
752 pm_scan_t *scanp; local
757 scanp = PM_GET_PM_SCAN(dip);
758 if (!scanp) {
955 pm_scan_t *scanp; local
1035 pm_scan_t *scanp; local
1193 pm_scan_t *scanp; local
1352 pm_scan_t *scanp; local
4637 pm_scan_t *scanp = PM_GET_PM_SCAN(dip); local
[all...]

Completed in 140 milliseconds