Searched refs:plistref (Results 1 – 13 of 13) sorted by relevance
| /minix3/common/lib/libprop/ |
| H A D | prop_kern.c | 52 _prop_object_externalize_to_pref(prop_object_t obj, struct plistref *pref, in _prop_object_externalize_to_pref() 80 prop_array_externalize_to_pref(prop_array_t array, struct plistref *prefp) in prop_array_externalize_to_pref() 96 prop_array_send_syscall(prop_array_t array, struct plistref *prefp) in prop_array_send_syscall() 106 struct plistref *prefp) in prop_dictionary_externalize_to_pref() 123 struct plistref *prefp) in prop_dictionary_send_syscall() 134 struct plistref pref; in _prop_object_send_ioctl() 187 _prop_object_internalize_from_pref(const struct plistref *pref, in _prop_object_internalize_from_pref() 230 prop_array_internalize_from_pref(const struct plistref *prefp, in prop_array_internalize_from_pref() 247 prop_array_recv_syscall(const struct plistref *prefp, in prop_array_recv_syscall() 261 prop_dictionary_internalize_from_pref(const struct plistref *prefp, in prop_dictionary_internalize_from_pref() [all …]
|
| /minix3/common/include/prop/ |
| H A D | prop_dictionary.h | 85 struct plistref; 88 bool prop_dictionary_externalize_to_pref(prop_dictionary_t, struct plistref *); 89 bool prop_dictionary_internalize_from_pref(const struct plistref *, 99 struct plistref *); 100 int prop_dictionary_recv_syscall(const struct plistref *, 103 int prop_dictionary_copyin(const struct plistref *, 105 int prop_dictionary_copyout(struct plistref *, 107 int prop_dictionary_copyin_ioctl(const struct plistref *, 110 int prop_dictionary_copyout_ioctl(struct plistref *,
|
| H A D | prop_array.h | 69 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_copyout(struct plistref *, prop_array_t); 83 int prop_array_copyin_ioctl(const struct plistref *, const u_long, 85 int prop_array_copyout_ioctl(struct plistref *, const u_long,
|
| H A D | plistref.h | 43 struct plistref { struct
|
| H A D | Makefile | 5 proplib.h plistref.h
|
| /minix3/sys/sys/ |
| H A D | verified_exec.h | 55 #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)
|
| H A D | envsys.h | 118 #define ENVSYS_GETDICTIONARY _IOWR('E', 0, struct plistref) 119 #define ENVSYS_SETDICTIONARY _IOWR('E', 1, struct plistref) 120 #define ENVSYS_REMOVEPROPS _IOWR('E', 2, struct plistref)
|
| H A D | drvctlio.h | 70 #define DRVCTLCOMMAND _IOWR('D', 125, struct plistref) 73 #define DRVGETEVENT _IOR('D', 128, struct plistref)
|
| H A D | power.h | 274 #define POWER_EVENT_RECVDICT _IOWR('P', 1, struct plistref)
|
| H A D | dkio.h | 107 #define DIOCGDISKINFO _IOR('d', 127, struct plistref)
|
| /minix3/tests/dev/dm/ |
| H A D | h_dm.c | 61 struct plistref prefp; in dm_test_versions() 100 struct plistref prefp; in dm_test_targets()
|
| /minix3/distrib/sets/lists/minix-comp/ |
| H A D | mi | 1497 ./usr/include/prop/plistref.h minix-comp
|
| /minix3/distrib/sets/lists/comp/ |
| H A D | mi | 2563 ./usr/include/prop/plistref.h comp-c-include
|