Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 977) sorted by relevance

12345678910>>...40

/titanic_44/usr/src/cmd/make/lib/mksh/
H A Dread.cc62 get_next_block_fn(register Source source) in get_next_block_fn() argument
70 if (source == NULL) { in get_next_block_fn()
73 if ((source->fd < 0) || in get_next_block_fn()
74 ((source->bytes_left_in_file <= 0) && in get_next_block_fn()
75 (source->inp_buf_ptr >= source->inp_buf_end))) { in get_next_block_fn()
77 if (source->fd > 2) { in get_next_block_fn()
78 (void) close(source->fd); in get_next_block_fn()
86 if (source->string.free_after_use && in get_next_block_fn()
87 (source->string.buffer.start != NULL)) { in get_next_block_fn()
88 retmem(source->string.buffer.start); in get_next_block_fn()
[all …]
/titanic_44/usr/src/cmd/make/bin/
H A Dread.cc60 static void parse_makefile(register Name true_makefile_name, register Source source);
61 … push_macro_value(register Source bp, register wchar_t *buffer, int size, register Source source);
103 register Source source = ALLOC(Source); in read_simple_file() local
126 source->inp_buf = in read_simple_file()
127 source->inp_buf_ptr = in read_simple_file()
128 source->inp_buf_end = NULL; in read_simple_file()
129 source->error_converting = false; in read_simple_file()
201 source->string.free_after_use = false; in read_simple_file()
202 source->previous = NULL; in read_simple_file()
203 source->already_expanded = false; in read_simple_file()
[all …]
H A Dimplicit.cc116 register Name source; in find_suffix_rule() local
196 source = getname_fn(sourcename, FIND_LENGTH, false, &name_found); in find_suffix_rule()
202 (void) exists(source); in find_suffix_rule()
204 if (!source->stat.is_file) { in find_suffix_rule()
208 free_name(source); in find_suffix_rule()
222 if(source->string_mb[source->hash.length - 1] == '~' && in find_suffix_rule()
228 tmpbuf = getmem(source->hash.length + 8); in find_suffix_rule()
230 memset(tmpbuf,0,source->hash.length + 8); in find_suffix_rule()
231 source->string_mb[source->hash.length - 1] = '\0'; in find_suffix_rule()
232 if(p = (char *) memchr((char *)source->string_mb,'/',source->hash.length)) in find_suffix_rule()
[all …]
/titanic_44/usr/src/cmd/mv/
H A Dmv.c392 lnkfil(char *source, char *target) in lnkfil() argument
407 len = strlen(target) + strlen(dname(source)) + 4; in lnkfil()
411 "to %s %s\n"), cmd, cmd, source); in lnkfil()
415 target, dname(source)); in lnkfil()
461 if (symlink(source, target) < 0) { in lnkfil()
475 switch (chkfiles(source, &target)) { in lnkfil()
488 gettext("%s: %s is a directory\n"), cmd, source); in lnkfil()
496 if (link(source, target) < 0) { in lnkfil()
518 cpymve(char *source, char *target) in cpymve() argument
528 switch (chkfiles(source, &target)) { in cpymve()
[all …]
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.c73 __OID_copy_desc(gss_OID dest, const gss_OID_desc * const source) in __OID_copy_desc() argument
77 dest->elements = (void *)New(char, source->length); in __OID_copy_desc()
82 dest->length = source->length; in __OID_copy_desc()
85 memcpy(dest->elements, source->elements, dest->length); in __OID_copy_desc()
92 __OID_copy(gss_OID *dest, const gss_OID_desc * const source) in __OID_copy() argument
105 if (__OID_copy_desc(oid, source) != DH_SUCCESS) { in __OID_copy()
131 __OID_copy_set(gss_OID_set *dest, gss_OID_set source) in __OID_copy_set() argument
145 set->elements = New(gss_OID_desc, source->count); in __OID_copy_set()
151 set->count = source->count; in __OID_copy_set()
154 for (i = 0; i < source->count; i++) in __OID_copy_set()
[all …]
H A Doid.h42 OM_uint32 __OID_copy_desc(gss_OID dest, const gss_OID_desc * const source);
43 OM_uint32 __OID_copy(gss_OID *dest, const gss_OID_desc * const source);
45 OM_uint32 __OID_copy_set(gss_OID_set *dest, gss_OID_set source);
/titanic_44/usr/src/uts/i86pc/os/
H A Dibft.c386 iscsi_parse_ipaddr(uchar_t *source, char *dest, int *af) in iscsi_parse_ipaddr() argument
390 if (source == NULL) { in iscsi_parse_ipaddr()
394 if (source[0] == 0x00 && source[1] == 0x00 && in iscsi_parse_ipaddr()
395 source[2] == 0x00 && source[3] == 0x00 && in iscsi_parse_ipaddr()
396 source[4] == 0x00 && source[5] == 0x00 && in iscsi_parse_ipaddr()
397 source[6] == 0x00 && source[7] == 0x00 && in iscsi_parse_ipaddr()
398 source[8] == 0x00 && source[9] == 0x00 && in iscsi_parse_ipaddr()
399 (source[10] == 0xff) && (source[11] == 0xff)) { in iscsi_parse_ipaddr()
405 source[12], source[13], source[14], source[15]); in iscsi_parse_ipaddr()
413 (void) sprintf(dest, "%02x%02x:", source[i], in iscsi_parse_ipaddr()
[all …]
/titanic_44/usr/src/lib/libpp/common/
H A Dpp.def13 # source *_SOURCE baggage
17 ABI_SOURCE :source:
18 AES_SOURCE :source:
22 ALL_SOURCE :source:
33 BSD_COMPAT :source:
34 BSD_TYPES :source:
56 HPUX_SOURCE :source:
122 POSIX2_SOURCE :source:
123 POSIX_C_SOURCE :source:
124 POSIX_SOURCE :source:
[all …]
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_prop.h78 void dsl_props_set_sync_impl(struct dsl_dataset *ds, zprop_source_t source,
81 zprop_source_t source, int intsz, int numints, const void *value,
83 int dsl_props_set(const char *dsname, zprop_source_t source, nvlist_t *nvl);
85 zprop_source_t source, uint64_t value);
87 zprop_source_t source, const char *value);
89 zprop_source_t source);
92 zprop_source_t source, uint64_t value, uint64_t *newvalp);
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c308 zprop_source_t source, uint64_t value, uint64_t *newvalp) in dsl_prop_predict() argument
333 if (source & ZPROP_SRC_NONE) in dsl_prop_predict()
334 source = ZPROP_SRC_NONE; in dsl_prop_predict()
335 else if (source & ZPROP_SRC_RECEIVED) in dsl_prop_predict()
336 source = ZPROP_SRC_LOCAL; in dsl_prop_predict()
339 switch (source) { in dsl_prop_predict()
368 panic("unexpected property source: %d", source); in dsl_prop_predict()
561 zprop_source_t source, int intsz, int numints, const void *value, in dsl_prop_set_sync_impl() argument
591 if (source & ZPROP_SRC_NONE) in dsl_prop_set_sync_impl()
592 source = ZPROP_SRC_NONE; in dsl_prop_set_sync_impl()
[all …]
H A Dlz4.c37 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,
517 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, in LZ4_compressCtx() argument
527 const BYTE *ip = (BYTE *) source; in LZ4_compressCtx()
576 while ((ip > anchor) && (ref > (BYTE *) source) && in LZ4_compressCtx()
712 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, in LZ4_compress64kCtx() argument
722 const BYTE *ip = (BYTE *) source; in LZ4_compress64kCtx()
[all …]
/titanic_44/usr/src/tools/opensolaris/
H A DREADME.opensolaris.tmpl11 If you want to build the entire source tree, you will need the source,
13 be bootstrapped from your source tree.
16 kernel modules, commands) that are compatible with the source. These
17 are binaries that cannot be built using only the source tarball for
22 from source will not be usable unless you have obtained your own
26 To obtain source, ensure that you have Mercurial installed (if you do
35 To build from source, you will also need the proper compiler, and you
44 is no more than 2 builds behind the source that you're building. For
52 The buildable source contains the source for our high key-strength
59 For general questions on the buildable source, please ask on the
/titanic_44/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotetcpstate.ksh97 /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" &&
H A Dtst.ipv4remotetcp.ksh88 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
95 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest"/
101 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
108 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source"/
/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Dpro_incl.h56 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \ argument
59 ((char *)source) +srclength-len_out, \
66 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \ argument
69 ((char *)source) , \
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c245 IN const lm_dmae_address_t source, in lm_dmae_opcode() argument
253 opcode |= ((source.type == LM_DMAE_ADDRESS_GRC)?1:0) <<DMAE_CMD_SRC_SHIFT; in lm_dmae_opcode()
282 IN const lm_dmae_address_t source, in lm_dmae_command_set_block() argument
286 u64_t source_offset = lm_dmae_address_native_offset(&source); in lm_dmae_command_set_block()
322 …command->opcode = lm_dmae_opcode(pdev, block->source, block->dest, TRUE, FALSE, context->change_en… in lm_dmae_initialize_command_by_block()
324 lm_dmae_command_set_block(pdev, command, block->source, block->dest, block->length); in lm_dmae_initialize_command_by_block()
335 IN const lm_dmae_address_t source, in lm_dmae_operation_create() argument
348 if( (LM_DMAE_ADDRESS_HOST_VIRT == source.type) && (LM_DMAE_ADDRESS_HOST_VIRT == dest.type) ) in lm_dmae_operation_create()
362 operation->blocks[0].source = source; in lm_dmae_operation_create()
395 …lm_dmae_address_t source = lm_dmae_address( operation->executer_paddr.as_u64 ,LM_DMAE_ADDRESS_HOST… in lm_dmae_initialize_sgl_loader_command() local
[all …]
/titanic_44/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
110 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time
111 prefetcht0 568(%edi) / prefetch source & copy 64 byte at a time
184 prefetchnta 16384(%esi) / prefetch source & copy 64 byte at a time
206 / use unaligned load since source doesn't line up
/titanic_44/usr/src/lib/libc/port/gen/
H A Devent_port.c59 port_associate(int port, int source, uintptr_t object, int events, void *user) in port_associate() argument
62 r.r_vals = _portfs(PORT_ASSOCIATE, port, source, object, events, in port_associate()
104 port_dissociate(int port, int source, uintptr_t object) in port_dissociate() argument
107 r.r_vals = _portfs(PORT_DISSOCIATE, port, source, object, 0, 0); in port_dissociate()
126 _port_dispatch(int port, int flags, int source, int events, uintptr_t object, in _port_dispatch() argument
131 r.r_vals = _portfs(PORT_DISPATCH, port, source, events, object, in _port_dispatch()
135 source, events, object, (uintptr_t)user); in _port_dispatch()
/titanic_44/usr/src/uts/common/syscall/
H A Dmmapobjsys.c47 mmapobj_copy_64to32(mmapobj_result_t *source, mmapobj_result32_t *dest, int num) in mmapobj_copy_64to32() argument
52 dest[i].mr_addr = (caddr32_t)(uintptr_t)source[i].mr_addr; in mmapobj_copy_64to32()
53 dest[i].mr_msize = (size32_t)source[i].mr_msize; in mmapobj_copy_64to32()
54 dest[i].mr_fsize = (size32_t)source[i].mr_fsize; in mmapobj_copy_64to32()
55 dest[i].mr_offset = (size32_t)source[i].mr_offset; in mmapobj_copy_64to32()
56 dest[i].mr_prot = source[i].mr_prot; in mmapobj_copy_64to32()
57 dest[i].mr_flags = source[i].mr_flags; in mmapobj_copy_64to32()
/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c296 char source[MAXPATHLEN]; in g_get_physical_name_from_link() local
307 strcpy(source, path); in g_get_physical_name_from_link()
316 if (source[0] != '/') { in g_get_physical_name_from_link()
326 if (source[0] == '.' && source[1] == '/') { in g_get_physical_name_from_link()
327 strcpy(scratch, source+2); in g_get_physical_name_from_link()
329 strcpy(scratch, source); in g_get_physical_name_from_link()
331 strcpy(source, pwd); in g_get_physical_name_from_link()
332 strcat(source, "/"); in g_get_physical_name_from_link()
333 strcat(source, scratch); in g_get_physical_name_from_link()
339 while (cleanup_dotdot_path(source)); in g_get_physical_name_from_link()
[all …]
/titanic_44/usr/src/cmd/luxadm/
H A Dlux_util.c1182 char source[MAXPATHLEN]; in get_slash_devices_from_osDevName() local
1194 strcpy(source, osDevName); in get_slash_devices_from_osDevName()
1203 if (source[0] != '/') { in get_slash_devices_from_osDevName()
1211 if (source[0] == '.' && source[1] == '/') { in get_slash_devices_from_osDevName()
1212 strcpy(scratch, source+2); in get_slash_devices_from_osDevName()
1214 strcpy(scratch, source); in get_slash_devices_from_osDevName()
1216 strcpy(source, pwd); in get_slash_devices_from_osDevName()
1217 (void) strcat(source, "/"); in get_slash_devices_from_osDevName()
1218 (void) strcat(source, scratch); in get_slash_devices_from_osDevName()
1224 while (cleanup_dotdot_path(source)) in get_slash_devices_from_osDevName()
[all …]
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c157 int source; in port_close() local
188 for (source = 0; source < PORT_SCACHE_SIZE; source++) { in port_close()
189 ps = portq->portq_scache[PORT_SHASH(source)]; in port_close()
231 for (source = 0; source < PORT_SCACHE_SIZE; source++) { in port_close()
232 ps = portq->portq_scache[PORT_SHASH(source)]; in port_close()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_misc.c30 asn1_error_code asn1_krb5_realm_copy(krb5_principal target, krb5_principal source) in asn1_krb5_realm_copy() argument
32 target->realm.length = source->realm.length; in asn1_krb5_realm_copy()
35 memcpy(target->realm.data,source->realm.data, /* to client */ in asn1_krb5_realm_copy()
/titanic_44/usr/src/uts/i86pc/io/ioat/
H A Dioat_ioctl.c210 uint8_t *source; in ioat_ioctl_test() local
223 source = (uint8_t *)(((uintptr_t)buf + PAGEOFFSET) & PAGEMASK); in ioat_ioctl_test()
224 dest = source + buf_size; in ioat_ioctl_test()
228 source[i] = (uint8_t)(i & 0xFF); in ioat_ioctl_test()
269 (caddr_t)source)) + ((uintptr_t)dest & PAGEOFFSET); in ioat_ioctl_test()
291 (caddr_t)source)) + ((uintptr_t)source & PAGEOFFSET); in ioat_ioctl_test()
/titanic_44/usr/src/cmd/pack/
H A Dpack.c124 input(char *source) in input() argument
135 "pack: %s: read error - file unchanged: "), source); in input()
143 output(char *source) in output() argument
182 source); in output()
203 "file unchanged: "), source); in output()
245 packfile(char *source) in packfile() argument
251 if (input(source) == 0) in packfile()
269 "pack: %s: trivial file - file unchanged\n"), source); in packfile()
309 "file unchanged\n"), source); in packfile()
318 "pack: %s: no saving - file unchanged\n"), source); in packfile()
[all …]

12345678910>>...40