Home
last modified time | relevance | path

Searched refs:shm_info (Results 1 – 23 of 23) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dpstream.c116 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()
696shm_info[PA_PSTREAM_SHM_INDEX] = htonl((uint32_t) (offset + p->write.current->chunk.index)); in prepare_next_write_item()
697shm_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/
Dshmctl04.c44 static void parse_proc_sysvipc(struct shm_info *info) in parse_proc_sysvipc()
115 struct shm_info info; in verify_shminfo()
Dshmctl01.c231 struct shm_info dummy; in get_shm_idx_from_id()
/third_party/musl/arch/powerpc64/bits/
Dshm.h19 struct shm_info { struct
/third_party/musl/arch/generic/bits/
Dshm.h20 struct shm_info { struct
/third_party/musl/porting/linux/user/arch/generic/bits/
Dshm.h20 struct shm_info { struct
/third_party/musl/arch/mips/bits/
Dshm.h25 struct shm_info { struct
/third_party/musl/arch/mipsn32/bits/
Dshm.h25 struct shm_info { struct
/third_party/musl/arch/powerpc/bits/
Dshm.h26 struct shm_info { struct
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dshm.h29 struct shm_info { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/arch/i386/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dshm.h29 struct shm_info { struct
/third_party/musl/arch/microblaze/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/arch/sh/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/arch/arm/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/arch/m68k/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/porting/uniproton/kernel/include/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/arch/or1k/bits/
Dshm.h27 struct shm_info { struct
/third_party/musl/arch/x32/bits/
Dshm.h23 struct shm_info { struct
/third_party/weston/clients/
Dweston-info.c97 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/
Dipcs.c149 struct shm_info shm_buf; in shm_array()