Searched refs:part (Results 101 - 125 of 186) sorted by relevance

12345678

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddevices.c462 for (c1 = d->chunks->part; c1; c1 = c1->next) {
479 for (c2 = c1->part; c2; c2 = c2->next) {
480 if (c2->type != part || c2->subtype != 7)
/freebsd-9.3-release/contrib/gcc/
H A Dunwind.inc4 This file is part of GCC.
H A Dexpmed.c7 This file is part of GCC.
518 /* Get appropriate low part of the value being stored. */
595 from STR_RTX to the first word or byte containing part of the field. */
993 rtx part, word;
1020 part = GEN_INT (((unsigned HOST_WIDE_INT) (INTVAL (value))
1024 /* The args are chosen so that the last part includes the
1027 part = extract_fixed_bit_field (word_mode, value, 0, thissize,
1035 part = GEN_INT (((unsigned HOST_WIDE_INT) (INTVAL (value))
1039 part = extract_fixed_bit_field (word_mode, value, 0, thissize,
1067 thispos, part);
990 rtx part, word; local
2071 rtx part, word; local
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_prtn_config.c286 static struct part_conf part; local
287 struct part_conf *conf = ∂
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common116 run as part of the boot process, in order to dynamically load modules
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcompleter.c4 This file is part of GDB.
74 /* MS-DOS and MS-Windows use colon as part of the drive spec, and most
320 part. */
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h556 integerPart part; member in union:llvm::APFloat::Significand
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps.h435 int part; member in struct:wps_event_data::wps_event_pwd_auth_fail
H A Dwps_i.h207 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part);
/freebsd-9.3-release/lib/libdisk/
H A Dwrite_amd64_disk.c113 for (c1 = d1->chunks->part; c1; c1 = c1->next) {
H A Dwrite_i386_disk.c113 for (c1 = d1->chunks->part; c1; c1 = c1->next) {
/freebsd-9.3-release/sbin/fsck/
H A Dpreen.c65 TAILQ_HEAD(part, partentry) badh;
/freebsd-9.3-release/sbin/quotacheck/
H A Dpreen.c70 TAILQ_HEAD(part, partentry) badh;
/freebsd-9.3-release/share/mk/
H A Dsys.mk75 # XXX: What to do here? Is removing the CFLAGS part completely ok here?
314 # FreeBSD build pollution. Hide it in the non-POSIX part of the ifdef.
H A Dbsd.dep.mk25 # dependencies, ${SRCS} are always part of it.
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dmaestro.c237 static void agg_stopclock(struct agg_info*, int part, int st);
566 agg_stopclock(struct agg_info *ess, int part, int st) argument
571 if (part < 16) {
573 data &= ~(1 << part);
575 data |= (1 << part);
577 data |= (0x10000 << part);
579 data &= ~(0x10000 << part);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dieee.c8 This file is part of BFD, the Binary File Descriptor library.
660 /* Find the first part of the ieee file after HERE. */
665 int part;
670 for (part = 0; part < N_W_VARIABLES; part++)
671 if (ieee->w.offset[part] > here && after > ieee->w.offset[part])
672 after = ieee->w.offset[part];
812 (_("%B: unexpected ATN type %d in external part"),
663 int part; local
1784 unsigned int part; local
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Denv.cpp6 This file is part of groff.
2407 node *part[3]; local
2409 part[0] = part[1] = part[2] = 0;
2413 read_title_parts(part, part_width);
2428 node *p = part[2];
2439 p = part[1];
2447 p = part[0];
2534 // must not be R or C or L or a legitimate part o
[all...]
/freebsd-9.3-release/contrib/openpam/misc/
H A Dgendoc.pl10 # ("CBOSS"), as part of the DARPA CHATS research program.
55 as part of the DARPA CHATS research program.
648 as part of the DARPA CHATS research program.
/freebsd-9.3-release/contrib/sendmail/cf/m4/
H A Dcfhead.m496 dnl $2: name of flags (just first part) to modify
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk3 # Part of a unified Makefile for building kernels. This part contains all
H A Dkern.post.mk3 # Part of a unified Makefile for building kernels. This part includes all
5 # and ones that act like they are part of %RULES.
/freebsd-9.3-release/usr.bin/yacc/
H A Dreader.c978 * as it really isn't part of the yacc
/freebsd-9.3-release/usr.sbin/sade/
H A Ddevices.c233 for (c1 = d->chunks->part; c1; c1 = c1->next) {
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dlabel.y6 This file is part of groff.
135 int part;
140 : unary_expr(e), part(pt), func(f) { }
702 switch (part) {

Completed in 185 milliseconds

12345678