Searched refs:shp (Results 1 – 9 of 9) sorted by relevance
| /linux/net/bridge/netfilter/ |
| H A D | ebt_arpreply.c | 27 const unsigned char *shp; in ebt_arpreply_tg() local 40 shp = skb_header_pointer(skb, sizeof(_ah), ETH_ALEN, &_sha); in ebt_arpreply_tg() 41 if (shp == NULL) in ebt_arpreply_tg() 57 *diptr, shp, info->mac, shp); in ebt_arpreply_tg()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 332 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach() argument 340 sh->physhim = shp->physhim; in wlc_phy_shared_attach() 341 sh->unit = shp->unit; in wlc_phy_shared_attach() 342 sh->corerev = shp->corerev; in wlc_phy_shared_attach() 344 sh->vid = shp->vid; in wlc_phy_shared_attach() 345 sh->did = shp->did; in wlc_phy_shared_attach() 346 sh->chip = shp->chip; in wlc_phy_shared_attach() 347 sh->chiprev = shp->chiprev; in wlc_phy_shared_attach() 348 sh->chippkg = shp->chippkg; in wlc_phy_shared_attach() 349 sh->sromrev = shp->sromrev; in wlc_phy_shared_attach() [all …]
|
| H A D | phy_hal.h | 166 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp);
|
| /linux/security/ |
| H A D | security.c | 3527 * @shp: sysv ipc permission structure 3529 * Allocate and attach a security structure to the @shp security field. The 3534 int security_shm_alloc(struct kern_ipc_perm *shp) 3536 int rc = lsm_ipc_alloc(shp); in security_shm_alloc() 3540 rc = call_int_hook(shm_alloc_security, shp); in security_shm_alloc() 3542 security_shm_free(shp); in security_shm_alloc() 3548 * @shp: sysv ipc permission structure 3552 void security_shm_free(struct kern_ipc_perm *shp) 3554 call_void_hook(shm_free_security, shp); in security_shm_free() 3555 kfree(shp in security_shm_free() 3535 security_shm_alloc(struct kern_ipc_perm * shp) security_shm_alloc() argument 3553 security_shm_free(struct kern_ipc_perm * shp) security_shm_free() argument 3572 security_shm_associate(struct kern_ipc_perm * shp,int shmflg) security_shm_associate() argument 3587 security_shm_shmctl(struct kern_ipc_perm * shp,int cmd) security_shm_shmctl() argument 3604 security_shm_shmat(struct kern_ipc_perm * shp,char __user * shmaddr,int shmflg) security_shm_shmat() argument [all...] |
| /linux/tools/perf/util/ |
| H A D | symbol.h | 72 GElf_Shdr *shp, const char *name, size_t *idx);
|
| H A D | symbol-elf.c | 187 GElf_Shdr *shp, const char *name, size_t *idx) in elf_section_by_name() argument 199 gelf_getshdr(sec, shp); in elf_section_by_name() 200 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name); in elf_section_by_name()
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_mid_low_api.rst | 722 * @shp: 指向目标主机的struct Scsi_Host实例 744 const char * info(struct Scsi_Host * shp)
|
| /linux/security/selinux/ |
| H A D | hooks.c | 6493 static int selinux_shm_alloc_security(struct kern_ipc_perm *shp) in selinux_shm_alloc_security() argument 6499 isec = selinux_ipc(shp); in selinux_shm_alloc_security() 6503 ad.u.ipc_id = shp->key; in selinux_shm_alloc_security() 6509 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate() argument 6515 isec = selinux_ipc(shp); in selinux_shm_associate() 6518 ad.u.ipc_id = shp->key; in selinux_shm_associate() 6525 static int selinux_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in selinux_shm_shmctl() argument 6554 return ipc_has_perm(shp, perms); in selinux_shm_shmctl() 6557 static int selinux_shm_shmat(struct kern_ipc_perm *shp, in selinux_shm_shmat() argument 6567 return ipc_has_perm(shp, perms); in selinux_shm_shmat()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7450 static const char *scsi_debug_info(struct Scsi_Host *shp) in scsi_debug_info() argument
|