Searched refs:_skoid_add_property (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/core/ |
| H A D | skywalk_sysctl.c | 94 _skoid_add_property(struct skoid *skoid, const char *name, int kind, char *fmt, in _skoid_add_property() function 112 _skoid_add_property(skoid, name, CTLTYPE_INT | kind, "I", int_ptr, 0, in skoid_add_int() 123 _skoid_add_property(skoid, name, CTLTYPE_INT | kind, "IU", uint_ptr, 0, in skoid_add_uint() 134 _skoid_add_property(skoid, name, CTLTYPE_INT | kind, "I", proc_arg1, in skoid_add_handler()
|