Symbol: plistref
common/include/prop/prop_array.h
69
struct plistref;
common/include/prop/prop_array.h
72
bool prop_array_externalize_to_pref(prop_array_t, struct plistref *);
common/include/prop/prop_array.h
73
bool prop_array_internalize_from_pref(const struct plistref *,
common/include/prop/prop_array.h
77
int prop_array_send_syscall(prop_array_t, struct plistref *);
common/include/prop/prop_array.h
78
int prop_array_recv_syscall(const struct plistref *,
common/include/prop/prop_array.h
81
int prop_array_copyin(const struct plistref *, prop_array_t *);
common/include/prop/prop_array.h
82
int prop_array_copyin_size(const struct plistref *, prop_array_t *,
common/include/prop/prop_array.h
84
int prop_array_copyout(struct plistref *, prop_array_t);
common/include/prop/prop_array.h
85
int prop_array_copyin_ioctl(const struct plistref *, const u_long,
common/include/prop/prop_array.h
87
int prop_array_copyin_ioctl_size(const struct plistref *,
common/include/prop/prop_array.h
90
int prop_array_copyout_ioctl(struct plistref *, const u_long,
common/include/prop/prop_dictionary.h
100
struct plistref *);
common/include/prop/prop_dictionary.h
101
int prop_dictionary_recv_syscall(const struct plistref *,
common/include/prop/prop_dictionary.h
104
int prop_dictionary_copyin(const struct plistref *,
common/include/prop/prop_dictionary.h
106
int prop_dictionary_copyin_size(const struct plistref *,
common/include/prop/prop_dictionary.h
108
int prop_dictionary_copyout(struct plistref *,
common/include/prop/prop_dictionary.h
110
int prop_dictionary_copyin_ioctl(const struct plistref *,
common/include/prop/prop_dictionary.h
113
int prop_dictionary_copyin_ioctl_size(const struct plistref *,
common/include/prop/prop_dictionary.h
116
int prop_dictionary_copyout_ioctl(struct plistref *,
common/include/prop/prop_dictionary.h
86
struct plistref;
common/include/prop/prop_dictionary.h
89
bool prop_dictionary_externalize_to_pref(prop_dictionary_t, struct plistref *);
common/include/prop/prop_dictionary.h
90
bool prop_dictionary_internalize_from_pref(const struct plistref *,
common/include/prop/prop_object.h
102
int prop_object_copyin(const struct plistref *,
common/include/prop/prop_object.h
104
int prop_object_copyin_size(const struct plistref *,
common/include/prop/prop_object.h
106
int prop_object_copyout(struct plistref *, prop_object_t);
common/include/prop/prop_object.h
107
int prop_object_copyin_ioctl(const struct plistref *,
common/include/prop/prop_object.h
109
int prop_object_copyin_ioctl_size(const struct plistref *,
common/include/prop/prop_object.h
111
int prop_object_copyout_ioctl(struct plistref *, const u_long,
common/include/prop/prop_object.h
88
struct plistref;
common/include/prop/prop_object.h
98
struct plistref *);
common/include/prop/prop_object.h
99
int prop_object_recv_syscall(const struct plistref *,
common/lib/libprop/prop_kern.c
113
struct plistref pref;
common/lib/libprop/prop_kern.c
151
_prop_object_internalize_from_pref_with_type(const struct plistref *pref,
common/lib/libprop/prop_kern.c
187
_prop_object_internalize_from_pref(const struct plistref *prefp,
common/lib/libprop/prop_kern.c
200
prop_array_internalize_from_pref(const struct plistref *prefp,
common/lib/libprop/prop_kern.c
208
prop_dictionary_internalize_from_pref(const struct plistref *prefp,
common/lib/libprop/prop_kern.c
216
_prop_object_recv_syscall(const struct plistref *prefp,
common/lib/libprop/prop_kern.c
227
prop_object_recv_syscall(const struct plistref *prefp,
common/lib/libprop/prop_kern.c
234
prop_array_recv_syscall(const struct plistref *prefp,
common/lib/libprop/prop_kern.c
242
prop_dictionary_recv_syscall(const struct plistref *prefp,
common/lib/libprop/prop_kern.c
258
struct plistref pref;
common/lib/libprop/prop_kern.c
302
struct plistref pref;
common/lib/libprop/prop_kern.c
377
_prop_object_copyin_size(const struct plistref *pref, prop_object_t *objp,
common/lib/libprop/prop_kern.c
417
prop_object_copyin_size(const struct plistref *pref,
common/lib/libprop/prop_kern.c
424
prop_array_copyin_size(const struct plistref *pref,
common/lib/libprop/prop_kern.c
432
prop_dictionary_copyin_size(const struct plistref *pref,
common/lib/libprop/prop_kern.c
440
prop_object_copyin(const struct plistref *pref, prop_object_t *objp)
common/lib/libprop/prop_kern.c
447
prop_array_copyin(const struct plistref *pref, prop_array_t *arrayp)
common/lib/libprop/prop_kern.c
454
prop_dictionary_copyin(const struct plistref *pref, prop_dictionary_t *dictp)
common/lib/libprop/prop_kern.c
461
_prop_object_copyin_ioctl_size(const struct plistref *pref,
common/lib/libprop/prop_kern.c
471
prop_object_copyin_ioctl_size(const struct plistref *pref,
common/lib/libprop/prop_kern.c
479
prop_array_copyin_ioctl_size(const struct plistref *pref,
common/lib/libprop/prop_kern.c
487
prop_dictionary_copyin_ioctl_size(const struct plistref *pref,
common/lib/libprop/prop_kern.c
495
prop_object_copyin_ioctl(const struct plistref *pref,
common/lib/libprop/prop_kern.c
503
prop_array_copyin_ioctl(const struct plistref *pref,
common/lib/libprop/prop_kern.c
512
prop_dictionary_copyin_ioctl(const struct plistref *pref,
common/lib/libprop/prop_kern.c
521
prop_object_copyout(struct plistref *pref, prop_object_t obj)
common/lib/libprop/prop_kern.c
554
prop_object_copyout_ioctl(struct plistref *pref, const u_long cmd,
common/lib/libprop/prop_kern.c
59
_prop_object_externalize_to_pref(prop_object_t obj, struct plistref *pref,
common/lib/libprop/prop_kern.c
79
prop_object_externalize_to_pref(prop_object_t obj, struct plistref *prefp)
common/lib/libprop/prop_kern.c
88
prop_array_externalize_to_pref(prop_array_t array, struct plistref *prefp)
common/lib/libprop/prop_kern.c
96
prop_object_send_syscall(prop_object_t obj, struct plistref *prefp)
lib/libdm/libdm_ioctl.c
153
struct plistref prefp;
share/examples/rump/dmtest/dmt.c
58
struct plistref prefp;
sys/compat/netbsd32/netbsd32_conv.h
881
netbsd32_copyin_plistref(netbsd32_pointer_t n32p, struct plistref *p)
sys/compat/netbsd32/netbsd32_conv.h
896
netbsd32_copyout_plistref(netbsd32_pointer_t n32p, struct plistref *p)
sys/compat/netbsd32/netbsd32_ioctl.c
1621
IOCTL_STRUCT_CONV_TO(ENVSYS_GETDICTIONARY, plistref);
sys/compat/netbsd32/netbsd32_ioctl.c
1623
IOCTL_STRUCT_CONV_TO(ENVSYS_SETDICTIONARY, plistref);
sys/compat/netbsd32/netbsd32_ioctl.c
1625
IOCTL_STRUCT_CONV_TO(ENVSYS_REMOVEPROPS, plistref);
sys/compat/netbsd32/netbsd32_ioctl.c
1676
IOCTL_STRUCT_CONV_TO(POWER_EVENT_RECVDICT, plistref);
sys/compat/netbsd32/netbsd32_ioctl.c
1736
IOCTL_STRUCT_CONV_TO(DRVCTLCOMMAND, plistref);
sys/compat/netbsd32/netbsd32_ioctl.c
1738
IOCTL_STRUCT_CONV_TO(DRVGETEVENT, plistref);
sys/compat/netbsd32/netbsd32_ioctl.c
1745
IOCTL_STRUCT_CONV_TO(DIOCGDISKINFO, plistref);
sys/compat/netbsd32/netbsd32_ioctl.c
375
struct plistref *p, u_long cmd)
sys/compat/netbsd32/netbsd32_ioctl.c
933
netbsd32_from_plistref(struct plistref *p,
sys/dev/bluetooth/btdev.h
40
#define BTDEV_ATTACH _IOW('b', 14, struct plistref)
sys/dev/bluetooth/btdev.h
41
#define BTDEV_DETACH _IOW('b', 15, struct plistref)
sys/dev/dm/device-mapper.c
411
struct plistref *pref = (struct plistref *)data;
sys/dev/dm/device-mapper.c
508
struct plistref *pref = (struct plistref *) data;
sys/dev/dm/netbsd-dm.h
42
#define NETBSD_DM_IOCTL _IOWR(DM_IOCTL, DM_IOCTL_CMD, struct plistref)
sys/dev/hdaudio/hdaudio.c
1555
struct plistref *pref = addr;
sys/dev/hdaudio/hdaudioio.h
38
#define HDAUDIO_FGRP_INFO _IOWR('h', 0, struct plistref)
sys/dev/hdaudio/hdaudioio.h
39
#define HDAUDIO_FGRP_GETCONFIG _IOWR('h', 1, struct plistref)
sys/dev/hdaudio/hdaudioio.h
40
#define HDAUDIO_FGRP_SETCONFIG _IOWR('h', 2, struct plistref)
sys/dev/hdaudio/hdaudioio.h
41
#define HDAUDIO_FGRP_WIDGET_INFO _IOWR('h', 3, struct plistref)
sys/dev/hdaudio/hdaudioio.h
42
#define HDAUDIO_FGRP_CODEC_INFO _IOWR('h', 4, struct plistref)
sys/dev/hdaudio/hdaudioio.h
44
#define HDAUDIO_AFG_WIDGET_INFO _IOWR('H', 0, struct plistref)
sys/dev/hdaudio/hdaudioio.h
45
#define HDAUDIO_AFG_CODEC_INFO _IOWR('H', 1, struct plistref)
sys/dev/sysmon/sysmon_envsys.c
201
struct plistref *plist = (struct plistref *)data;
sys/dev/sysmon/sysmon_envsys.c
232
const struct plistref *plist = (const struct plistref *)data;
sys/dev/sysmon/sysmon_envsys.c
340
const struct plistref *plist = (const struct plistref *)data;
sys/dev/sysmon/sysmon_power.c
623
struct plistref *plist = (struct plistref *)data;
sys/dev/veriexec.c
150
struct plistref *plistref;
sys/dev/veriexec.c
182
plistref = (struct plistref *)data;
sys/dev/veriexec.c
190
error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict);
sys/dev/veriexec.c
199
error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict);
sys/dev/veriexec.c
210
error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict);
sys/dev/veriexec.c
223
error = prop_dictionary_copyout_ioctl(plistref, cmd,
sys/dev/veriexec.c
244
error = prop_array_copyout_ioctl(plistref, cmd,
sys/kern/kern_drvctl.c
115
static int drvctl_command(struct lwp *, struct plistref *, u_long, int);
sys/kern/kern_drvctl.c
116
static int drvctl_getevent(struct lwp *, struct plistref *, u_long, int);
sys/kern/kern_drvctl.c
418
res = drvctl_command(curlwp, (struct plistref *)data, cmd,
sys/kern/kern_drvctl.c
422
res = drvctl_getevent(curlwp, (struct plistref *)data, cmd,
sys/kern/kern_drvctl.c
542
drvctl_command(struct lwp *l, struct plistref *pref, u_long ioctl_cmd,
sys/kern/kern_drvctl.c
594
drvctl_getevent(struct lwp *l, struct plistref *pref, u_long ioctl_cmd,
sys/sys/dkio.h
118
#define DIOCGDISKINFO _IOR('d', 127, struct plistref)
sys/sys/drvctlio.h
70
#define DRVCTLCOMMAND _IOWR('D', 125, struct plistref)
sys/sys/drvctlio.h
73
#define DRVGETEVENT _IOR('D', 128, struct plistref)
sys/sys/envsys.h
120
#define ENVSYS_GETDICTIONARY _IOWR('E', 0, struct plistref)
sys/sys/envsys.h
121
#define ENVSYS_SETDICTIONARY _IOWR('E', 1, struct plistref)
sys/sys/envsys.h
122
#define ENVSYS_REMOVEPROPS _IOWR('E', 2, struct plistref)
sys/sys/power.h
278
#define POWER_EVENT_RECVDICT _IOWR('P', 1, struct plistref)
sys/sys/verified_exec.h
55
#define VERIEXEC_LOAD _IOW('X', 0x1, struct plistref)
sys/sys/verified_exec.h
56
#define VERIEXEC_TABLESIZE _IOW('X', 0x2, struct plistref)
sys/sys/verified_exec.h
57
#define VERIEXEC_DELETE _IOW('X', 0x3, struct plistref)
sys/sys/verified_exec.h
58
#define VERIEXEC_QUERY _IOWR('X', 0x4, struct plistref)
sys/sys/verified_exec.h
59
#define VERIEXEC_DUMP _IOR('X', 0x5, struct plistref)
tests/dev/dm/h_dm.c
101
struct plistref prefp;
tests/dev/dm/h_dm.c
61
struct plistref prefp;