| /xnu-11215.81.4/bsd/skywalk/core/ |
| H A D | skywalk_sysctl.c | 39 _skoid_oid_free(struct sysctl_oid *oid) in _skoid_oid_free() 46 _skoid_oid_init(struct skoid *skoid, struct sysctl_oid *oid, in _skoid_oid_init() 85 struct sysctl_oid *oid = &skoid->sko_oid; in skoid_create() local 98 struct sysctl_oid *oid; in _skoid_add_property() local 156 struct sysctl_oid *oid, *oid_tmp; in skoid_destroy() local
|
| /xnu-11215.81.4/bsd/skywalk/ |
| H A D | os_sysctls_private.h | 211 #define SYSCTL_SKMEM_INT(parent, oid, sysctl_name, access, ptr, offset, descr) \ argument 218 #define SYSCTL_SKMEM_TCP_INT(oid, sysctl_name, access, variable_type, \ argument 224 #define SYSCTL_SKMEM_KERN_IPC_INT(oid, sysctl_name, access, variable_type, \ argument
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_newsysctl.c | 836 struct sysctl_oid *oid; in sysctl_sysctl_name() local 1046 struct sysctl_oid *oid; in sysctl_sysctl_next() local 1082 name2oid(char *name, int *oid, size_t *len) in name2oid() 1191 int error, oid[CTL_MAXNAME] = {}; in sysctl_sysctl_name2oid() local 1281 struct sysctl_oid *oid; in sysctl_sysctl_oidfmt() local 1602 struct sysctl_oid *oid; in sysctl_root() local 1967 int oid[CTL_MAXNAME]; in sys_sysctlbyname() local 2085 int oid[CTL_MAXNAME]; in kernel_sysctlbyname() local 2173 struct sysctl_oid *oid = zalloc_permanent_type(struct sysctl_oid); in sysctl_register_test_startup() local
|
| H A D | hvg_sysctl.c | 188 struct sysctl_oid *oid; in hvg_sysctl_init() member
|
| H A D | kern_sysctl.c | 3240 int oid = (int)arg1; local
|
| /xnu-11215.81.4/osfmk/corecrypto/ |
| H A D | ccdigest_internal.h | 49 ccdigest_oid_equal(const struct ccdigest_info *di, ccoid_t oid) in ccdigest_oid_equal()
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_init.c | 363 …struct sysctl_oid oid = SYSCTL_STRUCT_INIT(_vfs, vfsp->vfc_typenum, , CTLTYPE_NODE | CTLFLAG_KERN … in vfsinit() local 502 …struct sysctl_oid oid = SYSCTL_STRUCT_INIT(_vfs, nvfsp->vfc_typenum, , CTLTYPE_NODE | CTLFLAG_KERN… in vfstable_add() local
|
| /xnu-11215.81.4/libkern/crypto/ |
| H A D | corecrypto_rsa.c | 50 rsa_verify_pkcs1v15(rsa_pub_ctx *pub, const uint8_t *oid, in rsa_verify_pkcs1v15()
|
| /xnu-11215.81.4/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccasn1.h | 74 #define CCOID(oid) (oid) argument
|
| H A D | ccdigest.h | 37 const unsigned char *oid; member
|
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | timer_call.c | 1619 timer_sysctl_get(int oid) in timer_sysctl_get() 1783 timer_sysctl_set(__unused int oid, __unused uint64_t value) in timer_sysctl_set()
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | sysctl.h | 665 #define SYSCTL_SKMEM_INT(parent, oid, sysctl_name, access, ptr, offset, descr) \ argument 668 #define SYSCTL_SKMEM_TCP_INT(oid, sysctl_name, access, variable_type, \ argument
|