Home
last modified time | relevance | path

Searched refs:kobj (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c118 zfs_kobj_release(struct kobject *kobj) in zfs_kobj_release() argument
120 zfs_mod_kobj_t *zkobj = container_of(kobj, zfs_mod_kobj_t, zko_kobj); in zfs_kobj_release()
323 dataset_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in dataset_property_show() argument
325 zfs_prop_t prop = zfs_name_to_prop(kobject_name(kobj)); in dataset_property_show()
337 pool_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_property_show() argument
339 zpool_prop_t prop = zpool_name_to_prop(kobject_name(kobj)); in pool_property_show()
369 kernel_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in kernel_feature_show() argument
443 pool_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_feature_show() argument
447 if (zfeature_lookup_guid(kobject_name(kobj), &fid) != 0) in pool_feature_show()
617 parent = &(((struct module *)(THIS_MODULE))->mkobj).kobj; in zfs_sysfs_init()
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in18 %if !%{defined kobj}
20 %define kobj ${kernel_version##*___}
22 %define kobj "$( \
134 --with-linux-obj=%{kobj} \
/f-stack/app/redis-5.0.5/src/
H A Ddb.c741 robj *kobj = listNodeValue(node); in scanGenericCommand() local
747 if (sdsEncodedObject(kobj)) { in scanGenericCommand()
748 if (!stringmatchlen(pat, patlen, kobj->ptr, sdslen(kobj->ptr), 0)) in scanGenericCommand()
754 serverAssert(kobj->encoding == OBJ_ENCODING_INT); in scanGenericCommand()
755 len = ll2string(buf,sizeof(buf),(long)kobj->ptr); in scanGenericCommand()
765 decrRefCount(kobj); in scanGenericCommand()
776 kobj = listNodeValue(node); in scanGenericCommand()
777 decrRefCount(kobj); in scanGenericCommand()
790 robj *kobj = listNodeValue(node); in scanGenericCommand() local
791 addReplyBulk(c, kobj); in scanGenericCommand()
[all …]
/f-stack/freebsd/sys/
H A Dkobj.h37 typedef struct kobj *kobj_t;
74 struct kobj { struct
/f-stack/freebsd/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in36 %define kobj %{ksrc}
69 --with-linux-obj=%{kobj} \
/f-stack/freebsd/libkern/
H A Diconv_xlat.c77 kobj_delete((struct kobj*)data, M_ICONV); in iconv_xlat_close()
H A Diconv_xlat16.c108 kobj_delete((struct kobj*)data, M_ICONV); in iconv_xlat16_close()
H A Diconv_ucs.c164 kobj_delete((struct kobj*)data, M_ICONV); in iconv_ucs_close()
/f-stack/dpdk/kernel/linux/igb_uio/
H A Digb_uio.c537 err = sysfs_create_group(&dev->dev.kobj, &dev_attr_grp); in igbuio_pci_probe()
572 sysfs_remove_group(&dev->dev.kobj, &dev_attr_grp); in igbuio_pci_probe()
589 sysfs_remove_group(&dev->dev.kobj, &dev_attr_grp); in igbuio_pci_remove()
/f-stack/freebsd/kern/
H A Dsubr_kobj.c82 SYSINIT(kobj, SI_SUB_LOCK, SI_ORDER_ANY, kobj_init_mutex, NULL);
/f-stack/freebsd/contrib/openzfs/config/
H A Dzfs-build.m4313 RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "kobj $(LINUX_OBJ)"'