Lines Matching defs:this

13  *    notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
218 ng_btsocket_hci_raw_pcb_p this = NULL, next = NULL;
226 if (kread(kvmd, addr, (char *) &this, sizeof(this)) < 0)
229 for ( ; this != NULL; this = next) {
230 if (kread(kvmd, (u_long) this, (char *) &pcb, sizeof(pcb)) < 0)
258 (unsigned long) this,
273 ng_btsocket_l2cap_raw_pcb_p this = NULL, next = NULL;
281 if (kread(kvmd, addr, (char *) &this, sizeof(this)) < 0)
284 for ( ; this != NULL; this = next) {
285 if (kread(kvmd, (u_long) this, (char *) &pcb, sizeof(pcb)) < 0)
307 (unsigned long) this,
329 ng_btsocket_l2cap_pcb_p this = NULL, next = NULL;
338 if (kread(kvmd, addr, (char *) &this, sizeof(this)) < 0)
341 for ( ; this != NULL; this = next) {
342 if (kread(kvmd, (u_long) this, (char *) &pcb, sizeof(pcb)) < 0)
365 (unsigned long) this,
384 ng_btsocket_l2cap_rtentry_p this = NULL, next = NULL;
391 if (kread(kvmd, addr, (char *) &this, sizeof(this)) < 0)
394 for ( ; this != NULL; this = next) {
395 if (kread(kvmd, (u_long) this, (char *) &rt, sizeof(rt)) < 0)
412 (unsigned long) this,
434 ng_btsocket_rfcomm_pcb_p this = NULL, next = NULL;
443 if (kread(kvmd, addr, (char *) &this, sizeof(this)) < 0)
446 for ( ; this != NULL; this = next) {
447 if (kread(kvmd, (u_long) this, (char *) &pcb, sizeof(pcb)) < 0)
471 (unsigned long) this,
499 ng_btsocket_rfcomm_session_p this = NULL, next = NULL;
507 if (kread(kvmd, addr, (char *) &this, sizeof(this)) < 0)
510 for ( ; this != NULL; this = next) {
511 if (kread(kvmd, (u_long) this, (char *) &s, sizeof(s)) < 0)
535 (unsigned long) this,