OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shmbuf
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/compat/sys/
shm.h
91
__shmid_ds14_to_native(const struct shmid_ds14 *oshmbuf, struct shmid_ds *
shmbuf
)
94
__ipc_perm14_to_native(&oshmbuf->shm_perm, &
shmbuf
->shm_perm);
96
#define CVT(x)
shmbuf
->x = oshmbuf->x
108
__native_to_shmid_ds14(const struct shmid_ds *
shmbuf
, struct shmid_ds14 *oshmbuf)
112
__native_to_ipc_perm14(&
shmbuf
->shm_perm, &oshmbuf->shm_perm);
114
#define CVT(x) oshmbuf->x =
shmbuf
->x
115
#define CVTI(x) oshmbuf->x = (int)
shmbuf
->x
128
__shmid_ds13_to_native(const struct shmid_ds13 *oshmbuf, struct shmid_ds *
shmbuf
)
131
shmbuf
->shm_perm = oshmbuf->shm_perm;
133
#define CVT(x)
shmbuf
->x = oshmbuf->
[
all
...]
/src/sys/compat/common/
sysv_shm_14.c
63
struct shmid_ds
shmbuf
;
local
73
__shmid_ds14_to_native(&oshmbuf, &
shmbuf
);
77
(cmd == IPC_SET || cmd == IPC_STAT) ? &
shmbuf
: NULL);
80
__native_to_shmid_ds14(&
shmbuf
, &oshmbuf);
sysv_shm_50.c
62
struct shmid_ds
shmbuf
;
local
72
__shmid_ds13_to_native(&oshmbuf, &
shmbuf
);
76
(cmd == IPC_SET || cmd == IPC_STAT) ? &
shmbuf
: NULL);
79
__native_to_shmid_ds13(&
shmbuf
, &oshmbuf);
/src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c
165
netbsd32_shmid_ds14_to_native(struct netbsd32_shmid_ds14 *oshmbuf, struct shmid_ds *
shmbuf
)
168
netbsd32_ipc_perm14_to_native(&oshmbuf->shm_perm, &
shmbuf
->shm_perm);
170
#define CVT(x)
shmbuf
->x = oshmbuf->x
182
native_to_netbsd32_shmid_ds14(struct shmid_ds *
shmbuf
, struct netbsd32_shmid_ds14 *oshmbuf)
186
native_to_netbsd32_ipc_perm14(&
shmbuf
->shm_perm, &oshmbuf->shm_perm);
188
#define CVT(x) oshmbuf->x =
shmbuf
->x
302
struct shmid_ds
shmbuf
;
local
312
netbsd32_shmid_ds14_to_native(&oshmbuf, &
shmbuf
);
316
(cmd == IPC_SET || cmd == IPC_STAT) ? &
shmbuf
: NULL);
319
native_to_netbsd32_shmid_ds14(&
shmbuf
, &oshmbuf)
[
all
...]
/src/sys/kern/
sysv_shm.c
493
struct shmid_ds
shmbuf
;
local
498
error = copyin(SCARG(uap, buf), &
shmbuf
, sizeof(
shmbuf
));
504
(cmd == IPC_SET || cmd == IPC_STAT) ? &
shmbuf
: NULL);
507
error = copyout(&
shmbuf
, SCARG(uap, buf), sizeof(
shmbuf
));
513
shmctl1(struct lwp *l, int shmid, int cmd, struct shmid_ds *
shmbuf
)
535
memset(
shmbuf
, 0, sizeof *
shmbuf
);
536
shmbuf
->shm_perm = shmseg->shm_perm
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026