Searched refs:hint (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-9.3-release/sys/mips/conf/
H A DTP-WN1043ND.hints7 hint.arge.0.phymask=0x000c
8 hint.arge.0.media=1000
9 hint.arge.0.fduplex=1
11 hint.arge.0.eeprommac=0x1f01fc00
16 hint.arge.1.phymask=0x0
19 hint.ath.0.eepromaddr=0x1fff1000
/freebsd-9.3-release/sys/pc98/conf/
H A DNOTES207 hint.sio.0.at="isa"
208 hint.sio.0.port="0x3F8"
209 hint.sio.0.flags="0x10"
210 hint.sio.0.irq="4"
241 hint.speaker.0.at="isa"
242 hint.speaker.0.port="0x35"
308 hint.pckbd.0.at="isa"
309 hint.pckbd.0.port="0x041"
310 hint.pckbd.0.irq="1"
314 hint
[all...]
/freebsd-9.3-release/sys/i386/conf/
H A DNOTES293 hint.speaker.0.at="isa"
294 hint.speaker.0.port="0x61"
396 hint.npx.0.flags="0x0"
397 hint.npx.0.irq="13"
423 hint.psm.0.at="atkbdc"
424 hint.psm.0.irq="12"
433 hint.atkbdc.0.at="isa"
434 hint.atkbdc.0.port="0x060"
438 hint.atkbd.0.at="atkbdc"
439 hint
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp105 // Find the best physreg hint and the best virtreg hint.
109 // Don't recompute a target specific hint.
147 unsigned hint = copyHint(mi, li.reg, tri, mri); local
148 if (!hint)
150 float hweight = Hint[hint] += weight;
151 if (TargetRegisterInfo::isPhysicalRegister(hint)) {
152 if (hweight > bestPhys && mri.isAllocatable(hint))
153 bestPhys = hweight, hintPhys = hint;
156 bestVirt = hweight, hintVirt = hint;
[all...]
/freebsd-9.3-release/sys/amd64/conf/
H A DNOTES123 hint.speaker.0.at="isa"
124 hint.speaker.0.port="0x61"
205 hint.psm.0.at="atkbdc"
206 hint.psm.0.irq="12"
215 hint.atkbdc.0.at="isa"
216 hint.atkbdc.0.port="0x060"
220 hint.atkbd.0.at="atkbdc"
221 hint.atkbd.0.irq="1"
236 hint.vga.0.at="isa"
503 hint
[all...]
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Durl.c47 char *hint; local
52 hint = getenv("PKG_ADD_BASE");
54 if (!base && !hint)
89 strcpy(fname, hint);
/freebsd-9.3-release/usr.bin/finger/
H A Dnet.c67 static struct addrinfo hint; local
76 hint.ai_flags = AI_CANONNAME;
77 hint.ai_family = family;
78 hint.ai_socktype = SOCK_STREAM;
80 error = getaddrinfo(host, "finger", &hint, &ai0);
/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.h140 struct hint { struct
142 STAILQ_ENTRY(hint) hint_next;
145 STAILQ_HEAD(hint_head, hint) hints;
H A Dconfig.y195 struct hint *hint;
197 hint = (struct hint *)calloc(1, sizeof (struct hint));
198 if (hint == NULL)
200 hint->hint_name = $2;
201 STAILQ_INSERT_TAIL(&hints, hint, hint_next);
H A Dmkmakefile.c193 struct hint *hint; local
203 STAILQ_FOREACH(hint, &hints, hint_next) {
204 ifp = fopen(hint->hint_name, "r");
206 err(1, "%s", hint->hint_name);
/freebsd-9.3-release/contrib/binutils/ld/
H A Ddeffile.h38 int hint; member in struct:def_file_export
/freebsd-9.3-release/tools/tools/kdrv/
H A DKernelDriver83 # Given (hint), use it to locate a driver information file.
86 proc findDrvFile_try {hint} {
89 if {[file exists $hint]} {
91 while {[file type $hint] == "link"} {
92 set hint [file readlink $hint];
94 switch [file type $hint] {
97 return $hint;
101 set candidate [glob -nocomplain "$hint/*.drvinfo"];
110 error "multiple driver info files in directory : $hint";
[all...]
/freebsd-9.3-release/sys/sys/
H A Devent.h87 * data/hint flags/masks for EVFILT_USER, shared with userspace
106 * data/hint flags for EVFILT_{READ|WRITE}, shared with userspace
111 * data/hint flags for EVFILT_VNODE, shared with userspace
122 * data/hint flags for EVFILT_PROC, shared with userspace
127 #define NOTE_PCTRLMASK 0xf0000000 /* mask for hint bits */
162 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED)
163 #define KNOTE_UNLOCKED(list, hint) knote(list, hint, 0)
168 * Flag indicating hint i
[all...]
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_freebsd.c497 /* use a non-zero hint to tell the notification from the
530 netmap_knrw(struct knote *kn, long hint, int events) argument
535 if (hint != 0) {
554 netmap_knread(struct knote *kn, long hint) argument
556 return netmap_knrw(kn, hint, POLLIN);
560 netmap_knwrite(struct knote *kn, long hint) argument
562 return netmap_knrw(kn, hint, POLLOUT);
/freebsd-9.3-release/sys/dev/virtio/
H A Dvirtqueue.h86 int virtqueue_postpone_intr(struct virtqueue *vq, vq_postpone_t hint);
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dscript.cpp36 void hint(unsigned);
193 void script_box::hint(unsigned flags) function in class:script_box
195 p->hint(flags & ~HINT_NEXT_IS_ITALIC);
/freebsd-9.3-release/sys/mips/atheros/
H A Dar724x_pci.c254 uint32_t bar0, hint, reg, val; local
257 /* Search for a hint of eeprom data offset */
259 device_get_unit(dev), "eepromdata", &hint) != 0)
262 device_printf(dev, "Loading the eeprom fixup data from %#x\n", hint);
263 data = (uint16_t *)MIPS_PHYS_TO_KSEG1(hint);
266 device_printf(dev, "Invalid calibration data from %#x\n", hint);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c471 struct evutil_addrinfo hint; local
487 memset(&hint, 0, sizeof(hint));
488 hint.ai_family = family;
489 hint.ai_protocol = IPPROTO_TCP;
490 hint.ai_socktype = SOCK_STREAM;
497 &hint, bufferevent_connect_getaddrinfo_cb, bev);
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc114 // Use any near hint and the page size to set a page-aligned starting address
123 if (NearBlock) //Try again without a near hint
216 if (NearBlock) //Try again without a near hint
/freebsd-9.3-release/sys/fs/fifofs/
H A Dfifo_vnops.c103 static int filt_fiforead(struct knote *kn, long hint);
105 static int filt_fifowrite(struct knote *kn, long hint);
107 static int filt_fifo_notsup(struct knote *kn, long hint);
333 filt_fiforead(struct knote *kn, long hint) argument
361 filt_fifowrite(struct knote *kn, long hint) argument
383 filt_fifo_notsup(struct knote *kn, long hint) argument
/freebsd-9.3-release/contrib/sendmail/editmap/
H A Deditmap.c291 char *hint; local
294 (hint = smdb_db_definition(typename)) != NULL)
297 progname, hint, typename);
/freebsd-9.3-release/contrib/sendmail/makemap/
H A Dmakemap.c329 char *hint; local
332 (hint = smdb_db_definition(typename)) != NULL)
335 progname, hint, typename);
/freebsd-9.3-release/sys/kern/
H A Dsubr_log.c77 static int logkqread(struct knote *note, long hint);
213 logkqread(struct knote *kn, long hint) argument
/freebsd-9.3-release/sys/opencrypto/
H A Dcrypto.c177 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
1005 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) argument
1045 return CRYPTODEV_PROCESS(cap->cc_dev, crp, hint);
1246 int result, hint; local
1260 hint = 0;
1287 hint = CRYPTO_HINT_MORE;
1303 result = crypto_invoke(cap, submit, hint);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dlex.c651 static bool hint;
652 if (!hint)
657 hint = true;
647 static bool hint; local

Completed in 334 milliseconds

1234