Searched refs:rwp (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | rwlock.h | 52 #define SEM(rwp) (&(rwp)->rw_rwlock) argument 55 spl_rw_set_owner(krwlock_t *rwp) in spl_rw_set_owner() argument 57 rwp->rw_owner = current; in spl_rw_set_owner() 61 spl_rw_clear_owner(krwlock_t *rwp) in spl_rw_clear_owner() argument 63 rwp->rw_owner = NULL; in spl_rw_clear_owner() 67 rw_owner(krwlock_t *rwp) in rw_owner() argument 69 return (rwp->rw_owner); in rw_owner() 74 spl_rw_set_type(krwlock_t *rwp, krw_type_t type) in spl_rw_set_type() argument 76 rwp->rw_type = type; in spl_rw_set_type() 79 spl_rw_lockdep_off_maybe(krwlock_t *rwp) \ in spl_rw_lockdep_off_maybe() argument [all …]
|
| /freebsd/contrib/sendmail/src/ |
| H A D | readcf.c | 152 struct rewrite *rwp = NULL; local 258 if (rwp == NULL) 260 RewriteRules[ruleset] = rwp = 261 (struct rewrite *) sm_malloc_tagged_x(sizeof(*rwp), 266 rwp->r_next = (struct rewrite *) sm_malloc_tagged_x(sizeof(*rwp), 268 rwp = rwp->r_next; 270 rwp->r_next = NULL; 275 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf, 280 if (rwp->r_lhs != NULL) 284 rwp->r_lhs = copyplist(rwp->r_lhs, true, NULL); [all …]
|
| /freebsd/sys/sys/ |
| H A D | disk_zone.h | 169 struct disk_zone_rwp rwp; member
|
| /freebsd/usr.sbin/zonectl/ |
| H A D | zonectl.c | 65 { "rwp", DISK_ZONE_RWP }, 80 { "rwp", DISK_ZONE_REP_RWP }, 509 zone_args.zone_params.rwp.id = lba; in main() 511 zone_args.zone_params.rwp.flags |= in main()
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_cd.h | 670 uint8_t rwp; member
|
| H A D | scsi_da.c | 3126 lba = bp->bio_zone.zone_params.rwp.id; in da_zone_cmd() 3128 if (bp->bio_zone.zone_params.rwp.flags & in da_zone_cmd()
|
| /freebsd/sys/cam/ata/ |
| H A D | ata_da.c | 2174 lba = bp->bio_zone.zone_params.rwp.id; in ada_zone_cmd() 2176 if (bp->bio_zone.zone_params.rwp.flags & in ada_zone_cmd()
|