Searched defs:skoid (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/core/ |
| H A D | skywalk_sysctl.c | 46 _skoid_oid_init(struct skoid *skoid, struct sysctl_oid *oid, in _skoid_oid_init() 81 skoid_create(struct skoid *skoid, struct sysctl_oid_list *parent, in skoid_create() 94 _skoid_add_property(struct skoid *skoid, const char *name, int kind, char *fmt, in _skoid_add_property() 109 skoid_add_int(struct skoid *skoid, const char *name, int kind, in skoid_add_int() 120 skoid_add_uint(struct skoid *skoid, const char *name, int kind, in skoid_add_uint() 131 skoid_add_handler(struct skoid *skoid, const char *name, int kind, in skoid_add_handler() 146 skoid_destroy(struct skoid *skoid) in skoid_destroy()
|
| H A D | skywalk_var.h | 581 struct skoid { struct 584 char sko_name[SKOID_NAME_SIZE]; /* skoid name */ argument
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 286 struct skoid *skoid = &mit->mit_skoid; in nx_netif_mit_init() local
|