Searched refs:source (Results 176 - 200 of 442) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/wl/
H A Dif_wl_i82586.h255 u_char source[6]; member in struct:__anon9716
/freebsd-10.0-release/sys/mips/adm5120/
H A Dobio.c9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
125 obio_mask_irq(void *source) argument
131 irq = (int)source;
140 obio_unmask_irq(void *source) argument
146 irq = (int)source;
/freebsd-10.0-release/sys/mips/atheros/
H A Dapb.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
82 apb_mask_irq(void *source) argument
84 unsigned int irq = (unsigned int)source;
93 apb_unmask_irq(void *source) argument
96 unsigned int irq = (unsigned int)source;
/freebsd-10.0-release/sys/sys/
H A Dinterrupt.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
60 #define IH_ENTROPY 0x00000004 /* Device is a good entropy source. */
72 * storm from the associated source while the ithread runs and 2) the
80 * responsible for ensuring that the associated interrupt source will
90 * The 'assign_cpu' hook is used to bind an interrupt source to a
126 #define IE_ENTROPY 0x000002 /* Interrupt is an entropy source. */
165 int intr_event_create(struct intr_event **event, void *source,
H A Dmchain.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
78 int mb_put_mem(struct mbchain *mbp, c_caddr_t source, int size, int type);
/freebsd-10.0-release/tools/tools/ncpus/
H A Dacpidump.h6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
77 u_char source; member in struct:MADT_int_override
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL4 * Distribute freely, except: don't remove my name from the source or
7 * notice. May be sold if buildable source is provided to buyer. No
35 where I keep my man pages, but I have the source for `man' and you probably
66 command is issued; changing the source files later will have no effect until
86 you will need the public-domain "libndir", found in the B News source and in
/freebsd-10.0-release/usr.sbin/traceroute6/
H A Dtraceroute6.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
39 * Redistribution and use in source and binary forms, with or without
42 * 1. Redistributions of source code must retain the above copyright
189 * network or protocol unreachable, respectively), !S or !F (source
205 * file that came with the source to this program for a description
220 * source port (the high bit is set to move the port number out
241 * sending a loose-source-routed udp datagram through the destination
242 * back to yourself. Unfortunately, SO many gateways botch source
345 char *source variable
[all...]
/freebsd-10.0-release/lib/libz/
H A Dinflate.c53 * source file infback.c to provide a call-back interface to inflate for
1438 int ZEXPORT inflateCopy(dest, source)
1440 z_streamp source;
1448 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL ||
1449 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
1451 state = (struct inflate_state FAR *)source->state;
1455 ZALLOC(source, 1, sizeof(struct inflate_state));
1460 ZALLOC(source,
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c60 * source file infback.c to provide a call-back interface to inflate for
1350 int ZEXPORT inflateCopy(dest, source)
1352 z_streamp source;
1360 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL ||
1361 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
1363 state = (struct inflate_state FAR *)source->state;
1367 ZALLOC(source, 1, sizeof(struct inflate_state));
1372 ZALLOC(source,
[all...]
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
203 %type <sym_ref> reg_symbol address destination source opt_source
932 source: label
945 | ',' source
1212 T_BMOV destination ',' source ',' immediate ret ';'
1219 T_MOV destination ',' source ret ';'
1346 T_TEST source ',' immediate_or_a jz_jnz address ';'
1353 T_CMP source ',' immediate_or_a je_jne address ';'
1360 T_MOV source jmp_jc_jnc_cal
[all...]
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_network_io.h800 * @param source Source Address to accept transmissions from (non-NULL
806 apr_sockaddr_t *source);
815 * @param source Source Address to accept transmissions from (non-NULL
821 apr_sockaddr_t *source);
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dsntp-opts.def75 suspected problem with the server, network or the source.
102 debugging the source.
153 the server, network or the source.
164 in the local clock. This option should be set only when debugging the source.
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c45 the data of the in-memory data source, containing
52 /* The source, containing the in-memory data to be diffed */
53 const svn_string_t *source; member in struct:source_tokens_t
227 src->source = text;
357 apr_off_t current_token[2]; /* current token per source */
381 from token-source index TOKENS with change-type TYPE
390 source_tokens_t *source = &btn->sources[tokens]; local
392 if (until > source->tokens->nelts)
393 until = source->tokens->nelts;
402 APR_ARRAY_IDX(source
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.c927 dag_node_t *source,
935 if ((source && source->kind != svn_node_file)
942 if (source)
943 SVN_ERR(get_node_revision(&src_noderev, source));
1215 source. */
1324 dag_node_t *source,
1334 SVN_ERR(get_node_revision(&source_noderev, source));
1337 target_noderev->predecessor_id = source->id;
921 svn_fs_fs__dag_get_file_delta_stream(svn_txdelta_stream_t **stream_p, dag_node_t *source, dag_node_t *target, apr_pool_t *pool) argument
1317 svn_fs_fs__dag_update_ancestry(dag_node_t *target, dag_node_t *source, apr_pool_t *pool) argument
H A Ddag.h433 dag_node_t *source,
582 dag_node_t *source,
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl55 * Redistribution and use in source and binary forms, with or without
58 * 1. Redistributions of source code must retain the copyright
/freebsd-10.0-release/crypto/openssl/util/
H A Dadd_cr.pl87 * Redistribution and use in source and binary forms, with or without
90 * 1. Redistributions of source code must retain the copyright
/freebsd-10.0-release/sys/boot/i386/kgzldr/
H A Dcrt.s5 # Redistribution and use in source and binary forms, with or without
8 # 1. Redistributions of source code must retain the above copyright
/freebsd-10.0-release/sys/boot/pc98/boot0/
H A Dboot0.s6 # Redistribution and use in source and binary forms, with or without
10 # 1. Redistributions of source code must retain the above copyright
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s6 # Redistribution and use in source and binary forms, with or without
10 # 1. Redistributions of source code must retain the above copyright
H A Dputssjis.s6 # Redistribution and use in source and binary forms, with or without
10 # 1. Redistributions of source code must retain the above copyright
/freebsd-10.0-release/sys/boot/pc98/kgzldr/
H A Dcrt.s5 # Redistribution and use in source and binary forms, with or without
8 # 1. Redistributions of source code must retain the above copyright
/freebsd-10.0-release/bin/rcp/
H A Drcp.c12 * Redistribution and use in source and binary forms, with or without
15 * 1. Redistributions of source code must retain the above copyright
98 void source(int, char *[]);
175 source(argc, argv);
285 source(1, argv+i);
352 source(int argc, char *argv[]) function
482 source(1, vect);
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-data.c156 /* Accessor for the current source window. Usually there is only one
157 source window (either source or disassembly), but both can be
166 /* Clear the list of source windows. Usually there is only one source
167 window (either source or disassembly), but both can be displayed at
178 /* Clear the pertinant detail in the source windows. */
189 /* Add a window to the list of source windows. Usually there is only
190 one source window (either source o
[all...]

Completed in 152 milliseconds

1234567891011>>