Home
last modified time | relevance | path

Searched refs:rwp (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Drwlock.h51 #define SEM(rwp) (&(rwp)->rw_rwlock) argument
54 spl_rw_set_owner(krwlock_t *rwp) in spl_rw_set_owner() argument
56 rwp->rw_owner = current; in spl_rw_set_owner()
60 spl_rw_clear_owner(krwlock_t *rwp) in spl_rw_clear_owner() argument
62 rwp->rw_owner = NULL; in spl_rw_clear_owner()
66 rw_owner(krwlock_t *rwp) in rw_owner() argument
68 return (rwp->rw_owner); in rw_owner()
73 spl_rw_set_type(krwlock_t *rwp, krw_type_t type) in spl_rw_set_type() argument
75 rwp->rw_type = type; in spl_rw_set_type()
91 spl_rw_lockdep_off_maybe(krwlock_t *rwp) \ in spl_rw_lockdep_off_maybe() argument
[all …]
/freebsd/contrib/sendmail/src/
H A Dreadcf.c152 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/tests/sys/geom/class/zoned/
H A Dzoned_test.sh288 atf_check zonectl -d /dev/${md}.zoned -c rwp -l 0
312 zonectl -d /dev/${md}.zoned -c rwp -l 0
333 atf_check zonectl -d /dev/${md}.zoned -c rwp -l 0
357 atf_check zonectl -d /dev/${md}.zoned -c rwp -l 0
387 atf_check zonectl -d /dev/${md}.zoned -c rwp -a
416 atf_check zonectl -d /dev/${md}.zoned -c rwp -l 0x80000
418 zonectl -d /dev/${md}.zoned -c rwp -l 0x80001
425 atf_check zonectl -d /dev/${md}.zoned -c rwp -a
919 atf_check zonectl -d /dev/${md}.zoned -c rwp -l $(zone_start 3)
925 atf_check zonectl -d /dev/${md}.zoned -c rwp -a
/freebsd/sys/sys/
H A Ddisk_zone.h181 struct disk_zone_rwp rwp; member
/freebsd/sys/geom/zoned/
H A Dg_zoned.c767 struct disk_zone_rwp *rwp = &args->zone_params.rwp; in g_zoned_zonecmd() local
770 bool all = (rwp->flags & DISK_ZONE_RWP_FLAG_ALL) != 0; in g_zoned_zonecmd()
777 if (rwp->id >= sc->sc_maxlba) { in g_zoned_zonecmd()
780 " maxlba=%ju", (uint64_t)rwp->id, in g_zoned_zonecmd()
784 if ((rwp->id % sc->sc_zonesecs) != 0) { in g_zoned_zonecmd()
788 (uint64_t)rwp->id, in g_zoned_zonecmd()
792 first = g_zoned_zoneno(sc, rwp->id); in g_zoned_zonecmd()
/freebsd/usr.sbin/zonectl/
H A Dzonectl.c519 zone_args.zone_params.rwp.id = lba; in main()
521 zone_args.zone_params.rwp.flags |= in main()
/freebsd/sys/cam/scsi/
H A Dscsi_cd.h670 uint8_t rwp; member
H A Dscsi_da.c3130 lba = bp->bio_zone.zone_params.rwp.id; in da_zone_cmd()
3132 if (bp->bio_zone.zone_params.rwp.flags & in da_zone_cmd()
/freebsd/sys/cam/ata/
H A Data_da.c2178 lba = bp->bio_zone.zone_params.rwp.id; in ada_zone_cmd()
2180 if (bp->bio_zone.zone_params.rwp.flags & in ada_zone_cmd()