Searched refs:cluster (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_fat.c108 * Map the logical cluster number of a file into a physical disk sector
112 * findcn - file relative cluster whose filesystem relative cluster number
116 * cnp - address of where to place the filesystem relative cluster number.
120 * This function has one side effect. If the requested file relative cluster
128 u_long findcn; /* file relative cluster to get */
130 u_long *cnp; /* returned cluster number */
153 * clusters. If the cluster number is beyond the end of the root
179 * All other files do I/O in cluster sized blocks
228 * Force the special cluster number
[all...]
H A Dfat.h52 * Some useful cluster numbers.
54 #define MSDOSFSROOT 0 /* cluster 0 means the root dir */
55 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */
57 #define CLUST_FIRST 2 /* first legal cluster number */
58 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */
59 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */
60 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */
61 #define CLUST_EOFE 0xffffffff /* end of eof cluster range */
63 #define FAT12_MASK 0x00000fff /* mask for 12 bit cluster number
[all...]
H A Dmsdosfs_lookup.c66 static int msdosfs_deget_dotdot(struct vnode *vp, u_long cluster, int blkoff,
101 u_long cluster; local
106 u_long scn; /* starting cluster number */
149 cluster = MSDOSFSROOT;
202 * little differently. The root directory starts at "cluster" 0.
206 error = pcbmap(dp, frcn, &bn, &cluster, &blsize);
323 * Release the buffer holding the directory cluster just
422 cluster = scn;
423 if (cluster == MSDOSFSROOT)
427 } else if (cluster
564 msdosfs_deget_dotdot(struct vnode *vp, u_long cluster, int blkoff, struct vnode **rvp) argument
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dget_args.c281 gopt.cluster = optarg;
412 if (gopt.cluster == NULL)
413 gopt.cluster = hostdomain;
H A Damd.c259 /* cluster name */
260 gopt.cluster = NULL;
H A Damd.h266 char *cluster; /* cluster name */ member in struct:amu_global_options
H A Dconf.c165 {"cluster", gopt_cluster},
442 gopt.cluster = strdup((char *)val);
H A Dopts.c171 { S("cluster"),
172 0, &gopt.cluster, 0, TRUE },
/freebsd-9.3-release/usr.sbin/ntp/doc/
H A DMakefile12 clockopt.html cluster.html comdex.html config.html confopt.html \
/freebsd-9.3-release/sys/amd64/include/
H A Dapicvar.h218 void lapic_set_logical_id(u_int apic_id, u_int cluster, u_int cluster_id);
/freebsd-9.3-release/sys/i386/include/
H A Dapicvar.h248 void lapic_set_logical_id(u_int apic_id, u_int cluster, u_int cluster_id);
/freebsd-9.3-release/sys/x86/x86/
H A Dlocal_apic.c296 * Assume no local LVT overrides and a cluster of 0 and
297 * intra-cluster ID of 0.
604 lapic_set_logical_id(u_int apic_id, u_int cluster, u_int cluster_id) argument
610 KASSERT(cluster <= APIC_MAX_CLUSTER, ("%s: cluster %u too big",
611 __func__, cluster));
613 ("%s: intra cluster id %u too big", __func__, cluster_id));
615 la->la_cluster = cluster;
/freebsd-9.3-release/usr.sbin/bsdconfig/dot/
H A Ddot341 # Print font details for graph/cluster label(s)
343 printf '\n\t/*\n\t * Font details for graph/cluster label(s)\n\t */\n'
/freebsd-9.3-release/contrib/amd/include/
H A Dam_defs.h912 * Actions to take if <cluster.h> exists.
915 # include <cluster.h>
/freebsd-9.3-release/etc/
H A Dservices1290 ha-cluster 694/tcp
1291 ha-cluster 694/udp
2328 hacl-hb 5300/tcp # HA cluster heartbeat
2329 hacl-hb 5300/udp # HA cluster heartbeat
2330 hacl-gs 5301/tcp # HA cluster general services
2331 hacl-gs 5301/udp # HA cluster general services
2332 hacl-cfg 5302/tcp # HA cluster configuration
2333 hacl-cfg 5302/udp # HA cluster configuration
2334 hacl-probe 5303/tcp # HA cluster probing
2335 hacl-probe 5303/udp # HA cluster probin
[all...]
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas.h1818 * HA cluster information
1829 } cluster; member in struct:mrsas_ctrl_info

Completed in 288 milliseconds