/freebsd/sys/kern/ |
H A D | subr_kobj.c | 98 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_common() 127 kobj_class_compile1(kobj_class_t cls, int mflags) in kobj_class_compile1() 154 kobj_class_compile(kobj_class_t cls) in kobj_class_compile() 163 kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_static() 177 kobj_lookup_method_class(kobj_class_t cls, kobjop_desc_t desc) in kobj_lookup_method_class() 192 kobj_lookup_method_mi(kobj_class_t cls, in kobj_lookup_method_mi() 215 kobj_lookup_method(kobj_class_t cls, in kobj_lookup_method() 230 kobj_class_free(kobj_class_t cls) in kobj_class_free() 261 kobj_init_common(kobj_t obj, kobj_class_t cls) in kobj_init_common() 269 kobj_init1(kobj_t obj, kobj_class_t cls, int mflags) in kobj_init1() [all …]
|
/freebsd/tests/atf_python/sys/net/ |
H A D | tools.py | 12 def get_output(cls, cmd: str, verbose=False) -> str: argument 18 def pf_rules(cls, rules, verbose=True): argument 38 def print_output(cls, cmd: str, verbose=True): argument 46 def print_net_debug(cls): argument 51 def set_sysctl(cls, oid, val): argument 55 def get_routes(cls, family: str, fibnum: int = 0): argument 68 def get_nhops(cls, family: str, fibnum: int = 0): argument 81 def get_linklocals(cls): argument
|
H A D | vnet.py | 91 def setup_loopback(cls, vnet_name: str): argument 98 def create_iface(cls, alias_name: str, iface_name: str) -> List["VnetInterface"]: argument
|
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insns.py | 98 def _validate_len(cls, data, valid_options=None): argument 113 def _validate(cls, data): argument 117 def _parse(cls, data): argument 124 def from_bytes(cls, data, attr_type_enum): argument 191 def _validate(cls, data): argument 209 def _validate(cls, data): argument 213 def _parse(cls, data): argument 227 def _validate(cls, data): argument 246 def _validate(cls, data): argument 252 def _parse(cls, data): argument [all …]
|
H A D | ioctl.py | 99 def _validate(cls, data): argument 107 def _parse(cls, data, attr_map): argument 112 def from_bytes(cls, data, attr_map=None): argument 135 def _validate(cls, data): argument 143 def _parse(cls, data, attr_map): argument 199 def _validate(cls, data): argument 207 def _parse(cls, data, attr_map): argument 249 def _validate(cls, data): argument 257 def _parse(cls, data, attr_map): argument 306 def _validate(cls, data): argument [all …]
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data.c | 59 bhnd_nvram_data_class_desc(bhnd_nvram_data_class *cls) in bhnd_nvram_data_class_desc() 71 bhnd_nvram_data_class_caps(bhnd_nvram_data_class *cls) in bhnd_nvram_data_class_caps() 105 bhnd_nvram_data_serialize(bhnd_nvram_data_class *cls, in bhnd_nvram_data_serialize() 128 bhnd_nvram_data_probe(bhnd_nvram_data_class *cls, struct bhnd_nvram_io *io) in bhnd_nvram_data_probe() 157 bhnd_nvram_data_class *cls; in bhnd_nvram_data_probe_classes() local 254 bhnd_nvram_data_getvar_direct(bhnd_nvram_data_class *cls, in bhnd_nvram_data_getvar_direct() 278 bhnd_nvram_data_new(bhnd_nvram_data_class *cls, struct bhnd_nvram_data **nv, in bhnd_nvram_data_new()
|
H A D | bhnd_nvram_store.c | 194 struct bhnd_nvram_io *io, bhnd_nvram_data_class *cls) in bhnd_nvram_store_parse_new() 820 bhnd_nvram_data_class **cls, bhnd_nvram_plist **props, in bhnd_nvram_store_export() 1019 bhnd_nvram_data_class *cls; in bhnd_nvram_store_serialize() local
|
H A D | bhnd_nvram_datavar.h | 160 struct bhnd_nvram_data_class *cls; member
|
/freebsd/tests/atf_python/sys/netlink/ |
H A D | attrs.py | 55 def _parse(cls, data): argument 60 def from_bytes(cls, data, attr_type_enum=None): argument 132 def _parse(cls, data): argument 159 def _parse(cls, data): argument 186 def _parse(cls, data): argument 213 def _parse(cls, data): argument 250 def _parse(cls, data): argument 296 def _parse(cls, data): argument 326 def _parse(cls, data): argument
|
H A D | utils.py | 50 def build_propmap(cls): argument 72 def get_bitmask_str(cls, val): argument
|
H A D | netlink.py | 100 def get_propmap(self, cls): argument 105 def get_name_propmap(self, cls): argument 112 def get_attr_byval(self, cls, attr_val): argument 126 def get_bitmask_str(self, cls, val): argument 131 def get_bitmask_str_uncached(cls, val): argument
|
H A D | message.py | 124 def from_bytes(cls, helper, data): argument 157 def from_bytes(cls, helper, data): argument
|
/freebsd/sys/geom/label/ |
H A D | g_label_disk_ident.c | 45 struct g_class *cls; in g_label_disk_ident_taste() local
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_erom.c | 122 bhnd_erom_class_t *cls; in bhnd_erom_probe_driver_classes() local 171 bhnd_erom_alloc(bhnd_erom_class_t *cls, const struct bhnd_chipid *cid, in bhnd_erom_alloc() 213 bhnd_erom_init_static(bhnd_erom_class_t *cls, bhnd_erom_t *erom, size_t esize, in bhnd_erom_init_static()
|
H A D | bhnd_erom.h | 144 bhnd_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, in bhnd_erom_probe()
|
H A D | bhnd_types.h | 169 #define BHND_DEVCLASS_SUPPORTS_HOSTB(cls) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 186 function applyClassIf(cls, query) { argument 193 function classSelector(cls) { argument
|
/freebsd/contrib/libucl/python/tests/ |
H A D | test_validation.py | 38 def setupValidationTests(cls): argument
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 62 } cls[] = { variable
|
/freebsd/sys/arm/include/ |
H A D | platformvar.h | 68 struct platform_class *cls; member
|
/freebsd/sys/dev/sound/pcm/ |
H A D | ac97.h | 87 #define AC97_CREATE(dev, devinfo, cls) ac97_create(dev, devinfo, &cls ## _class) argument
|
H A D | mixer.c | 644 mixer_obj_create(device_t dev, kobj_class_t cls, void *devinfo, in mixer_obj_create() 703 mixer_create(device_t dev, kobj_class_t cls, void *devinfo, const char *desc) in mixer_create() 709 mixer_init(device_t dev, kobj_class_t cls, void *devinfo) in mixer_init()
|
/freebsd/lib/libutil/ |
H A D | login_cap.c | 402 login_getclass(const char *cls) in login_getclass() 423 const char *cls = NULL; in login_getpwclass() local
|
/freebsd/sys/kgssapi/ |
H A D | gss_impl.c | 168 kgss_install_mech(gss_OID mech_type,const char * name,struct kobj_class * cls) kgss_install_mech() argument
|
/freebsd/sys/sys/ |
H A D | kobj.h | 84 kobj_class_t cls; member
|