Searched defs:slot (Results 176 - 200 of 311) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dfiles.c1142 report_missing_guard (void **slot, void *b) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c758 apr_size_t slot = (i + cs->next_slot) % SVN_DIFF__UNIFIED_CONTEXT_SIZE; local
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c401 svn_sqlite__bind_int(svn_sqlite__stmt_t *stmt, int slot, int val) argument
410 svn_sqlite__bind_int64(svn_sqlite__stmt_t *stmt, int slot, apr_int64_t val) argument
419 svn_sqlite__bind_text(svn_sqlite__stmt_t *stmt, int slot, const char *val) argument
429 svn_sqlite__bind_blob(svn_sqlite__stmt_t *stmt, int slot, const void *val, apr_size_t len) argument
441 svn_sqlite__bind_token(svn_sqlite__stmt_t *stmt, int slot, const svn_token_map_t *map, int value) argument
454 svn_sqlite__bind_revnum(svn_sqlite__stmt_t *stmt, int slot, svn_revnum_t value) argument
468 svn_sqlite__bind_properties(svn_sqlite__stmt_t *stmt, int slot, const apr_hash_t *props, apr_pool_t *scratch_pool) argument
488 svn_sqlite__bind_iprops(svn_sqlite__stmt_t *stmt, int slot, const apr_array_header_t *inherited_props, apr_pool_t *scratch_pool) argument
509 svn_sqlite__bind_checksum(svn_sqlite__stmt_t *stmt, int slot, const svn_checksum_t *checksum, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.2-release/contrib/texinfo/info/
H A Decho-area.c677 int killing_backwards, slot; local
[all...]
/freebsd-10.2-release/sbin/fsdb/
H A Dfsdb.c405 int slot; variable
/freebsd-10.2-release/contrib/gcc/
H A Dcoverage.c253 counts_entry_t **slot, *entry, elt; local
H A Dgensupport.c1306 void **slot = htab_find_slot (predicate_table, pred, INSERT); local
H A Dggc-common.c88 ggc_htab_delete (void **slot, void *info) argument
259 struct ptr_data **slot; local
331 call_count(void **slot, void *state_p) argument
344 call_alloc(void **slot, void *state_p) argument
856 struct loc_descriptor **slot; local
881 PTR *slot; local
900 ggc_prune_ptr(void **slot, void *b ATTRIBUTE_UNUSED) argument
924 PTR *slot = htab_find_slot_with_hash (ptr_hash, ptr, htab_hash_pointer (ptr), local
945 add_statistics(void **slot, void *b) argument
[all...]
/freebsd-10.2-release/contrib/gcc/config/
H A Ddarwin.c356 machopic_indirection_hash (const void *slot) argument
366 machopic_indirection_eq (const void *slot, const void *key) argument
381 void ** slot; local
931 machopic_output_indirection (void **slot, voi argument
[all...]
/freebsd-10.2-release/sys/dev/pci/
H A Dpci_pci.c1806 pcib_xlate_ari(device_t pcib, int bus, int *slot, int *func) argument
2005 uint8_t bus, slot, fun local
[all...]
/freebsd-10.2-release/sys/boot/sparc64/loader/
H A Dmain.c372 dtlb_get_data_sun4u(u_int tlb, u_int slot) argument
390 itlb_get_data_sun4u(u_int tlb, u_int slot) argument
[all...]
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_hub.c1862 usb_hs_bandwidth_adjust(struct usb_device *udev, int16_t len, uint8_t slot, uint8_t mask) argument
1923 uint8_t slot; local
2004 uint8_t slot; local
2091 uint16_t slot; local
[all...]
/freebsd-10.2-release/sys/dev/siis/
H A Dsiis.c740 struct siis_slot *slot = &ch->slot[i]; local
761 struct siis_slot *slot = &ch->slot[i]; local
979 struct siis_slot *slot; local
1016 struct siis_slot *slot = arg; local
1056 siis_execute_transaction(struct siis_slot *slot) argument
1157 struct siis_slot *slot = &ch->slot[i]; local
1172 siis_timeout(struct siis_slot *slot) argument
1211 siis_end_transaction(struct siis_slot *slot, enum siis_err_type et) argument
[all...]
/freebsd-10.2-release/sys/ia64/ia64/
H A Dmachdep.c1393 uint64_t slot; local
/freebsd-10.2-release/sys/dev/mlx/
H A Dmlx.c2138 int slot, limit; local
2295 u_int8_t slot; local
2498 mlx_v3_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status) argument
2617 mlx_v4_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status) argument
2732 mlx_v5_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status) argument
[all...]
/freebsd-10.2-release/sys/dev/mly/
H A Dmly.c1533 u_int16_t slot; local
[all...]
/freebsd-10.2-release/sys/dev/mvs/
H A Dmvs.c435 struct mvs_slot *slot = &ch->slot[i]; local
456 struct mvs_slot *slot = &ch->slot[i]; local
843 struct mvs_slot *slot = &ch->slot[0]; /* PIO is always in slot 0. */ local
1026 int in_idx, fin_idx, cin_idx, slot; local
1189 struct mvs_slot *slot; local
1272 struct mvs_slot *slot = arg; local
1310 mvs_legacy_execute_transaction(struct mvs_slot *slot) argument
1425 mvs_execute_transaction(struct mvs_slot *slot) argument
1564 struct mvs_slot *slot = &ch->slot[i]; local
1579 mvs_timeout(struct mvs_slot *slot) argument
1610 mvs_end_transaction(struct mvs_slot *slot, enum mvs_err_type et) argument
[all...]
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw2.c776 set_match(struct ip_fw_args *args, int slot, argument
[all...]
/freebsd-10.2-release/sys/sparc64/pci/
H A Dpsycho.c926 psycho_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
1014 psycho_write_config(device_t dev, u_int bus, u_int slot, u_int func, argument
[all...]
H A Dschizo.c1033 schizo_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
1088 schizo_write_config(device_t dev, u_int bus, u_int slot, u_int func, argument
/freebsd-10.2-release/sys/sparc64/sbus/
H A Dsbus.c470 int i, nreg, nintr, slot, rslot; local
723 int i, slot; local
[all...]
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Diommu.c258 u_int maxtsbsize, obptsbentries, obptsbsize, slot, tsbentries; local
457 int slot, streamed = 0; local
863 u_int slot; local
979 u_int slot; local
[all...]
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dix_txrx.c564 struct netmap_slot *slot; local
1445 struct netmap_slot *slot; local
[all...]
/freebsd-10.2-release/sys/arm/freescale/imx/
H A Dimx_sdhci.c73 struct sdhci_slot slot; member in struct:imx_sdhci_softc
177 imx_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
232 imx_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
301 imx_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
355 imx_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, argument
364 imx_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint8_t val) argument
402 imx_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_ argument
470 imx_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t val) argument
483 imx_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t *data, bus_size_t count) argument
[all...]
/freebsd-10.2-release/sys/arm/ti/cpsw/
H A Dif_cpsw.c374 cpsw_dump_slot(struct cpsw_softc *sc, struct cpsw_slot *slot) argument
415 struct cpsw_slot *slot; local
462 struct cpsw_slot *slot; local
523 struct cpsw_slot *slot; local
710 cpsw_free_slot(struct cpsw_softc *sc, struct cpsw_slot *slot) argument
851 struct cpsw_slot *slot; local
1259 struct cpsw_slot *slot; local
1338 struct cpsw_slot *slot, *prev_slot = NULL; local
1438 struct cpsw_slot *slot, *prev_slot = NULL; local
1591 struct cpsw_slot *slot, *last_removed_slot = NULL; local
[all...]

Completed in 588 milliseconds

1234567891011>>