Searched refs:load (Results 26 - 50 of 179) sorted by relevance

12345678

/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dcq.c194 int min = priv->eq_table.eq[0].load;
197 if (priv->eq_table.eq[i].load < min) {
199 min = priv->eq_table.eq[i].load;
265 priv->eq_table.eq[cq->vector].load++;
303 priv->eq_table.eq[cq->vector].load--;
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common66 load [-t <type>] <filename>
91 List all of the devices from which it may be possible to load modules.
116 run as part of the boot process, in order to dynamically load modules
267 named in a load command or implicitly required by a dependency. The
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptboot.c91 static void load(void);
125 printf("%s: unable to load GPT\n", BOOTPROG);
191 * keypress, or in case of failure, try to load a kernel
195 load();
197 load();
199 load();
229 load();
241 load(void) function
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME63 4. To load the driver onto a running system:
65 make load
75 7. If you want the driver to load automatically when the system is booted:
78 make load
228 between you ('Licensee') and Intel. Do not use or load this software or any
/freebsd-9.3-release/usr.bin/mail/
H A Dmain.c239 load(s);
242 * Expand returns a savestr, but load only uses the file name
247 load(expand(rc));
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmonitor.h112 char *load; /* load command */ member in struct:monitor_ops
113 char *loadresp; /* Response to load command */
H A Dabug-rom.c149 abug_cmds.load = "lo 0\r"; /* download command */
150 abug_cmds.loadresp = "\n"; /* load response */
H A Dcpu32bug-rom.c147 cpu32bug_cmds.load = "lo\r"; /* download command */
148 cpu32bug_cmds.loadresp = "\n"; /* load response */
H A Ddbug-rom.c145 dbug_cmds.load = "dl\r"; /* download command */
146 dbug_cmds.loadresp = "\n"; /* load response */
H A Ddink32-rom.c160 dink32_cmds.load = "dl -k\r";
H A Dremote-est.c153 est_cmds.load = "dl\r"; /* download command */
154 est_cmds.loadresp = "+"; /* load response */
H A Dremote-hms.c124 hms_cmds.load = "tl\r"; /* download command */
125 hms_cmds.loadresp = NULL; /* load response */
/freebsd-9.3-release/contrib/groff/src/include/
H A Dfont.h123 int load(int * = 0, int = 0);
/freebsd-9.3-release/kerberos5/usr.bin/kadmin/
H A DMakefile19 load.c \
/freebsd-9.3-release/sys/dev/drm/
H A Dsavage_drv.c50 dev->driver->load = savage_driver_load;
H A Dvia_drv.c51 dev->driver->load = via_driver_load;
H A Di915_drv.c83 dev->driver->load = i915_driver_load;
H A Dmach64_drv.c57 dev->driver->load = mach64_driver_load;
H A Dmga_drv.c97 dev->driver->load = mga_driver_load;
H A Dr128_drv.c55 dev->driver->load = r128_driver_load;
/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c95 static void load(void);
191 load();
196 load(void) function
/freebsd-9.3-release/tools/regression/lib/libc/resolv/
H A Dresolv.c64 static void load(const char *);
81 load(const char *fname) function
282 load(argv[i]);
/freebsd-9.3-release/usr.bin/bc/
H A Dbc.y270 $$ = node($1.load, $3, cs($2), $1.store,
581 $$ = node($1.load, END_NODE);
632 $$ = node($2.load, cs("1+d"), $2.store,
637 $$ = node($2.load, cs("1-d"),
642 $$ = node($1.load, cs("d1+"),
647 $$ = node($1.load, cs("d1-"),
656 $$ = node($1.load, $3, cs($2), cs("d"),
716 $$.load = node(cs("l"), letter_node($1),
724 $$.load = node($3, cs(";"),
732 $$.load
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dlqr.c197 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
254 if (p->hdlc.lqm.timer.load == 0 || !(p->hdlc.lqm.method & LQM_LQR) ||
300 physical->hdlc.lqm.timer.load = period * SECTICKS / 100;
302 physical->hdlc.lqm.timer.load = 0;
315 if (p->hdlc.lqm.timer.load)
325 if (p->hdlc.lqm.timer.load)
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c99 static void load(void);
200 load();
205 load(void) function

Completed in 388 milliseconds

12345678