Home
last modified time | relevance | path

Searched defs:shp (Results 1 – 14 of 14) sorted by relevance

/linux-3.3/ipc/
Dshm.c61 #define shm_unlock(shp) \ argument
88 struct shmid_kernel *shp; in do_shm_rmid() local
169 struct shmid_kernel *shp; in shm_open() local
188 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_destroy()
213 static bool shm_may_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_may_destroy()
230 struct shmid_kernel *shp; in shm_close() local
252 struct shmid_kernel *shp = container_of(ipcp, struct shmid_kernel, shm_perm); in shm_try_destroy_current() local
283 struct shmid_kernel *shp = container_of(ipcp, struct shmid_kernel, shm_perm); in shm_try_destroy_orphaned() local
452 struct shmid_kernel *shp; in newseg() local
541 struct shmid_kernel *shp; in shm_security() local
[all …]
/linux-3.3/drivers/staging/tidspbridge/dynload/
Dgetsection.c93 struct ldr_section_info *shp; in expand_sec_names() local
207 struct ldr_section_info *shp = in dload_module_open() local
236 struct ldr_section_info *shp; in dload_get_section_info() local
Dcload.c429 struct doff_scnhdr_t *shp; in dload_sections() local
474 struct doff_scnhdr_t *shp; in allocate_sections() local
570 struct doff_scnhdr_t *shp; in section_table_free() local
/linux-3.3/net/bridge/netfilter/
Debt_arpreply.c26 const unsigned char *shp; in ebt_arpreply_tg() local
/linux-3.3/security/smack/
Dsmack_lsm.c2117 static char *smack_of_shm(struct shmid_kernel *shp) in smack_of_shm()
2128 static int smack_shm_alloc_security(struct shmid_kernel *shp) in smack_shm_alloc_security()
2142 static void smack_shm_free_security(struct shmid_kernel *shp) in smack_shm_free_security()
2156 static int smk_curacc_shm(struct shmid_kernel *shp, int access) in smk_curacc_shm()
2175 static int smack_shm_associate(struct shmid_kernel *shp, int shmflg) in smack_shm_associate()
2190 static int smack_shm_shmctl(struct shmid_kernel *shp, int cmd) in smack_shm_shmctl()
2225 static int smack_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in smack_shm_shmat()
/linux-3.3/security/
Dcapability.c500 static int cap_shm_alloc_security(struct shmid_kernel *shp) in cap_shm_alloc_security()
505 static void cap_shm_free_security(struct shmid_kernel *shp) in cap_shm_free_security()
509 static int cap_shm_associate(struct shmid_kernel *shp, int shmflg) in cap_shm_associate()
514 static int cap_shm_shmctl(struct shmid_kernel *shp, int cmd) in cap_shm_shmctl()
519 static int cap_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in cap_shm_shmat()
Dsecurity.c904 int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc()
909 void security_shm_free(struct shmid_kernel *shp) in security_shm_free()
914 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate()
919 int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl()
924 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
/linux-3.3/drivers/scsi/
Dgdth.c3885 static const char *gdth_info(struct Scsi_Host *shp) in gdth_info()
4700 struct Scsi_Host *shp; in gdth_isa_probe_one() local
4832 struct Scsi_Host *shp; in gdth_eisa_probe_one() local
4966 struct Scsi_Host *shp; in gdth_pci_probe_one() local
5110 struct Scsi_Host *shp = ha->shost; in gdth_remove_one() local
Dscsi_debug.c2797 static const char * scsi_debug_info(struct Scsi_Host * shp) in scsi_debug_info()
/linux-3.3/include/linux/
Dsecurity.h2423 static inline int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc()
2428 static inline void security_shm_free(struct shmid_kernel *shp) in security_shm_free()
2431 static inline int security_shm_associate(struct shmid_kernel *shp, in security_shm_associate()
2437 static inline int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl()
2442 static inline int security_shm_shmat(struct shmid_kernel *shp, in security_shm_shmat()
/linux-3.3/security/selinux/
Dhooks.c4933 static int selinux_shm_alloc_security(struct shmid_kernel *shp) in selinux_shm_alloc_security()
4958 static void selinux_shm_free_security(struct shmid_kernel *shp) in selinux_shm_free_security()
4963 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg) in selinux_shm_associate()
4979 static int selinux_shm_shmctl(struct shmid_kernel *shp, int cmd) in selinux_shm_shmctl()
5011 static int selinux_shm_shmat(struct shmid_kernel *shp, in selinux_shm_shmat()
/linux-3.3/drivers/atm/
Deni.c1950 int error,rate,rsv,shp; in eni_change_qos() local
/linux-3.3/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c363 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach()
/linux-3.3/tools/perf/util/
Dsymbol.c918 GElf_Shdr *shp, const char *name, in elf_section_by_name()