/freebsd/sys/dev/mthca/ |
H A D | mthca_pd.c | 39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) in mthca_pd_alloc() argument 43 pd->privileged = privileged; in mthca_pd_alloc() 50 if (privileged) { in mthca_pd_alloc() 64 if (pd->privileged) in mthca_pd_free()
|
H A D | mthca_provider.h | 104 int privileged; member
|
H A D | mthca_dev.h | 464 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd);
|
/freebsd/crypto/openssh/ |
H A D | uidswap.c | 50 static int privileged = 0; variable 72 privileged = 0; in temporarily_use_uid() 78 privileged = 0; in temporarily_use_uid() 83 privileged = 1; in temporarily_use_uid() 145 if (!privileged) { in restore_uid()
|
H A D | README.privsep | 3 privileged monitor process. Its purpose is to prevent privilege 29 --with-privsep-user=user Specify non-privileged user for privilege separation 50 process 6917 is the privileged monitor process, 6919 is the user owned
|
H A D | README.tun | 56 the privileged user (in /root/.ssh/config):
|
/freebsd/crypto/openssh/contrib/cygwin/ |
H A D | README | 30 --user -u <account> privileged user for service, default 'cyg_server'. 31 --pwd -w <passwd> Use "pwd" as password for privileged user. 32 --privileged On Windows XP, require privileged user
|
H A D | ssh-host-config | 571 --privileged )
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_hmc.h | 163 bool privileged; member 173 bool privileged; member
|
H A D | irdma_hw.c | 816 bool privileged, bool reset) in irdma_close_hmc_objects_type() argument 823 info.privileged = privileged; in irdma_close_hmc_objects_type() 839 struct irdma_hmc_info *hmc_info, bool privileged, in irdma_del_hmc_objects() argument 847 hmc_info, privileged, reset); in irdma_del_hmc_objects() 875 irdma_create_hmc_objs(struct irdma_pci_f *rf, bool privileged, in irdma_create_hmc_objs() argument 883 info.privileged = privileged; in irdma_create_hmc_objs() 914 dev->hmc_info, privileged, in irdma_create_hmc_objs()
|
H A D | irdma_main.h | 591 struct irdma_hmc_info *hmc_info, bool privileged,
|
/freebsd/bin/sh/ |
H A D | main.c | 143 if (privileged == 0) in main() 150 if (!privileged && iflag) { in main()
|
H A D | options.c | 91 privileged = (getuid() != geteuid() || getgid() != getegid()); in procargs() 287 if (&optval[idx] == &privileged && !val && privileged) { in setoptionbyindex()
|
H A D | options.h | 62 #define privileged optval[15] macro
|
/freebsd/share/security/ |
H A D | lomac-policy.contexts | 9 # This is not an exhaustive list of all "privileged" devices.
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_priv.sgml | 35 <para>If enabled, privileged operations are done in the wpa_priv process 49 non-privileged user account created just for this purpose to limit access
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | intel,stratix10-svc.txt | 15 Intel Stratix10 service layer driver, running at privileged exception level
|
/freebsd/usr.bin/login/ |
H A D | login.access | 36 # Disallow non-local logins to privileged accounts (group wheel).
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | lp.h | 137 int privileged; /* was the request from a privileged user? */ member
|
/freebsd/contrib/ntp/html/hints/ |
H A D | mpeix | 14 privileged, undocumented internal OS functions.
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | options.hlp | 6 will not talk NFS over "non privileged" ports.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README | 922 privileged operations into a separate process (wpa_priv) while leaving 931 enabled, the privileged operations (driver wrapper and l2_packet) are 934 wrappers that communicate with the privileged wpa_priv process to 935 perform the needed operations. wpa_priv can control what privileged 943 on a laptop or as a special non-privileged user account created just 982 Linux capabilities instead of privileged process 987 by running wpa_supplicant as a privileged process with effective user id
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 10 // Most of these instructions are privileged or semi-privileged. They are
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 100 bit 1 - OS (privileged state)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.td | 318 SubtargetFeature<"privileged", "HasPrivileged", "true", 319 "Add privileged instructions">;
|