Home
last modified time | relevance | path

Searched refs:plistref (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/common/lib/libprop/
Dprop_kern.c62 _prop_object_externalize_to_pref(prop_object_t obj, struct plistref *pref, in _prop_object_externalize_to_pref()
82 prop_object_externalize_to_pref(prop_object_t obj, struct plistref *prefp) in prop_object_externalize_to_pref()
91 prop_array_externalize_to_pref(prop_array_t array, struct plistref *prefp) in prop_array_externalize_to_pref()
99 prop_object_send_syscall(prop_object_t obj, struct plistref *prefp) in __strong_alias()
116 struct plistref pref; in __strong_alias()
154 _prop_object_internalize_from_pref_with_type(const struct plistref *pref, in __strong_alias()
190 _prop_object_internalize_from_pref(const struct plistref *prefp, in _prop_object_internalize_from_pref()
203 prop_array_internalize_from_pref(const struct plistref *prefp, in prop_array_internalize_from_pref()
211 prop_dictionary_internalize_from_pref(const struct plistref *prefp, in prop_dictionary_internalize_from_pref()
219 _prop_object_recv_syscall(const struct plistref *prefp, in _prop_object_recv_syscall()
[all …]
/netbsd/src/common/include/prop/
Dprop_object.h88 struct plistref;
98 struct plistref *);
99 int prop_object_recv_syscall(const struct plistref *,
102 int prop_object_copyin(const struct plistref *,
104 int prop_object_copyin_size(const struct plistref *,
106 int prop_object_copyout(struct plistref *, prop_object_t);
107 int prop_object_copyin_ioctl(const struct plistref *,
109 int prop_object_copyin_ioctl_size(const struct plistref *,
111 int prop_object_copyout_ioctl(struct plistref *, const u_long,
Dprop_dictionary.h86 struct plistref;
89 bool prop_dictionary_externalize_to_pref(prop_dictionary_t, struct plistref *);
90 bool prop_dictionary_internalize_from_pref(const struct plistref *,
100 struct plistref *);
101 int prop_dictionary_recv_syscall(const struct plistref *,
104 int prop_dictionary_copyin(const struct plistref *,
106 int prop_dictionary_copyin_size(const struct plistref *,
108 int prop_dictionary_copyout(struct plistref *,
110 int prop_dictionary_copyin_ioctl(const struct plistref *,
113 int prop_dictionary_copyin_ioctl_size(const struct plistref *,
[all …]
Dprop_array.h69 struct plistref;
72 bool prop_array_externalize_to_pref(prop_array_t, struct plistref *);
73 bool prop_array_internalize_from_pref(const struct plistref *,
77 int prop_array_send_syscall(prop_array_t, struct plistref *);
78 int prop_array_recv_syscall(const struct plistref *,
81 int prop_array_copyin(const struct plistref *, prop_array_t *);
82 int prop_array_copyin_size(const struct plistref *, prop_array_t *,
84 int prop_array_copyout(struct plistref *, prop_array_t);
85 int prop_array_copyin_ioctl(const struct plistref *, const u_long,
87 int prop_array_copyin_ioctl_size(const struct plistref *,
[all …]
Dplistref.h43 struct plistref { struct
DMakefile5 proplib.h plistref.h
/netbsd/src/sys/dev/
Dveriexec.c150 struct plistref *plistref; in veriexecioctl() local
182 plistref = (struct plistref *)data; in veriexecioctl()
190 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict); in veriexecioctl()
199 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict); in veriexecioctl()
210 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict); in veriexecioctl()
223 error = prop_dictionary_copyout_ioctl(plistref, cmd, in veriexecioctl()
244 error = prop_array_copyout_ioctl(plistref, cmd, in veriexecioctl()
/netbsd/src/sys/sys/
Dverified_exec.h55 #define VERIEXEC_LOAD _IOW('X', 0x1, struct plistref)
56 #define VERIEXEC_TABLESIZE _IOW('X', 0x2, struct plistref)
57 #define VERIEXEC_DELETE _IOW('X', 0x3, struct plistref)
58 #define VERIEXEC_QUERY _IOWR('X', 0x4, struct plistref)
59 #define VERIEXEC_DUMP _IOR('X', 0x5, struct plistref)
Denvsys.h120 #define ENVSYS_GETDICTIONARY _IOWR('E', 0, struct plistref)
121 #define ENVSYS_SETDICTIONARY _IOWR('E', 1, struct plistref)
122 #define ENVSYS_REMOVEPROPS _IOWR('E', 2, struct plistref)
Ddrvctlio.h70 #define DRVCTLCOMMAND _IOWR('D', 125, struct plistref)
73 #define DRVGETEVENT _IOR('D', 128, struct plistref)
Dpower.h278 #define POWER_EVENT_RECVDICT _IOWR('P', 1, struct plistref)
Ddkio.h118 #define DIOCGDISKINFO _IOR('d', 127, struct plistref)
/netbsd/src/sys/dev/bluetooth/
Dbtdev.h40 #define BTDEV_ATTACH _IOW('b', 14, struct plistref)
41 #define BTDEV_DETACH _IOW('b', 15, struct plistref)
/netbsd/src/sys/kern/
Dkern_drvctl.c112 static int drvctl_command(struct lwp *, struct plistref *, u_long, int);
113 static int drvctl_getevent(struct lwp *, struct plistref *, u_long, int);
414 res = drvctl_command(curlwp, (struct plistref *)data, cmd, in drvctl_ioctl()
418 res = drvctl_getevent(curlwp, (struct plistref *)data, cmd, in drvctl_ioctl()
538 drvctl_command(struct lwp *l, struct plistref *pref, u_long ioctl_cmd, in drvctl_command()
590 drvctl_getevent(struct lwp *l, struct plistref *pref, u_long ioctl_cmd, in drvctl_getevent()
/netbsd/src/tests/dev/dm/
Dh_dm.c61 struct plistref prefp; in dm_test_versions()
101 struct plistref prefp; in dm_test_targets()
/netbsd/src/sys/dev/dm/
Ddevice-mapper.c411 struct plistref *pref = (struct plistref *)data; in dmioctl()
508 struct plistref *pref = (struct plistref *) data; in disk_ioctl_switch()
Dnetbsd-dm.h42 #define NETBSD_DM_IOCTL _IOWR(DM_IOCTL, DM_IOCTL_CMD, struct plistref)
/netbsd/src/share/examples/rump/dmtest/
Ddmt.c58 struct plistref prefp; in main()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_ioctl.c375 struct plistref *p, u_long cmd) in netbsd32_to_plistref()
933 netbsd32_from_plistref(struct plistref *p, in netbsd32_from_plistref()
1621 IOCTL_STRUCT_CONV_TO(ENVSYS_GETDICTIONARY, plistref); in netbsd32_ioctl()
1623 IOCTL_STRUCT_CONV_TO(ENVSYS_SETDICTIONARY, plistref); in netbsd32_ioctl()
1625 IOCTL_STRUCT_CONV_TO(ENVSYS_REMOVEPROPS, plistref); in netbsd32_ioctl()
1676 IOCTL_STRUCT_CONV_TO(POWER_EVENT_RECVDICT, plistref); in netbsd32_ioctl()
1736 IOCTL_STRUCT_CONV_TO(DRVCTLCOMMAND, plistref); in netbsd32_ioctl()
1738 IOCTL_STRUCT_CONV_TO(DRVGETEVENT, plistref); in netbsd32_ioctl()
1745 IOCTL_STRUCT_CONV_TO(DIOCGDISKINFO, plistref); in netbsd32_ioctl()
Dnetbsd32_conv.h881 netbsd32_copyin_plistref(netbsd32_pointer_t n32p, struct plistref *p) in netbsd32_copyin_plistref()
896 netbsd32_copyout_plistref(netbsd32_pointer_t n32p, struct plistref *p) in netbsd32_copyout_plistref()
/netbsd/src/sys/dev/sysmon/
Dsysmon_envsys.c201 struct plistref *plist = (struct plistref *)data; in sysmonioctl_envsys()
232 const struct plistref *plist = (const struct plistref *)data; in sysmonioctl_envsys()
340 const struct plistref *plist = (const struct plistref *)data; in sysmonioctl_envsys()
Dsysmon_power.c623 struct plistref *plist = (struct plistref *)data; in sysmonioctl_power()
/netbsd/src/lib/libdm/
Dlibdm_ioctl.c153 struct plistref prefp; in libdm_task_run()
/netbsd/src/distrib/sets/lists/comp/
Dmi3215 ./usr/include/prop/plistref.h comp-c-include