Searched defs:tag (Results 501 - 525 of 676) sorted by relevance

<<2122232425262728

/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c857 isp_get_atpd(ispsoftc_t *isp, int chan, uint32_t tag) argument
875 isp_find_atpd(ispsoftc_t *isp, int chan, uint32_t tag) argument
2054 uint32_t tag = notify->nt_tagval & 0xffffffff; local
[all...]
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c3390 vtnet_exec_vlan_filter(struct vtnet_softc *sc, int add, uint16_t tag) argument
3397 uint16_t tag; member in struct:__anon5293
3425 uint16_t tag; local
3449 vtnet_update_vlan_filter(struct vtnet_softc *sc, int add, uint16_t tag) argument
3479 vtnet_register_vlan(void *arg, struct ifnet *ifp, uint16_t tag) argument
3489 vtnet_unregister_vlan(void *arg, struct ifnet *ifp, uint16_t tag) argument
[all...]
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c1222 txp_dma_alloc(struct txp_softc *sc, char *type, bus_dma_tag_t *tag, argument
1272 txp_dma_free(struct txp_softc *sc, bus_dma_tag_t *tag, bus_dmamap_t map, void **buf, bus_addr_t *paddr) argument
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.h313 void *tag[3]; member in struct:adapter
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_internal.h56 ioat_bus_space_read_8_lower_first(bus_space_tag_t tag, argument
64 ioat_bus_space_write_8_lower_first(bus_space_tag_t tag, argument
455 void *tag; member in struct:ioat_softc
[all...]
/freebsd-11-stable/sys/net/
H A Drtsock.c260 struct m_tag *tag; local
1511 struct m_tag *tag; local
[all...]
H A Dbpf.c2099 struct m_tag *tag; local
/freebsd-11-stable/sys/kern/
H A Duipc_usrreq.c1878 unp_zone_change(void *tag) argument
/freebsd-11-stable/sys/netinet/
H A Dtcp_subr.c460 tcp_zone_change(void *tag) argument
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h332 uint32_t tag; /* O_TAG/O_TAGGED */ member in struct:table_value
H A Dip_fw2.c2522 uint32_t tag = TARG(cmd->arg1, tag); local
2605 uint32_t tag = TARG(cmd->arg1, tag); local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dtc.func.c1144 Char *tag; local
1246 Char *tag; local
[all...]
H A Ded.screen.c1564 UpdateVal(const Char *tag, int value, Char *termcap, Char *backup) argument
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c1987 void *tag; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c599 register uint16_t tag; local
[all...]
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1657 uint32_t tag; local
/freebsd-11-stable/sys/dev/ciss/
H A Dciss.c2116 u_int32_t tag, index; local
2149 u_int32_t tag, index; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c291 dsl_dir_rele(dsl_dir_t *dd, void *tag) argument
306 dsl_dir_async_rele(dsl_dir_t *dd, void *tag) argument
167 dsl_dir_hold_obj(dsl_pool_t *dp, uint64_t ddobj, const char *tail, void *tag, dsl_dir_t **ddp) argument
420 dsl_dir_hold(dsl_pool_t *dp, const char *name, void *tag, dsl_dir_t **ddp, const char **tailp) argument
[all...]
H A Ddmu_objset.c581 dmu_objset_hold(const char *name, void *tag, objset_t **osp) argument
606 dmu_objset_own_impl(dsl_dataset_t *ds, dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp) argument
630 dmu_objset_own(const char *name, dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp) argument
652 dmu_objset_own_obj(dsl_pool_t *dp, uint64_t obj, dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp) argument
666 dmu_objset_rele(objset_t *os, void *tag) argument
685 dmu_objset_refresh_ownership(dsl_dataset_t *ds, dsl_dataset_t **newds, void *tag) argument
704 dmu_objset_disown(objset_t *os, void *tag) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h401 void setTag(const char *tag) { Tag = tag; } argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp289 CVTagRecord tag = CVTagRecord::create(type); local
332 llvm::Optional<CVTagRecord> tag = local
518 clang::TagDecl *tag = qt->getAsTagDecl(); local
559 clang::TagDecl *tag = qt->getAsTagDecl(); local
637 clang::TagDecl *tag = qt->getAsTagDecl(); local
644 CompleteTagDecl(clang::TagDecl &tag) argument
917 CVTagRecord tag = CVTagRecord::create(cvt); local
969 clang::TagDecl *tag = qt->getAsTagDecl(); local
1184 CVTagRecord tag = CVTagRecord::create(cvt); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1055 ChunkTag LsanMetadata::tag() const { function in class:__lsan::LsanMetadata
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp901 uint64_t tag = abbrevData.getULEB128(&abbrevOffset); local
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c126 uint16_t tag; member in struct:pf_tagname
432 struct pf_tagname *tag, *p = NULL; local
475 tag_unref(struct pf_tags *head, u_int16_t tag) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c1484 update_opened(svn_ra_serf__xml_estate_t *xes, void *baton, int entered_state, const svn_ra_serf__dav_props_t *tag, apr_pool_t *scratch_pool) argument

Completed in 275 milliseconds

<<2122232425262728