/third_party/pulseaudio/src/pulsecore/ |
D | pstream.c | 116 uint32_t shm_info[PA_PSTREAM_SHM_MAX]; member 654 uint32_t *shm_info = (uint32_t *) &p->write.minibuf[PA_PSTREAM_DESCRIPTOR_SIZE]; in prepare_next_write_item() local 694 shm_info[PA_PSTREAM_SHM_BLOCKID] = htonl(block_id); in prepare_next_write_item() 695 shm_info[PA_PSTREAM_SHM_SHMID] = htonl(shm_id); in prepare_next_write_item() 696 … shm_info[PA_PSTREAM_SHM_INDEX] = htonl((uint32_t) (offset + p->write.current->chunk.index)); in prepare_next_write_item() 697 … shm_info[PA_PSTREAM_SHM_LENGTH] = htonl((uint32_t) p->write.current->chunk.length); in prepare_next_write_item() 986 if (length != sizeof(re->shm_info)) { in do_read() 992 re->data = re->shm_info; in do_read() 1029 uint32_t shm_id = ntohl(re->shm_info[PA_PSTREAM_SHM_SHMID]); in do_read() 1044 ntohl(re->shm_info[PA_PSTREAM_SHM_BLOCKID]), in do_read() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl04.c | 44 static void parse_proc_sysvipc(struct shm_info *info) in parse_proc_sysvipc() 115 struct shm_info info; in verify_shminfo()
|
D | shmctl01.c | 231 struct shm_info dummy; in get_shm_idx_from_id()
|
/third_party/musl/arch/powerpc64/bits/ |
D | shm.h | 19 struct shm_info { struct
|
/third_party/musl/arch/generic/bits/ |
D | shm.h | 20 struct shm_info { struct
|
/third_party/musl/porting/linux/user/arch/generic/bits/ |
D | shm.h | 20 struct shm_info { struct
|
/third_party/musl/arch/mips/bits/ |
D | shm.h | 25 struct shm_info { struct
|
/third_party/musl/arch/mipsn32/bits/ |
D | shm.h | 25 struct shm_info { struct
|
/third_party/musl/arch/powerpc/bits/ |
D | shm.h | 26 struct shm_info { struct
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | shm.h | 29 struct shm_info { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/arch/i386/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | shm.h | 29 struct shm_info { struct
|
/third_party/musl/arch/microblaze/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/arch/sh/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/arch/arm/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/arch/m68k/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/arch/or1k/bits/ |
D | shm.h | 27 struct shm_info { struct
|
/third_party/musl/arch/x32/bits/ |
D | shm.h | 23 struct shm_info { struct
|
/third_party/weston/clients/ |
D | weston-info.c | 97 struct shm_info { struct 392 struct shm_info *shm = data; in print_shm_info() 1499 struct shm_info *shm = data; in shm_handle_format() 1513 struct shm_info *shm = data; in destroy_shm_info() 1527 struct shm_info *shm = xzalloc(sizeof *shm); in add_shm_info()
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 149 struct shm_info shm_buf; in shm_array()
|