Searched refs:a_flags (Results 1 – 17 of 17) sorted by relevance
/openbsd/usr.sbin/hostapd/ |
H A D | handle.c | 326 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 D | parse.y | 448 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 D | hostapd.h | 187 u_int16_t a_flags; member
|
/openbsd/sys/miscfs/deadfs/ |
H A D | dead_vnops.c | 211 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 D | vnode.h | 414 int a_flags; member 512 int a_flags; member 547 int a_flags; member
|
/openbsd/sys/arch/hppa/include/ |
H A D | som.h | 102 long a_flags; member
|
/openbsd/sys/kern/ |
H A D | vfs_default.c | 63 if ((ap->a_flags & REVOKEALL) == 0) in vop_generic_revoke()
|
H A D | vfs_vops.c | 286 a.a_flags = flags; in VOP_REVOKE() 517 a.a_flags = flags; in VOP_LOCK() 615 a.a_flags = flags; in VOP_ADVLOCK()
|
H A D | spec_vnops.c | 666 ap->a_op, ap->a_fl, ap->a_flags)); in spec_advlock()
|
/openbsd/sys/miscfs/fuse/ |
H A D | fuse_vnops.c | 1563 return rrw_enter(&VTOI(vp)->i_lock, ap->a_flags & LK_RWFLAGS); in fusefs_lock() 1591 ap->a_op, ap->a_fl, ap->a_flags)); in fusefs_advlock()
|
/openbsd/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 1448 return rrw_enter(&VTOI(vp)->i_lock, ap->a_flags & LK_RWFLAGS); in ufs_lock() 1708 ap->a_fl, ap->a_flags)); in ufs_advlock()
|
/openbsd/sys/msdosfs/ |
H A D | msdosfs_vnops.c | 1674 return rrw_enter(&VTODE(vp)->de_lock, ap->a_flags & LK_RWFLAGS); in msdosfs_lock() 1830 ap->a_fl, ap->a_flags)); in msdosfs_advlock()
|
/openbsd/sys/isofs/cd9660/ |
H A D | cd9660_vnops.c | 682 return rrw_enter(&VTOI(vp)->i_lock, ap->a_flags & LK_RWFLAGS); in cd9660_lock()
|
/openbsd/sys/tmpfs/ |
H A D | tmpfs_vnops.c | 1123 ap->a_fl, ap->a_flags); in tmpfs_advlock() 1174 return rrw_enter(&tnp->tn_vlock, ap->a_flags & LK_RWFLAGS); in tmpfs_lock()
|
/openbsd/sys/ufs/ext2fs/ |
H A D | ext2fs_vnops.c | 1131 ap->a_fl, ap->a_flags)); in ext2fs_advlock()
|
/openbsd/sys/isofs/udf/ |
H A D | udf_vnops.c | 923 return rrw_enter(&VTOU(vp)->u_lock, ap->a_flags & LK_RWFLAGS); in udf_lock()
|
/openbsd/sys/nfs/ |
H A D | nfs_vnops.c | 1115 return rrw_enter(&VTONFS(vp)->n_lock, ap->a_flags & LK_RWFLAGS); in nfs_lock() 3281 ap->a_fl, ap->a_flags)); in nfs_advlock()
|