Home
last modified time | relevance | path

Searched refs:Bp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c121 if (Bp->addr < base || Bp->addr >= base + size) { in delete_breakpoints()
416 for (Bp = bpt_hashtable[bpt_hash(pc)]; Bp != NULL; Bp = Bp->next) in get_bkpt()
436 for (Bp = bpt_hashtable[hix]; Bp != NULL; Bp = Bp->next) in create_bkpt()
482 for (Bp = bpt_hashtable[i]; Bp != NULL; Bp = Bp->next) { in set_deferred_breakpoints()
485 Psetbkpt(Proc, Bp->addr, &Bp->instr) == 0) in set_deferred_breakpoints()
591 for (Bp = bpt_hashtable[i]; Bp != NULL; Bp = Bp->next) in report_htable_stats()
1130 for (Bp = bpt_hashtable[i]; Bp != NULL; Bp = Bp->next) { in clear_breakpoints()
1132 (void) Pdelbkpt(Proc, Bp->addr, Bp->instr); in clear_breakpoints()
1162 for (Bp = bpt_hashtable[i]; Bp != NULL; Bp = Bp->next) { in reestablish_traps()
1418 (void) Pdelbkpt(Proc, Bp->addr, Bp->instr); in function_trace()
[all …]
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.c161 char *Np, *Bp; in tnamatch() local
163 Bp = tbuf; in tnamatch()
164 if (*Bp == '#') in tnamatch()
167 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch()
169 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch()
171 while (*Bp && *Bp != ':' && *Bp != '|') in tnamatch()
172 Bp++; in tnamatch()
173 if (*Bp == 0 || *Bp == ':') in tnamatch()
175 Bp++; in tnamatch()
/illumos-gate/usr/src/cmd/captoinfo/
H A Dotermcap.c261 char *Np, *Bp; in otnamatch() local
263 Bp = tbuf; in otnamatch()
264 if (*Bp == '#') in otnamatch()
267 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in otnamatch()
269 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in otnamatch()
271 while (*Bp && *Bp != ':' && *Bp != '|') in otnamatch()
272 Bp++; in otnamatch()
273 if (*Bp == 0 || *Bp == ':') in otnamatch()
275 Bp++; in otnamatch()
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtermcap.c209 char *Np, *Bp; in tnamatch() local
211 Bp = tbuf; in tnamatch()
212 if (*Bp == '#') in tnamatch()
215 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch()
217 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch()
219 while (*Bp && *Bp != ':' && *Bp != '|') in tnamatch()
220 Bp++; in tnamatch()
221 if (*Bp == 0 || *Bp == ':') in tnamatch()
223 Bp++; in tnamatch()
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c270 char *Np, *Bp; in tnamatch() local
272 Bp = tbuf; in tnamatch()
273 if (*Bp == '#') in tnamatch()
276 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch()
278 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch()
280 while (*Bp && *Bp != ':' && *Bp != '|') in tnamatch()
281 Bp++; in tnamatch()
282 if (*Bp == 0 || *Bp == ':') in tnamatch()
284 Bp++; in tnamatch()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c47 static bucket_t *Bp; variable
592 return (Bp = (bucket_t *)l); in first_from_list()
598 return (Bp = Bp->b_parent); in next_from_list()