Searched refs:source (Results 26 - 50 of 248) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv6remoteicmp.ksh53 $getaddr | read source dest
70 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
80 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
H A Dtst.remotetcpstate.ksh69 $getaddr $tcpport | read source dest
97 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
104 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
111 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
118 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
130 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
137 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmacro.h30 extern void expand_macro(register Source source, register String destination, wchar_t *current_string, Boolean cmd);
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s39 movl 8+ 8(%esp),%esi / source buffer address
44 cmpl %esi,%edi / if (source addr > dest addr)
57 movl 8+8(%esp),%esi / %esi = source address
98 .sse: / dest is aligned, check source
102 jnz .sse_da / go to slow loop if source is unaligned
110 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time
111 prefetcht0 568(%edi) / prefetch source & copy 64 byte at a time
136 prefetchnta 16384(%esi) / prefetch source & copy 64 byte at a time
181 / use unaligned load since source doesn't line up
184 prefetchnta 16384(%esi) / prefetch source
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c59 port_associate(int port, int source, uintptr_t object, int events, void *user) argument
62 r.r_vals = _portfs(PORT_ASSOCIATE, port, source, object, events,
104 port_dissociate(int port, int source, uintptr_t object) argument
107 r.r_vals = _portfs(PORT_DISSOCIATE, port, source, object, 0, 0);
126 _port_dispatch(int port, int flags, int source, int events, uintptr_t object, argument
131 r.r_vals = _portfs(PORT_DISPATCH, port, source, events, object,
135 source, events, object, (uintptr_t)user);
/illumos-gate/usr/src/uts/common/syscall/
H A Dmmapobjsys.c47 mmapobj_copy_64to32(mmapobj_result_t *source, mmapobj_result32_t *dest, int num) argument
52 dest[i].mr_addr = (caddr32_t)(uintptr_t)source[i].mr_addr;
53 dest[i].mr_msize = (size32_t)source[i].mr_msize;
54 dest[i].mr_fsize = (size32_t)source[i].mr_fsize;
55 dest[i].mr_offset = (size32_t)source[i].mr_offset;
56 dest[i].mr_prot = source[i].mr_prot;
57 dest[i].mr_flags = source[i].mr_flags;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dibft.c386 iscsi_parse_ipaddr(uchar_t *source, char *dest, int *af) argument
390 if (source == NULL) {
394 if (source[0] == 0x00 && source[1] == 0x00 &&
395 source[2] == 0x00 && source[3] == 0x00 &&
396 source[4] == 0x00 && source[5] == 0x00 &&
397 source[6] == 0x00 && source[
433 iscsi_copy_ibft_ipaddr(uchar_t *source, void *dest, int *af) argument
[all...]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns_cmn_printer.c49 * printer_create(char *name, char **aliases, char *source,
56 * char *source
66 ns_printer_create(char *name, char **aliases, char *source, argument
74 printer->source = (char *)source;
H A Dns.c72 * underneath it, with the exception of the object source field. This
166 * to the "name service" specified in the source field of the object.
174 if ((printer == NULL) || (printer->source == NULL))
178 normalize_ns_name(printer->source)) >= sizeof (func)) {
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_func.h42 isns_tlv_t *source; member in struct:conn_arg::__anon666
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c354 * the given value and source. This is not a general purpose function. It exists
364 zprop_source_t source, uint64_t value, uint64_t *newvalp)
389 if (source & ZPROP_SRC_NONE)
390 source = ZPROP_SRC_NONE;
391 else if (source & ZPROP_SRC_RECEIVED)
392 source = ZPROP_SRC_LOCAL;
395 switch (source) {
424 panic("unexpected property source: %d", source);
611 zprop_source_t source, in
363 dsl_prop_predict(dsl_dir_t *dd, const char *propname, zprop_source_t source, uint64_t value, uint64_t *newvalp) argument
610 dsl_prop_set_sync_impl(dsl_dataset_t *ds, const char *propname, zprop_source_t source, int intsz, int numints, const void *value, dmu_tx_t *tx) argument
767 dsl_prop_set_int(const char *dsname, const char *propname, zprop_source_t source, uint64_t value) argument
780 dsl_prop_set_string(const char *dsname, const char *propname, zprop_source_t source, const char *value) argument
793 dsl_prop_inherit(const char *dsname, const char *propname, zprop_source_t source) argument
851 dsl_props_set_sync_impl(dsl_dataset_t *ds, zprop_source_t source, nvlist_t *props, dmu_tx_t *tx) argument
901 dsl_props_set(const char *dsname, zprop_source_t source, nvlist_t *props) argument
945 const char *source; local
1106 dsl_prop_set_hasrecvd_impl(const char *dsname, zprop_source_t source) argument
[all...]
H A Dlz4.c7 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions of source code must retain the above copyright
32 * - LZ4 source repository : http://code.google.com/p/lz4/
37 static int real_LZ4_compress(const char *source, char *dest, int isize,
39 static int real_LZ4_uncompress(const char *source, char *dest, int osize);
41 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
43 static int LZ4_compressCtx(void *ctx, const char *source, char *dest,
45 static int LZ4_compress64kCtx(void *ctx, const char *source, char *dest,
109 * return : the number of bytes read in the source buffer.
110 * If the source strea
517 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
712 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
893 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
933 real_LZ4_uncompress(const char *source, char *dest, int osize) argument
1048 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, int maxOutputSize) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dtpmadm.h56 #define UUID_COPY(source, dest) \
57 bcopy((BYTE*)&(source), (BYTE*)&(dest), sizeof (TSS_UUID))
/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c70 zmemcpy(void *dest, const void *source, uint_t len) argument
72 bcopy(source, dest, len);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfs3d.c113 fs3d_mount(const char* source, char* target, int flags, void* data) argument
115 return mount(source, target, flags, data);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c230 * @param source the source of the operation
236 * previous operation, FALSE if the source
245 IN const lm_dmae_address_t source,
253 opcode |= ((source.type == LM_DMAE_ADDRESS_GRC)?1:0) <<DMAE_CMD_SRC_SHIFT;
269 * Set the source, destination and length of a DMAE command HSI
275 * @param source the source of the operation
282 IN const lm_dmae_address_t source,
286 u64_t source_offset = lm_dmae_address_native_offset(&source);
244 lm_dmae_opcode( struct _lm_device_t* pdev, IN const lm_dmae_address_t source, IN const lm_dmae_address_t dest, IN const u8_t b_complete_to_host, IN const u8_t b_resume_prev, IN const u8_t b_change_endianity) argument
280 lm_dmae_command_set_block( struct _lm_device_t* pdev, struct dmae_cmd* command, IN const lm_dmae_address_t source, IN const lm_dmae_address_t dest, IN const u16_t length ) argument
334 lm_dmae_operation_create( struct _lm_device_t* pdev, IN const lm_dmae_address_t source, IN const lm_dmae_address_t dest, IN const u16_t length, IN const u8_t replicate_source, IN const u8_t le32_swap, IN lm_dmae_context_t* context, OUT lm_dmae_operation_t* operation) argument
395 lm_dmae_address_t source = lm_dmae_address( operation->executer_paddr.as_u64 ,LM_DMAE_ADDRESS_HOST_PHYS); local
458 lm_dmae_operation_add_sge( struct _lm_device_t* pdev, lm_dmae_operation_t* operation, IN const lm_dmae_address_t source, IN const lm_dmae_address_t dest, IN const u16_t length) argument
1205 lm_dmae_address_t source = {{0}}; local
1232 lm_dmae_address_t source =lm_dmae_address(source_paddr.as_u64, LM_DMAE_ADDRESS_HOST_PHYS); local
1257 lm_dmae_address_t source = lm_dmae_address(source_offset, LM_DMAE_ADDRESS_GRC); local
1284 lm_dmae_address_t source = lm_dmae_address(source_paddr.as_u64, LM_DMAE_ADDRESS_HOST_PHYS); local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_ioctl.c210 uint8_t *source; local
223 source = (uint8_t *)(((uintptr_t)buf + PAGEOFFSET) & PAGEMASK);
224 dest = source + buf_size;
226 /* Init source buffer */
228 source[i] = (uint8_t)(i & 0xFF);
269 (caddr_t)source)) + ((uintptr_t)dest & PAGEOFFSET);
291 (caddr_t)source)) + ((uintptr_t)source & PAGEOFFSET);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c161 int source; local
178 * advises the source about the type of of the close.
192 for (source = 0; source < PORT_SCACHE_SIZE; source++) {
193 ps = portq->portq_scache[PORT_SHASH(source)];
235 for (source = 0; source < PORT_SCACHE_SIZE; source++) {
236 ps = portq->portq_scache[PORT_SHASH(source)];
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.h110 Reads 'source' for 'length' bytes from unaligned addr.
123 #define READ_UNALIGNED(dbg,dest,desttype, source, length) \
127 source, length) ; \
148 #define READ_UNALIGNED(dbg,dest,desttype, source, length) \
152 source, length) ; \
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c124 input(char *source) argument
135 "pack: %s: read error - file unchanged: "), source);
143 output(char *source) argument
182 source);
203 "file unchanged: "), source);
245 packfile(char *source) argument
251 if (input(source) == 0)
269 "pack: %s: trivial file - file unchanged\n"), source);
309 "file unchanged\n"), source);
318 "pack: %s: no saving - file unchanged\n"), source);
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java192 // Merge source to target. The target has already
199 ParserRecord source,
202 Hashtable sourceServices = source.services;
214 Hashtable sourceSigs = source.signatures;
228 // Merge tables by removing anything from target that isn't in source.
231 Hashtable source) {
235 // Remove any from target that aren't in source.
240 if (source.get(tkey) == null) {
257 // Merge tables by adding everything from source into target.
260 Hashtable source) {
198 mergeQueryReturns(ParserRecord target, ParserRecord source, char op) argument
230 mergeTablesWithAnd(Hashtable target, Hashtable source) argument
259 mergeTablesWithOr(Hashtable target, Hashtable source) argument
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_profile.c143 di_prof_add_map(di_prof_t prof, const char *source, const char *target) argument
148 map[0] = (char *)source; /* 1st entry must be the source */
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s31 * Copy 4-byte aligned source to 4-byte aligned target in multiples of 4 bytes.
35 * o1 address of source
65 and %o1, 7, %o4 ! Is source 8-byte aligned?
67 bne,pt %icc, .noton8 ! Exactly one of source and target is
80 ! Section of code dealing with case where source and target are both 8-byte
84 .both8: ! Both source and target are aligned.
128 ! Section of code where either source or target, but not both, are 8-byte
134 add %o1, %o2, %g5 ! Ending address of source.
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c85 int32_t last_source, source = -1; local
165 * of nonrecov, predictive or source:
174 * 3) source will be set to unknown unless all facility
175 * nodes agree on the source
186 last_source = source;
187 if (nvlist_lookup_uint32(props, "source",
188 (uint32_t *)&source) != 0)
189 source = TOPO_SENSOR_ERRSRC_UNKNOWN;
190 if (last_source != -1 && last_source != source)
194 source
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1182 char source[MAXPATHLEN]; local
1194 strcpy(source, osDevName);
1203 if (source[0] != '/') {
1211 if (source[0] == '.' && source[1] == '/') {
1212 strcpy(scratch, source+2);
1214 strcpy(scratch, source);
1216 strcpy(source, pwd);
1217 (void) strcat(source, "/");
1218 (void) strcat(source, scratc
[all...]

Completed in 242 milliseconds

12345678910