_p 90 altq/altq_rmclass_debug.h int *_p = &cbqtrace_ptr->count; \ _p 91 altq/altq_rmclass_debug.h *_p++ = ++cbqtrace_count; \ _p 92 altq/altq_rmclass_debug.h *_p++ = (int)(func); \ _p 93 altq/altq_rmclass_debug.h *_p++ = (int)(act); \ _p 94 altq/altq_rmclass_debug.h *_p++ = (int)(obj); \ _p 95 altq/altq_rmclass_debug.h if ((struct cbqtrace *)(void *)_p >= &cbqtrace_buffer[NCBQTRACE])\ _p 98 altq/altq_rmclass_debug.h cbqtrace_ptr = (struct cbqtrace *)(void *)_p; \ _p 233 arch/i386/include/biosvar.h void *_p; _p 1422 dev/ic/ar5xxx.h #define AR5K_LE_READ_2(_p) \ _p 1423 dev/ic/ar5xxx.h (((const u_int8_t *)(_p))[0] | (((const u_int8_t *)(_p))[1] << 8)) _p 1424 dev/ic/ar5xxx.h #define AR5K_LE_READ_4(_p) \ _p 1425 dev/ic/ar5xxx.h (((const u_int8_t *)(_p))[0] | \ _p 1426 dev/ic/ar5xxx.h (((const u_int8_t *)(_p))[1] << 8) | \ _p 1427 dev/ic/ar5xxx.h (((const u_int8_t *)(_p))[2] << 16) | \ _p 1428 dev/ic/ar5xxx.h (((const u_int8_t *)(_p))[3] << 24)) _p 1429 dev/ic/ar5xxx.h #define AR5K_LE_WRITE_2(_p, _val) \ _p 1430 dev/ic/ar5xxx.h ((((u_int8_t *)(_p))[0] = ((u_int32_t)(_val) & 0xff)), \ _p 1431 dev/ic/ar5xxx.h (((u_int8_t *)(_p))[1] = (((u_int32_t)(_val) >> 8) & 0xff))) _p 1432 dev/ic/ar5xxx.h #define AR5K_LE_WRITE_4(_p, _val) \ _p 1433 dev/ic/ar5xxx.h ((((u_int8_t *)(_p))[0] = ((u_int32_t)(_val) & 0xff)), \ _p 1434 dev/ic/ar5xxx.h (((u_int8_t *)(_p))[1] = (((u_int32_t)(_val) >> 8) & 0xff)), \ _p 1435 dev/ic/ar5xxx.h (((u_int8_t *)(_p))[2] = (((u_int32_t)(_val) >> 16) & 0xff)), \ _p 1436 dev/ic/ar5xxx.h (((u_int8_t *)(_p))[3] = (((u_int32_t)(_val) >> 24) & 0xff))) _p 58 dev/ic/silireg.h #define SILI_PORT_OFFSET(_p) ((_p) * SILI_PORT_SIZE) _p 101 dev/pci/ahci.c #define AHCI_PORT_REGION(_p) (0x100 + ((_p) * 0x80)) _p 208 dev/pci/if_nxe.c #define _P(_p) ((_p) * 0x10000) _p 210 dev/pci/if_nxe.c #define NXE_0_XG_CFG0(_p) (0x00670000 + _P(_p)) _p 223 dev/pci/if_nxe.c #define NXE_0_XG_CFG1(_p) (0x00670004 + _P(_p)) _p 232 dev/pci/if_nxe.c #define NXE_0_XG_MAC_LO(_p) (0x00670010 + _P(_p)) _p 233 dev/pci/if_nxe.c #define NXE_0_XG_MAC_HI(_p) (0x0067000c + _P(_p)) _p 264 dev/pci/if_nxe.c #define NXE_1_SW_CONTEXT(_p) (nxe_regmap[2][(_p)]) _p 265 dev/pci/if_nxe.c #define NXE_1_SW_CONTEXT_SIG(_p) (0xdee0 | (_p)) _p 267 dev/pci/if_nxe.c #define NXE_1_SW_CONTEXT_ADDR_LO(_p) (nxe_regmap[3][(_p)]) _p 269 dev/pci/if_nxe.c #define NXE_1_SW_CONTEXT_ADDR_HI(_p) (nxe_regmap[4][(_p)]) _p 272 dev/pci/if_nxe.c #define NXE_1_SW_INT_MASK(_p) (nxe_regmap[5][(_p)]) _p 327 dev/pci/if_nxe.c #define NXE_1_SW_XG_STATE_PORT(_r, _p) (((_r)>>8*(_p))&0xff) _p 160 dev/pci/if_tht.c #define THT_REG_ISR_LINKCHG(_p) (1<<(27+(_p))) /* link changed */ _p 185 dev/pci/if_tht.c #define THT_REG_IMR_LINKCHG(_p) (1<<(27+(_p))) /* link changed */ _p 256 dev/pci/if_tht.c #define THT_PORT_REGION(_p) ((_p) * THT_PORT_SIZE) _p 270 dev/pci/if_tht.c #define THT_IMR_DOWN(_p) (THT_REG_IMR_LINKCHG(_p)) _p 271 dev/pci/if_tht.c #define THT_IMR_UP(_p) (THT_REG_IMR_LINKCHG(_p) | \ _p 57 dev/raidframe/rf_alloclist.c #define DO_FREE(_p,_sz) RF_Free((_p), (_sz)) _p 168 dev/raidframe/rf_freelist.h void *_p; \ _p 172 dev/raidframe/rf_freelist.h RF_Calloc(_p, 1, (_fl_)->obj_size, (void *)); \ _p 173 dev/raidframe/rf_freelist.h if (_p) { \ _p 174 dev/raidframe/rf_freelist.h (_cast_(_p))->_nextp_ = (_fl_)->objlist; \ _p 175 dev/raidframe/rf_freelist.h (_fl_)->objlist = _p; \ _p 201 dev/raidframe/rf_freelist.h void *_p; \ _p 205 dev/raidframe/rf_freelist.h RF_Calloc(_p, 1, (_fl_)->obj_size, (void *)); \ _p 206 dev/raidframe/rf_freelist.h if (_init_(_cast_ _p)) { \ _p 207 dev/raidframe/rf_freelist.h RF_Free(_p, (_fl_)->obj_size); \ _p 208 dev/raidframe/rf_freelist.h _p = NULL; \ _p 210 dev/raidframe/rf_freelist.h if (_p) { \ _p 211 dev/raidframe/rf_freelist.h (_cast_(_p))->_nextp_ = (_fl_)->objlist; \ _p 212 dev/raidframe/rf_freelist.h (_fl_)->objlist = _p; \ _p 233 dev/raidframe/rf_freelist.h void *_p; \ _p 237 dev/raidframe/rf_freelist.h RF_Calloc(_p, 1, (_fl_)->obj_size, (void *)); \ _p 238 dev/raidframe/rf_freelist.h if (_init_(_cast_ _p, _arg_)) { \ _p 239 dev/raidframe/rf_freelist.h RF_Free(_p, (_fl_)->obj_size); \ _p 240 dev/raidframe/rf_freelist.h _p = NULL; \ _p 242 dev/raidframe/rf_freelist.h if (_p) { \ _p 243 dev/raidframe/rf_freelist.h (_cast_(_p))->_nextp_ = (_fl_)->objlist; \ _p 244 dev/raidframe/rf_freelist.h (_fl_)->objlist = _p; \ _p 264 dev/raidframe/rf_freelist.h void *_p; \ _p 288 dev/raidframe/rf_freelist.h RF_Calloc(_p, 1, \ _p 291 dev/raidframe/rf_freelist.h if (_p) { \ _p 292 dev/raidframe/rf_freelist.h if (_init_(_p)) { \ _p 293 dev/raidframe/rf_freelist.h RF_Free(_p, \ _p 295 dev/raidframe/rf_freelist.h _p = NULL; \ _p 298 dev/raidframe/rf_freelist.h (_cast_(_p))->_nextp_ = \ _p 300 dev/raidframe/rf_freelist.h (_fl_)->objlist = _p; \ _p 324 dev/raidframe/rf_freelist.h void *_p; \ _p 348 dev/raidframe/rf_freelist.h RF_Calloc(_p, 1, \ _p 350 dev/raidframe/rf_freelist.h if (_p) { \ _p 351 dev/raidframe/rf_freelist.h if (_init_(_p, _arg_)) \ _p 353 dev/raidframe/rf_freelist.h RF_Free(_p, \ _p 355 dev/raidframe/rf_freelist.h _p = NULL; \ _p 358 dev/raidframe/rf_freelist.h (_cast_(_p))->_nextp_ = \ _p 360 dev/raidframe/rf_freelist.h (_fl_)->objlist = _p; \ _p 383 dev/raidframe/rf_freelist.h void *_p; \ _p 407 dev/raidframe/rf_freelist.h RF_Calloc(_p, 1, \ _p 410 dev/raidframe/rf_freelist.h if (_p) { \ _p 411 dev/raidframe/rf_freelist.h if (_init_(_p)) { \ _p 412 dev/raidframe/rf_freelist.h RF_Free(_p, \ _p 414 dev/raidframe/rf_freelist.h _p = NULL; \ _p 417 dev/raidframe/rf_freelist.h (_cast_(_p))->_nextp_ = \ _p 419 dev/raidframe/rf_freelist.h (_fl_)->objlist = _p; \ _p 440 dev/raidframe/rf_freelist.h void *_p; \ _p 458 dev/raidframe/rf_freelist.h RF_Calloc(_p, 1, (_fl_)->obj_size, \ _p 460 dev/raidframe/rf_freelist.h if (_p) { \ _p 461 dev/raidframe/rf_freelist.h (_cast_(_p))->_nextp_ = \ _p 463 dev/raidframe/rf_freelist.h (_fl_)->objlist = _p; \ _p 485 dev/raidframe/rf_freelist.h void *_p, *_l, *_f; \ _p 507 dev/raidframe/rf_freelist.h RF_Calloc(_p, 1, \ _p 510 dev/raidframe/rf_freelist.h if (_p) { \ _p 511 dev/raidframe/rf_freelist.h (_cast_(_p))->_nextp_ = \ _p 513 dev/raidframe/rf_freelist.h (_fl_)->objlist = _p; \