Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_ifaddrs.c137 ifa_maintain_loopback_route(int cmd, const char *otype, struct ifaddr *ifa, in ifa_maintain_loopback_route() argument
180 __func__, otype, if_name(ifp), error); in ifa_maintain_loopback_route()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dddt.c1010 enum ddt_type otype = dde->dde_type; in ddt_sync_entry() local
1045 if (otype != DDT_TYPES && in ddt_sync_entry()
1046 (otype != ntype || oclass != nclass || total_refcnt == 0)) { in ddt_sync_entry()
1047 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0); in ddt_sync_entry()
1048 ASSERT(ddt_object_lookup(ddt, otype, oclass, dde) == ENOENT); in ddt_sync_entry()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_dstlist.c310 ipf_dstlist_iter_deref(softc, arg, otype, unit, data) in ipf_dstlist_iter_deref() argument
313 int otype, unit;
326 switch (otype)
H A Dip_pool.c1404 ipf_pool_iter_deref(softc, arg, otype, unit, data) in ipf_pool_iter_deref() argument
1407 int otype;
1419 switch (otype)
H A Dip_htable.c1349 ipf_htable_iter_deref(softc, arg, otype, unit, data) in ipf_htable_iter_deref() argument
1352 int otype;
1363 switch (otype)
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1167 dmu_object_type_t otype; in zfs_aclset_common() local
1199 otype = DMU_OT_OLDACL; in zfs_aclset_common()
1205 otype = DMU_OT_ACL; in zfs_aclset_common()
1245 otype, aclp->z_acl_bytes, in zfs_aclset_common()
1246 otype == DMU_OT_ACL ? in zfs_aclset_common()
1248 otype == DMU_OT_ACL ? in zfs_aclset_common()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1339 dmu_object_type_t otype; in zfs_aclset_common() local
1369 otype = DMU_OT_OLDACL; in zfs_aclset_common()
1375 otype = DMU_OT_ACL; in zfs_aclset_common()
1415 otype, aclp->z_acl_bytes, in zfs_aclset_common()
1416 otype == DMU_OT_ACL ? in zfs_aclset_common()
1418 otype == DMU_OT_ACL ? in zfs_aclset_common()
/f-stack/tools/ipfw/
H A Dipfw2.c414 static uint16_t pack_object(struct tidx *tstate, const char *name, int otype);
3037 pack_object(struct tidx *tstate, const char *name, int otype) in pack_object() argument
3047 if (tstate->idx[i].head.type != otype) in pack_object()
3064 ntlv->head.type = otype; in pack_object()