Searched refs:oid (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c113 STATIC int name2oid (char *name, int *oid, int *len);
235 * If this oid has a number OID_AUTO, give it a number which
236 * is greater than any current oid. Make sure it is at least
237 * OID_AUTO_START to leave space for pre-assigned oid numbers.
240 /* First, find the highest oid in the parent list >OID_AUTO_START-1 */
256 * Insert the oid into the parent's list in order.
543 * given oid depth out to the kernel log, via printf
686 struct sysctl_oid *oid; local
707 SLIST_FOREACH(oid, lsp, oid_link) {
708 if (oid
878 struct sysctl_oid *oid; local
913 name2oid(char *name, int *oid, int *len) argument
1011 int error, oid[CTL_MAXNAME]; local
1096 struct sysctl_oid *oid; local
1377 struct sysctl_oid *oid; local
1649 int oid[2]; local
1674 int oid[CTL_MAXNAME + 2]; local
[all...]
H A Dkern_memorystatus.c1752 sysctl_memorystatus_priority_list(__unused struct sysctl_oid *oid, __unused void *arg1, __unused int arg2, struct sysctl_req *req) argument
1864 sysctl_handle_memorystatus_snapshot(__unused struct sysctl_oid *oid, __unused void *arg1, __unused int arg2, struct sysctl_req *req) argument
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccder.h106 size_t ccder_sizeof_oid(ccoid_t oid);
140 /* Encodes oid into der and returns
141 der + ccder_sizeof_oid(oid). */
143 uint8_t *ccder_encode_oid(ccoid_t oid, const uint8_t *der, uint8_t *der_end);
H A Dccdigest.h51 unsigned char *oid; member in struct:ccdigest_info
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_subs.c577 u_char oid[12]; local
604 nfsm_chain_get_opaque(error, nmc, val, oid); /* OID bytes */
606 if (bcmp(oid, krb5_mech, sizeof(krb5_mech))) {

Completed in 48 milliseconds