Searched refs:entries (Results 226 - 250 of 273) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_cd.h643 struct read_dvd_struct_list_entry entries[0]; member in struct:read_dvd_struct_data_list
/freebsd-9.3-release/sys/dev/drm/
H A Dmach64_drv.h139 int entries);
604 * Mach64's bus master engine will stop if there are no more entries to process.
H A Dradeon_cp.c354 static int radeon_do_wait_for_fifo(drm_radeon_private_t * dev_priv, int entries) argument
363 if (slots >= entries)
/freebsd-9.3-release/sys/dev/isci/
H A Disci_controller.c56 #define ccb_sim_ptr sim_priv.entries[0].ptr
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt195 253 simultaneous connections (256 entries less 3 reserved entries).
351 entries than there are currently available. If the mapping and other
532 be called which will then scan for any local (FC-AL) entries by asking
534 entry. It's at this level some entries cached locally are purged
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_cam.c113 #define ccb_mfip_ptr sim_priv.entries[0].ptr
/freebsd-9.3-release/sys/dev/mly/
H A Dmly.c1782 * with the s/g entries for its data.
1802 gen->transfer.indirect.entries[0] = nseg;
2241 csio->ccb_h.sim_priv.entries[0].field = bus;
2321 bus = csio->ccb_h.sim_priv.entries[0].field;
2511 mly_printf(sc, "maximum data transfer %d blocks, maximum sg entries/command %d\n",
2752 ge->transfer.indirect.table_physaddr[0], ge->transfer.indirect.entries[0]);
/freebsd-9.3-release/sys/dev/pst/
H A Dpst-iop.h359 u_int8_t entries; member in struct:i2o_exec_systab
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr.c100 #define ATTR_RMTVALUE_MAPSIZE 1 /* # of map entries at once */
1115 * Copy out attribute entries for attr_list(), for leaf attribute lists.
1773 if (cursor->hashval > be32_to_cpu(leaf->entries[
1780 be32_to_cpu(leaf->entries[0].hashval)) {
2290 (__psunsigned_t)be32_to_cpu(leaf->entries[0].hashval),
2291 (__psunsigned_t)be32_to_cpu(leaf->entries[
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h119 /* Typical TSO descriptor with 16 gather entries is 352 bytes... */
318 /* actual number of entries depends on rx ring stride */
589 int entries, int ring, enum cq_type mode);
/freebsd-9.3-release/sys/vm/
H A Duma_core.c302 * Given a desired number of entries for a bucket, return the zone from which
306 bucket_zone_lookup(int entries) argument
310 idx = howmany(entries, 1 << BUCKET_SHIFT);
315 bucket_alloc(int entries, int bflags) argument
329 ubz = bucket_zone_lookup(entries);
541 * hashsize The number of entries in that hash bucket
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h451 TAILQ_ENTRY(pf_pooladdr) entries; member in struct:pf_pooladdr
615 TAILQ_ENTRY(pf_rule) entries; member in struct:pf_rule
1345 #define LCNT_OVERLOAD_FLUSH 6 /* state entries flushed */
1475 TAILQ_ENTRY(pf_altq) entries; member in struct:pf_altq
1504 TAILQ_ENTRY(pf_tagname) entries; member in struct:pf_tagname
1518 #define PFFRAG_FRENT_HIWAT 5000 /* Number of fragment entries */
1520 #define PFFRAG_FRCENT_HIWAT 50000 /* Number of fragment cache entries */
1524 #define PFR_KENTRY_HIWAT 200000 /* Number of table entries */
1525 #define PFR_KENTRY_HIWAT_SMALL 100000 /* Number of table entries (tiny hosts) */
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl520 .\" index entries out stderr for the following things:
1034 my @entries = split m:\s*/\s*:, $entry;
1035 push @Indices, ".IX Xref " . join ' ', map {qq("$_")} @entries;
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_vnops.c87 #define MARK_ENTRY(op) (coda_vnodeopstats[op].entries++)
163 coda_vnodeopstats[i].entries = 0;
1213 * Remove the entries for both source and target directories, which
1451 * Read directory entries.
/freebsd-9.3-release/sys/fs/udf/
H A Dudf_vnops.c789 * Guess how many entries are needed. If we run out, this
827 /* Do up the '.' and '..' entries. Dummy values are
1469 lsector - le32toh(udfmp->s_table->entries[i].org);
1472 le32toh(udfmp->s_table->entries[i].map) +
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1146 p->entries == NULL) {
1186 (caddr_t) p->entries,
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.c675 printf("%s: number of S/G entries "
1298 * Currently the only failure mode is if there aren't enough entries
1303 ctl_port_list(struct ctl_port_entry *entries, int num_entries_alloced, argument
1335 entry = &entries[i];
2003 * remaining entries.
2367 list_entry = &list->entries[i];
2433 struct ctl_ooa_entry *entries; local
2457 entries = malloc(ooa_hdr->alloc_len, M_CTL, M_WAITOK | M_ZERO);
2458 if (entries == NULL) {
2470 free(entries, M_CT
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent.c483 TAILQ_FOREACH(entry, &cfg->entries, next) {
1053 TAILQ_INIT(&cfg->entries);
1074 while ((entry = TAILQ_FIRST(&cfg->entries)) != NULL) {
1075 TAILQ_REMOVE(&cfg->entries, entry, next);
1102 TAILQ_INSERT_TAIL(&cfg->entries, entry, next);
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh300 * The aim of this routine in an ISA driver is to add child entries to
305 * Add entries into the bus's list of likely devices, so that
362 * we could do this, and put matching entries
384 * PNP entries, but keep the call to ISA_PNP_PROBE()
436 * and kern/subr_bus.c to create resource entries,
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_cp.c351 static int radeon_do_wait_for_fifo(drm_radeon_private_t * dev_priv, int entries) argument
360 if (slots >= entries)
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex306 \normalturnoffactive % \ in index entries must not stay \, e.g., if
2636 % We use \def instead of \let so that if one of the multitable entries
2680 % In order to keep entries from bumping into each other
2689 % will keep entries from bumping into each other. Table will start at
2991 % Define @defcodeindex, like @defindex except put all entries in @code.
3008 % @syncodeindex foo bar similar, but put all entries made for index foo
3310 \let\SETmarginindex=\relax % put index entries in margin (undocumented)?
3312 % Most index entries go through here, but \dosubind is the general case.
3498 % and it loses the chapter title and the aux file entries for the
3556 % and table of contents entries
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex315 \normalturnoffactive % \ in index entries must not stay \, e.g., if
2810 % We use \def instead of \let so that if one of the multitable entries
2854 % In order to keep entries from bumping into each other
2863 % will keep entries from bumping into each other. Table will start at
3162 % Define @defcodeindex, like @defindex except put all entries in @code.
3179 % @syncodeindex foo bar similar, but put all entries made for index foo
3484 \let\SETmarginindex=\relax % put index entries in margin (undocumented)?
3486 % Most index entries go through here, but \dosubind is the general case.
3672 % and it loses the chapter title and the aux file entries for the
3730 % and table of contents entries
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex307 \normalturnoffactive % \ in index entries must not stay \, e.g., if
2709 % We use \def instead of \let so that if one of the multitable entries
2753 % In order to keep entries from bumping into each other
2762 % will keep entries from bumping into each other. Table will start at
3061 % Define @defcodeindex, like @defindex except put all entries in @code.
3078 % @syncodeindex foo bar similar, but put all entries made for index foo
3382 \let\SETmarginindex=\relax % put index entries in margin (undocumented)?
3384 % Most index entries go through here, but \dosubind is the general case.
3570 % and it loses the chapter title and the aux file entries for the
3628 % and table of contents entries
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dhistory.c1301 finfo.entries = NULL;
/freebsd-9.3-release/contrib/gcc/
H A Dggc-common.c130 ggc_set_mark ((*cti->base)->entries);

Completed in 436 milliseconds

1234567891011