Searched refs:entries (Results 201 - 225 of 273) sorted by relevance

1234567891011

/freebsd-9.3-release/usr.sbin/sade/
H A Dlabel.c282 /* Put the slice entries first */
299 /* Now run through again and get the FreeBSD partition entries */
1626 int entries; local
1628 for (entries = 1;; entries++) {
1631 snprintf(name, sizeof name, "%s-%d", c1->name, entries);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dlabel.c287 /* Put the slice entries first */
304 /* Now run through again and get the FreeBSD partition entries */
1615 int entries; local
1617 for (entries = 1;; entries++) {
1620 snprintf(name, sizeof name, "%s-%d", c1->name, entries);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c115 return; /* no entries on history list */
117 /* Prune dummy entries from the front, then old entries from the back. If
586 double merit = 0.0, entries = 0; local
588 entries += bins[i]*i; /* total hashed objects */
592 (int)(100.0*merit/entries));
619 /* Renumber entries following p, which we will be deleting. */
628 /* The hash table is implemented as an array of pointers to Hist entries. Each
630 * following entries in case of a collision (linear rehash). Free entries i
[all...]
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid_cam.c87 u_int8_t length; /* number of VPD entries */
227 camsc = ccb->ccb_h.sim_priv.entries[0].ptr;
388 ccb->ccb_h.sim_priv.entries[0].ptr = camsc;
634 ccb->ccb_h.sim_priv.entries[0].ptr = camsc;
870 ccb->ccb_h.sim_priv.entries[0].ptr = camsc;
1278 ccb->ccb_h.sim_priv.entries[0].ptr = camsc;
/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.c1085 * call_in_directory; ENT_LIST is a pointer to an entries list (which
1789 * Parse the entries line.
1794 error (1, 0, "bad entries line `%s' from server", entries_line);
1797 error (1, 0, "bad entries line `%s' from server", entries_line);
1801 error (1, 0, "bad entries line `%s' from server", entries_line);
1806 error (1, 0, "bad entries line `%s' from server", entries_line);
1810 error (1, 0, "bad entries line `%s' from server", entries_line);
1823 /* Done parsing the entries line. */
2249 * Process the entries line. Do this after we've written the file,
5269 send_filesdoneproc (callerdat, err, repository, update_dir, entries)
5455 List *entries; local
[all...]
H A Dserver.c488 /* FIXME: Yes, this results in duplicate entries in the
1650 static struct an_entry *entries;
1668 /* Rewrite entries file to have `=' in timestamp field. */
1669 for (p = entries; p != NULL; p = p->next)
1717 /* Skip this for entries with conflict markers. */
1732 /* Have we found this file in "entries" yet. */
1740 /* Rewrite entries file to have `M' in timestamp field. */
1742 for (p = entries; p != NULL; p = p->next)
1790 /* Skip this for entries with conflict markers. */
1834 p->next = entries;
1642 static struct an_entry *entries; variable in typeref:struct:an_entry
[all...]
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl.c148 { "table-entries", PF_LIMIT_TABLE_ENTRIES },
376 fprintf(stderr, "source tracking entries cleared\n");
747 TAILQ_INSERT_TAIL(&pool->list, pa, entries);
759 TAILQ_REMOVE(&src->list, pa, entries);
760 TAILQ_INSERT_TAIL(&dst->list, pa, entries);
770 TAILQ_REMOVE(&pool->list, pa, entries);
1177 TAILQ_FOREACH(pa, &p->list, entries) {
1230 TAILQ_INSERT_TAIL(rs->rules[rs_num].active.ptr, rule, entries);
1300 TAILQ_REMOVE(rs->rules[rs_num].active.ptr, r, entries);
H A Dparse.y353 TAILQ_ENTRY(loadanchors) entries;
1022 entries);
1365 nti = SIMPLEQ_NEXT(ti, entries);
1441 entries);
1451 entries);
4178 pa, entries);
4525 SIMPLEQ_FOREACH(ti, &opts->init_nodes, entries) {
5164 TAILQ_INSERT_TAIL(&r->rpool.list, pa, entries);
5842 TAILQ_REMOVE(src->rules[i].active.ptr, r, entries);
5843 TAILQ_INSERT_TAIL(dst->rules[i].active.ptr, r, entries);
[all...]
H A Dpfctl_optimize.c192 PF_RULE_FIELD(entries, DC),
289 entries);
332 r, entries);
1268 SIMPLEQ_INSERT_TAIL(&(*tbl)->pt_nodes, ti, entries);
/freebsd-9.3-release/sys/geom/journal/
H A Dg_journal.c116 u_int entries; local
119 entries = g_journal_record_entries;
120 error = sysctl_handle_int(oidp, &entries, 0, req);
123 if (entries < 1 || entries > GJ_RECORD_HEADER_NENTRIES)
125 g_journal_record_entries = entries;
1252 GJ_DEBUG(2, "Storing %d journal entries on %s at %jd.",
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-ahci.c456 int entries = 0; local
472 if (ch->dma.load(request, ctp->prd_tab, &entries)) {
483 clp->prd_length = entries;
1016 KASSERT(nsegs <= ATA_AHCI_DMA_ENTRIES, ("too many DMA segment entries\n"));
/freebsd-9.3-release/sys/dev/drm/
H A Dmach64_dma.c50 * Waits for free entries in the FIFO.
54 * register one has to ensure that enough FIFO entries are available by calling
58 * \param entries number of free entries in the FIFO to wait for.
63 int mach64_do_wait_for_fifo(drm_mach64_private_t *dev_priv, int entries) argument
69 if (slots <= (0x8000 >> entries))
74 DRM_INFO("failed! slots=%d entries=%d\n", slots, entries);
101 * Wait for free entries in the ring buffer.
108 * This function should be called before writing new entries t
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-valprint.c341 offset table contains entries for both offset and subarray size. */
689 entry = the_common->entries;
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c467 /* Remove exhausted entries from sparse list. */
758 /* Leading octal number indicates ACL type and number of entries. */
911 * entries (POSIX entries support a 'prefix'). This factoring
962 * entries, and some writers put non-zero sizes even
966 * entries to store valid bodies in pax interchange
969 * from earlier archives (the 'x' and 'g' entries are
1048 * previously-extracted entries. Ugh. It will never
1140 * handles "pax" or "extended ustar" entries.
1950 int entries; local
[all...]
H A Darchive_write_disk.c1094 * New cpio and pax formats allow hardlink entries
1096 * for hardlink entries.
2437 int entries; local
2441 entries = archive_entry_acl_reset(entry, ae_requested_type);
2442 if (entries == 0)
2444 acl = acl_init(entries);
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s163 # the next sector. We assume that partition entries are smaller than 64k
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpivar.h97 STAILQ_ENTRY(apm_clone_data) entries; member in struct:apm_clone_data
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c1936 head[i] = TAILQ_NEXT(head[i], entries); \
1976 cur = TAILQ_NEXT(cur, entries);
2838 *r = TAILQ_NEXT(*r, entries);
2902 *r = TAILQ_NEXT(f->r, entries);
3591 r = TAILQ_NEXT(r, entries);
3594 r = TAILQ_NEXT(r, entries);
3596 r = TAILQ_NEXT(r, entries);
3598 r = TAILQ_NEXT(r, entries);
3601 r = TAILQ_NEXT(r, entries);
3611 r = TAILQ_NEXT(r, entries);
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk169 # entries
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtic.c136 " -C translate entries to termcap source form",
138 " -e<names> translate/compile only entries named by comma-separated list",
142 " -I translate entries to terminfo source form",
143 " -L translate entries to full terminfo source form",
147 " -r force resolution of all use entries in source translation",
153 " -U suppress post-processing of entries",
230 /* write out entries with no use capabilities immediately to save storage */
252 * it will complain about overwriting entries newly made during the
257 * it has anywhere to spool out these entries!
697 /* parse entries ou
[all...]
/freebsd-9.3-release/sys/cam/
H A Dcam_ccb.h146 /* Get EDT entries matching the given pattern */
295 ccb_priv_entry entries[CCB_PERIPH_PRIV_SIZE]; member in union:__anon5841
300 ccb_priv_entry entries[CCB_SIM_PRIV_SIZE]; member in union:__anon5842
697 u_int16_t sglist_cnt; /* Number of SG list entries */
1106 u_int16_t sglist_cnt; /* Num of scatter gather list entries */
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datombios.h2711 /* Explanation on entries in ATOM_INTEGRATED_SYSTEM_INFO
2745 The enough reservation should allow us to never change table revisions. Whenever needed, a GPU SW component can use reserved portion for new data entries.
3396 //Other entries in ATOM_LVDS_INFO_V12 are still valid/useful to DAL
3505 //Other entries in ATOM_LVDS_INFO_V12 are still valid/useful to DAL
4083 EXT_DISPLAY_PATH sPath[MAX_NUMBER_OF_EXT_DISPLAY_PATH]; // total of fixed 7 entries.
4392 VOLTAGE_LUT_ENTRY asVIDAdjustEntries[32];// 32 is for allocation, the actual number of entries is in ucNumOfVoltageEntries
7662 UCHAR ucNumEntries; // Number of entries.
7663 ATOM_PPLIB_Clock_Voltage_Dependency_Record entries[1]; // Dynamically allocate entries. member in struct:_ATOM_PPLIB_Clock_Voltage_Dependency_Table
7678 UCHAR ucNumEntries; // Number of entries
7679 ATOM_PPLIB_Clock_Voltage_Limit_Record entries[1]; // Dynamically allocate entries. member in struct:_ATOM_PPLIB_Clock_Voltage_Limit_Table
7691 ATOM_PPLIB_CAC_Leakage_Record entries[1]; // Dynamically allocate entries. member in struct:_ATOM_PPLIB_CAC_Leakage_Table
7706 ATOM_PPLIB_PhaseSheddingLimits_Record entries[1]; // Dynamically allocate entries. member in struct:_ATOM_PPLIB_PhaseSheddingLimits_Table
7718 VCEClockInfo entries[1]; member in struct:_VCEClockInfoArray
7730 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record entries[1]; member in struct:_ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table
7742 ATOM_PPLIB_VCE_State_Record entries[1]; member in struct:_ATOM_PPLIB_VCE_State_Table
7764 UVDClockInfo entries[1]; member in struct:_UVDClockInfoArray
7776 ATOM_PPLIB_UVD_Clock_Voltage_Limit_Record entries[1]; member in struct:_ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table
7788 ATOM_PPLIB_UVD_State_Record entries[1]; member in struct:_ATOM_PPLIB_UVD_State_Table
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c1372 uint64_t size, entries, segsz; local
1387 * Calculate the number of 64-bit entries this segment would
1393 entries = size / (MIN(size, SM_RUN_MAX));
1394 segsz = entries * sizeof (uint64_t);
1404 * the entries of the free range tree.
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwindint.h96 /* Directory entries. */
97 struct rc_res_entry *entries; member in struct:rc_res_directory
122 directories and resources because in a COFF file all entries in a
123 directory are sorted together, whether the entries are
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot1.S69 .word 0 # root entries

Completed in 489 milliseconds

1234567891011