Home
last modified time | relevance | path

Searched defs:oidp (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/kern/
H A Dkern_sysctl.c88 struct sysctl_oid *oidp; in sysctl_find_oidname() local
105 sysctl_register_oid(struct sysctl_oid *oidp) in sysctl_register_oid()
113 sysctl_register_oid_int(struct sysctl_oid *oidp) in sysctl_register_oid_int()
171 sysctl_unregister_oid(struct sysctl_oid *oidp) in sysctl_unregister_oid()
179 sysctl_unregister_oid_int(struct sysctl_oid *oidp) in sysctl_unregister_oid_int()
265 sysctl_ctx_entry_add(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_add()
280 sysctl_ctx_entry_find(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_find()
300 sysctl_ctx_entry_del(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_del()
326 sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid()
337 sysctl_remove_oid_locked(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid_locked()
[all …]
H A Dvfs_init.c320 struct sysctl_oid *oidp; in vfs_register() local
H A Dkern_linker.c237 struct sysctl_oid **start, **stop, **oidp; in linker_file_register_sysctls() local
251 struct sysctl_oid **start, **stop, **oidp; in linker_file_unregister_sysctls() local
/dflybsd-src/crypto/openssh/
H A Dssh-rsa.c611 rsa_hash_alg_oid(int hash_alg, const u_char **oidp, size_t *oidlenp) in rsa_hash_alg_oid()