Searched refs:which (Results 126 - 150 of 462) sorted by relevance

1234567891011>>

/freebsd-10.0-release/bin/date/
H A Dvary.c419 char which; local
453 which = arg[len-1];
455 switch (which) {
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_write.c33 enum which {WN, WQ, WRITE, XIT}; enum
34 static int exwr __P((SCR *, EXCMD *, enum which));
127 exwr(SCR *sp, EXCMD *cmdp, enum which cmd)
/freebsd-10.0-release/gnu/usr.bin/gdb/arch/arm/
H A Darmfbsd-nat.c480 int which, CORE_ADDR ignore)
492 int which, CORE_ADDR ignore)
497 switch (which)
479 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR ignore) argument
491 fetch_elfcore_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR ignore) argument
/freebsd-10.0-release/sys/powerpc/psim/
H A Diobus.c271 iobus_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
278 switch (which) {
300 iobus_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c815 /* if we have just shutdown a tee node, which had no other hooks
979 asn_subid_t which = value->var.subs[sub - 1]; local
991 switch (which) {
1014 switch (which) {
1062 switch (which) {
1087 switch (which) {
1218 asn_subid_t which = value->var.subs[sub - 1]; local
1255 if (which != LEAF_begemotNgTypeStatus) {
1327 switch (which) {
1412 asn_subid_t which local
1623 asn_subid_t which = value->var.subs[sub - 1]; local
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A DREADME36 which should produce a sequence of messages roughly like this:
75 the symptom of which can be truncated pipe output. Beware. The
/freebsd-10.0-release/crypto/openssh/regress/
H A Dtest-exec.sh115 *) PLINK=`which ${TEST_SSH_PLINK} 2>/dev/null` ;;
122 *) PUTTYGEN=`which ${TEST_SSH_PUTTYGEN} 2>/dev/null` ;;
129 *) CONCH=`which ${TEST_SSH_CONCH} 2>/dev/null` ;;
136 *) SSHD=`which sshd` ;;
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c199 int v3_asid_add_inherit(ASIdentifiers *asid, int which)
204 switch (which) {
229 int which,
237 switch (which) {
556 int i1, i2, i3, is_range, which;
562 which = V3_ASID_ASNUM;
564 which = V3_ASID_RDI;
575 if (v3_asid_add_inherit(asid, which))
583 * Number, range, or mistake, pick it apart and figure out which.
633 if (!v3_asid_add_id_or_range(asid, which, mi
[all...]
/freebsd-10.0-release/lib/libc/net/
H A Dhesiod.c38 * the BIND IRS library, which was in turn based on an earlier version
156 * name which is to be resolved.
272 * or ctx->rhs which need to be freed by the caller.
279 char *key, *data, *p, **which; local
323 which = (strcasecmp(key, "lhs") == 0)
325 *which = strdup(data);
326 if (!*which) {
403 * which follows.
/freebsd-10.0-release/sys/arm/versatile/
H A Dversatile_pci.c270 versatile_pci_read_ivar(device_t dev, device_t child, int which, argument
275 switch (which) {
288 versatile_pci_write_ivar(device_t dev, device_t child, int which, argument
293 switch (which) {
/freebsd-10.0-release/sys/arm/xscale/ixp425/
H A Dixp425_pci.c141 * is a PCI device or not. So defaults to the PCI dma tag, which
226 ixppcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
231 switch (which) {
244 ixppcib_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument
249 switch (which) {
/freebsd-10.0-release/sys/mips/adm5120/
H A Dadmpci.c328 admpci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
332 switch (which) {
345 admpci_write_ivar(device_t dev, device_t child, int which, uintptr_t result) argument
349 switch (which) {
/freebsd-10.0-release/sys/mips/idt/
H A Didtpci.c437 idtpci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
441 switch (which) {
454 idtpci_write_ivar(device_t dev, device_t child, int which, uintptr_t result) argument
458 switch (which) {
/freebsd-10.0-release/sys/mips/rmi/
H A Dxlr_pci.c161 xlr_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
164 switch (which) {
176 xlr_pcib_write_ivar(device_t dev, device_t child, int which, uintptr_t result) argument
178 switch (which) {
323 * Find the link on which the device is on
330 /* find the lane on which the slot is connected to */
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt45 with a tag such as "pipe 10" or "queue 5" which tells what to
51 of flows which can be further partitioned according to a mask.
119 A dn_queue has a pointer to the dn_fsk (which in turn counts
143 DELETE: configuration command delete a scheduler which in turn
199 (struct dn_id) which makes it easier to identify them.
230 which is expected to be acquired in exclusive mode
277 which specifies its content.
288 "shadow" copies numbered I+NMAX and I+ 2*NMAX which are used to
373 a pipe it's necessary to create a FIFO flowset and a FIFO scheduler, which
407 and added to unlinked flowset list if the scheduler which th
[all...]
/freebsd-10.0-release/sys/powerpc/aim/
H A Dnexus.c81 * The nexus (which is a pseudo-bus actually) iterates over the nodes that
288 nexus_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
294 switch (which) {
314 nexus_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument
321 switch (which) {
/freebsd-10.0-release/sys/x86/pci/
H A Dpci_bus.c532 legacy_pcib_read_ivar(device_t dev, device_t child, int which, argument
536 switch (which) {
548 legacy_pcib_write_ivar(device_t dev, device_t child, int which, argument
552 switch (which) {
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex89 parameters (which are at least reasonably localised) to
97 only have virtual IO devices, which makes it quite simple to work
100 which is not ideal.
112 \texttt{prom\_init.c}, which executes in the context of OF. This code
115 passed to the kernel proper, which eventually unflattens the tree into
222 null-terminated strings appended together, which are referenced from
237 from the beginning of the strings block at which the property name is
287 interrupt tree, which can be quite different from the tree of bus
298 names. First they have the ``unit name'', which is how the node is
303 bus node, which i
[all...]
/freebsd-10.0-release/contrib/apr/
H A Dbuildconf119 if [ -f `which cut` ]; then
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Drandbyte_os2.inc58 * counters which run at the CPU's MHz speed. We get separate
59 * idle / busy / interrupt cycle counts which should provide very good
62 * which is why it's run-time linked.
/freebsd-10.0-release/contrib/bmake/mk/
H A Doptions.mk27 # We set ${OPTION_PREFIX:UMK_}* which is then all we need care about.
H A Dsys.dependfile.mk18 # dependency files, which can be differentiated by their names.
/freebsd-10.0-release/contrib/byacc/package/
H A Dbyacc.spec20 license which includes the generated C.
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h30 structs, so that system headers are not needed, which otherwise
189 ppc_linux_aux_vector (long which) argument
212 if (auxp->a_type == which)
/freebsd-10.0-release/contrib/openpam/
H A Dmkpkgng.in93 if which gmake >/dev/null ; then

Completed in 230 milliseconds

1234567891011>>