Home
last modified time | relevance | path

Searched refs:a_flags (Results 1 – 17 of 17) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Dhandle.c326 if (action->a_flags & HOSTAPD_ACTION_F_REF_FROM) in hostapd_handle_action()
328 else if (action->a_flags & HOSTAPD_ACTION_F_REF_TO) in hostapd_handle_action()
330 else if (action->a_flags & HOSTAPD_ACTION_F_REF_BSSID) in hostapd_handle_action()
363 if (action->a_flags & HOSTAPD_ACTION_F_REF_M) { in hostapd_handle_action()
364 hostapd_handle_ref(action->a_flags & in hostapd_handle_action()
368 hostapd_handle_ref(action->a_flags & in hostapd_handle_action()
372 hostapd_handle_ref(action->a_flags & in hostapd_handle_action()
H A Dparse.y448 frame.f_action_data.a_flags |= $4.flags;
869 frame.f_action_data.a_flags |=
881 frame.f_action_data.a_flags |=
892 frame.f_action_data.a_flags |=
903 frame.f_action_data.a_flags |=
H A Dhostapd.h187 u_int16_t a_flags; member
/openbsd/sys/miscfs/deadfs/
H A Ddead_vnops.c211 if (ap->a_flags & LK_DRAIN || !chkvnlock(vp)) in dead_lock()
214 return VOP_LOCK(vp, ap->a_flags); in dead_lock()
/openbsd/sys/sys/
H A Dvnode.h415 int a_flags; member
513 int a_flags; member
548 int a_flags; member
/openbsd/sys/arch/hppa/include/
H A Dsom.h102 long a_flags; member
/openbsd/sys/kern/
H A Dvfs_default.c63 if ((ap->a_flags & REVOKEALL) == 0) in vop_generic_revoke()
H A Dvfs_vops.c286 a.a_flags = flags; in VOP_REVOKE()
517 a.a_flags = flags; in VOP_LOCK()
613 a.a_flags = flags; in VOP_ADVLOCK()
H A Dspec_vnops.c664 ap->a_op, ap->a_fl, ap->a_flags)); in spec_advlock()
/openbsd/sys/miscfs/fuse/
H A Dfuse_vnops.c1530 return rrw_enter(&VTOI(vp)->ufs_ino.i_lock, ap->a_flags & LK_RWFLAGS); in fusefs_lock()
1558 ap->a_op, ap->a_fl, ap->a_flags)); in fusefs_advlock()
/openbsd/sys/ufs/ufs/
H A Dufs_vnops.c1443 return rrw_enter(&VTOI(vp)->i_lock, ap->a_flags & LK_RWFLAGS); in ufs_lock()
1704 ap->a_fl, ap->a_flags)); in ufs_advlock()
/openbsd/sys/msdosfs/
H A Dmsdosfs_vnops.c1674 return rrw_enter(&VTODE(vp)->de_lock, ap->a_flags & LK_RWFLAGS); in msdosfs_lock()
1828 ap->a_fl, ap->a_flags)); in msdosfs_advlock()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_vnops.c677 return rrw_enter(&VTOI(vp)->i_lock, ap->a_flags & LK_RWFLAGS); in cd9660_lock()
/openbsd/sys/tmpfs/
H A Dtmpfs_vnops.c1123 ap->a_fl, ap->a_flags); in tmpfs_advlock()
1172 return rrw_enter(&tnp->tn_vlock, ap->a_flags & LK_RWFLAGS); in tmpfs_lock()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_vnops.c1131 ap->a_fl, ap->a_flags)); in ext2fs_advlock()
/openbsd/sys/isofs/udf/
H A Dudf_vnops.c917 return rrw_enter(&VTOU(vp)->u_lock, ap->a_flags & LK_RWFLAGS); in udf_lock()
/openbsd/sys/nfs/
H A Dnfs_vnops.c1130 return rrw_enter(&VTONFS(vp)->n_lock, ap->a_flags & LK_RWFLAGS); in nfs_lock()
3290 ap->a_fl, ap->a_flags)); in nfs_advlock()