Searched refs:which (Results 1 - 25 of 463) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.bin/which/
H A DMakefile4 PROG= which
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dgetnattype.c27 char *which; local
44 which = "MAP";
47 which = "MAP-BLOCK";
50 which = "RDR";
53 which = "BIMAP";
57 which = unknownbuf;
60 return which;
/freebsd-9.3-release/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dssc.c41 ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which) argument
50 : "r"(which), "r"(in0), "r"(in1), "r"(in2), "r"(in3));
H A Dlibski.h65 int which);
/freebsd-9.3-release/usr.bin/renice/
H A Drenice.c63 * or groups of processes which are already
70 int errs, incr, prio, which, who; local
74 which = PRIO_PROCESS;
90 which = PRIO_PGRP;
94 which = PRIO_USER;
98 which = PRIO_PROCESS;
101 if (which == PRIO_USER) {
123 errs += donice(which, who, prio, incr);
129 donice(int which, int who, int prio, int incr) argument
134 oldprio = getpriority(which, wh
[all...]
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_alloc.cc119 unsigned int which = 0; local
126 if (++which >= EMERGENCY_OBJ_COUNT)
130 emergency_used |= (bitmask_type)1 << which;
131 ret = &emergency_buffer[which][0];
158 const unsigned int which local
162 emergency_used &= ~((bitmask_type)1 << which);
/freebsd-9.3-release/contrib/cvs/src/
H A Dupdate.h19 int xaflag, int xprune, int xpipeout, int which,
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcore-regset.c51 CORE_REG_SECT points to an array of bytes, which are the contents
52 of a `note' from a core file which BFD thinks might contain
55 WHICH says which register set corelow suspects this is:
62 fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, int which, argument
68 switch (which)
/freebsd-9.3-release/tools/regression/pjdfstest/tests/truncate/
H A D11.t15 cp -pf `which sleep` ${n0}
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw.c94 static void cmdhelp(int mode, int which);
102 int which = -1; local
160 else if (which == -1 && (tmp = getindex(Which, argv[1])) != -1)
161 which = tmp;
162 else if ((mode == -1 && which == -1) &&
165 which = tmp / M_NUM;
168 cmdhelp(mode, which);
169 else if (which != -1 && mode != -1)
180 if (mode == -1 || which == -1)
181 cmdhelp(mode, which);
285 cmdhelp(int mode, int which) argument
[all...]
H A Dpw_log.c39 pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) argument
61 sprintf(nfmt + strlen(nfmt), "[%s:%s%s] %s\n", name, Which[which], Modes[mode], fmt);
/freebsd-9.3-release/sys/dev/random/
H A Dyarrow.h58 u_int which; /* toggle - sets the current insertion pool */ member in struct:random_state
/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.c119 /* Begin a session in which the history functions might be used. This
141 /* Returns the magic number which says what history element we are
198 /* Return the history entry which is logically at OFFSET in the history array.
368 replace_history_entry (which, line, data)
369 int which;
375 if (which < 0 || which >= history_length)
379 old_value = the_history[which];
384 the_history[which] = temp;
390 NEW. WHICH says which on
[all...]
/freebsd-9.3-release/contrib/libpcap/tests/
H A Dfindalldevstest.c124 static short which; local
128 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1);
129 sprintf(output[which], "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
130 return output[which];
/freebsd-9.3-release/usr.bin/cpuset/
H A Dcpuset.c62 cpuwhich_t which; variable
172 if (cpuset_getaffinity(level, which, id, sizeof(mask), &mask) != 0)
174 printf("%s %jd%s mask: ", whichnames[which], (intmax_t)id,
190 if (cpuset_getid(level, which, id, &setid))
192 printf("%s %jd%s id: %d\n", whichnames[which], (intmax_t)id,
207 which = CPU_WHICH_PID;
228 which = CPU_WHICH_JAIL;
237 which = CPU_WHICH_PID;
248 which = CPU_WHICH_CPUSET;
253 which
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/tests/open/
H A D20.t15 cp -pf `which sleep` ${n0}
/freebsd-9.3-release/contrib/libreadline/examples/
H A Dhistexamp.c106 int which; local
107 if ((sscanf (line + 6, "%d", &which)) == 1)
109 HIST_ENTRY *entry = remove_history (which);
111 fprintf (stderr, "No such entry %d\n", which);
/freebsd-9.3-release/usr.bin/tr/
H A Dextern.h39 enum { STRING1, STRING2 } which; member in struct:__anon10826
/freebsd-9.3-release/sys/dev/drm/
H A Dmga_warp.c42 #define WARP_UCODE_SIZE( which ) \
43 ((sizeof(which) / MGA_WARP_CODE_ALIGN + 1) * MGA_WARP_CODE_ALIGN)
45 #define WARP_UCODE_INSTALL( which, where ) \
49 memcpy( vcbase, which, sizeof(which) ); \
50 pcbase += WARP_UCODE_SIZE( which ); \
51 vcbase += WARP_UCODE_SIZE( which ); \
/freebsd-9.3-release/sys/arm/xscale/pxa/
H A Dpxa_timer.c221 pxa_timer_get_osmr(int which) argument
225 timer_softc->pt_bsh, which * 0x4));
229 pxa_timer_set_osmr(int which, uint32_t val) argument
233 timer_softc->pt_bsh, which * 0x4, val);
285 pxa_timer_interrupt_enable(int which) argument
289 if (which == -1) {
297 oier |= 1 << which;
303 pxa_timer_interrupt_disable(int which) argument
307 if (which == -1) {
314 oier &= ~(1 << which);
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dgpt.c51 * Buffer below 64kB passed on gptread(), which can hold at least
57 gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, argument
78 BOOTPROG, which);
87 printf("%s: unable to update %s GPT header\n", BOOTPROG, which);
185 gptread_hdr(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, argument
191 printf("%s: unable to read %s GPT header\n", BOOTPROG, which);
199 printf("%s: invalid %s GPT header\n", BOOTPROG, which);
206 which);
233 gptbootconv(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, argument
265 BOOTPROG, which);
280 gptread_table(const char *which, const uuid_t *uuid, struct dsk *dskp, struct gpt_hdr *hdr, struct gpt_ent *table) argument
[all...]
/freebsd-9.3-release/sbin/ifconfig/
H A Daf_ipx.c85 ipx_getaddr(const char *addr, int which) argument
87 struct sockaddr_ipx *sipx = sipxtab[which];
92 if (which == MASK)
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_isab.c59 static int acpi_isab_read_ivar(device_t dev, device_t child, int which,
120 acpi_isab_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
124 switch (which) {
/freebsd-9.3-release/sys/sparc64/isa/
H A Dofw_isa.c62 * Helper functions which can be used in both ISA and EBus code.
99 u_long *end, int *which)
119 if (which != NULL)
120 *which = i;
98 ofw_isa_range_map(struct isa_ranges *range, int nrange, u_long *start, u_long *end, int *which) argument

Completed in 228 milliseconds

1234567891011>>