Home
last modified time | relevance | path

Searched defs:privileged (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_pd.c39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) in mthca_pd_alloc()
H A Dmthca_provider.h104 int privileged; member
/freebsd/crypto/openssh/
H A Duidswap.c50 static int privileged = 0; variable
/freebsd/bin/sh/
H A Doptions.h62 #define privileged optval[15] macro
/freebsd/sys/dev/irdma/
H A Dirdma_hmc.h163 bool privileged; member
173 bool privileged; member
H A Dirdma_hw.c816 bool privileged, bool reset) in irdma_close_hmc_objects_type()
839 struct irdma_hmc_info *hmc_info, bool privileged, in irdma_del_hmc_objects()
875 irdma_create_hmc_objs(struct irdma_pci_f *rf, bool privileged, in irdma_create_hmc_objs()
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h137 int privileged; /* was the request from a privileged user? */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13995 bool privileged = CurrentModeIsPrivileged(); in CPSRWriteByInstr() local