Home
last modified time | relevance | path

Searched refs:source (Results 26 – 50 of 1338) sorted by relevance

12345678910>>...54

/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1179 char source[MAXPATHLEN]; in get_slash_devices_from_osDevName() local
1191 strcpy(source, osDevName); in get_slash_devices_from_osDevName()
1200 if (source[0] != '/') { in get_slash_devices_from_osDevName()
1208 if (source[0] == '.' && source[1] == '/') { in get_slash_devices_from_osDevName()
1209 strcpy(scratch, source+2); in get_slash_devices_from_osDevName()
1211 strcpy(scratch, source); in get_slash_devices_from_osDevName()
1213 strcpy(source, pwd); in get_slash_devices_from_osDevName()
1246 strlen(source) + 1); in get_slash_devices_from_osDevName()
1249 source, strlen(source) + 1); in get_slash_devices_from_osDevName()
1307 strlen(source) + 1); in get_slash_devices_from_osDevName()
[all …]
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dsuspend_info.c69 *vtc->sourcep = vexit.u.suspended.source; in vcpu0_thread()
118 int source; in test_plain_suspend() local
122 .sourcep = &source, in test_plain_suspend()
139 if (source != -1) { in test_plain_suspend()
141 source, -1); in test_plain_suspend()
200 const int vcpu1_source = vexit.u.suspended.source; in test_emitted_triplefault()
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c65 static int LZ4_compressCtx(void *ctx, const char *source, char *dest,
553 const BYTE *ip = (const BYTE *) source; in LZ4_compressCtx()
602 while ((ip > anchor) && (ref > (const BYTE *) source) && in LZ4_compressCtx()
748 const BYTE *ip = (const BYTE *) source; in LZ4_compress64kCtx()
795 while ((ip > anchor) && (ref > (const BYTE *) source) && in LZ4_compress64kCtx()
937 result = LZ4_compress64kCtx(ctx, source, dest, isize, osize); in real_LZ4_compress()
939 result = LZ4_compressCtx(ctx, source, dest, isize, osize); in real_LZ4_compress()
949 return (LZ4_compress64kCtx(NULL, source, dest, isize, osize)); in real_LZ4_compress()
950 return (LZ4_compressCtx(NULL, source, dest, isize, osize)); in real_LZ4_compress()
971 const BYTE *restrict ip = (const BYTE *) source; in LZ4_uncompress_unknownOutputSize()
[all …]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c161 int source; in port_close() local
192 for (source = 0; source < PORT_SCACHE_SIZE; source++) { in port_close()
193 ps = portq->portq_scache[PORT_SHASH(source)]; in port_close()
235 for (source = 0; source < PORT_SCACHE_SIZE; source++) { in port_close()
236 ps = portq->portq_scache[PORT_SHASH(source)]; in port_close()
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dbadbuild.ok1 $AWK: syntax error at source line 1 source file badbuild.awk
4 $AWK: bailing out at source line 1
H A Dsynerr1.ok1 $AWK: syntax error at source line 4 source file synerr1.awk
4 $AWK: bailing out at source line 4
H A Dfnmisc.ok1 $AWK: syntax error at source line 11 source file fnmisc.awk
4 $AWK: bailing out at source line 11
H A Dnoparms.ok1 $AWK: syntax error at source line 1 in function x source file noparms.awk
4 $AWK: bailing out at source line 1 in function x
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
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"/
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_misc.c29 asn1_error_code asn1_krb5_realm_copy(krb5_principal target, krb5_principal source) in asn1_krb5_realm_copy() argument
31 target->realm.length = source->realm.length; in asn1_krb5_realm_copy()
34 memcpy(target->realm.data,source->realm.data, /* to client */ in asn1_krb5_realm_copy()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c965 itm_data_t *source; in map_table_indexed_fixed() local
1149 itm_data_t *source; in map_table_lookup_fixed() local
1196 j += source->size; in map_table_lookup_fixed()
1213 source->size); in map_table_lookup_fixed()
1308 itm_data_t *source; in map_table_hash() local
1353 source->size); in map_table_hash()
1370 source->size, in map_table_hash()
1476 p += source->size; in map_table_hash()
1494 source->size); in map_table_hash()
1618 (source->size + source->size) + in map_table_dense_encoding()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_ioctl.c208 uint8_t *source; in ioat_ioctl_test() local
221 source = (uint8_t *)(((uintptr_t)buf + PAGEOFFSET) & PAGEMASK); in ioat_ioctl_test()
222 dest = source + buf_size; in ioat_ioctl_test()
226 source[i] = (uint8_t)(i & 0xFF); in ioat_ioctl_test()
267 (caddr_t)source)) + ((uintptr_t)dest & PAGEOFFSET); in ioat_ioctl_test()
289 (caddr_t)source)) + ((uintptr_t)source & PAGEOFFSET); in ioat_ioctl_test()
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c122 input(char *source) in input() argument
133 "pack: %s: read error - file unchanged: "), source); in input()
141 output(char *source) in output() argument
180 source); in output()
201 "file unchanged: "), source); in output()
243 packfile(char *source) in packfile() argument
249 if (input(source) == 0) in packfile()
267 "pack: %s: trivial file - file unchanged\n"), source); in packfile()
307 "file unchanged\n"), source); in packfile()
316 "pack: %s: no saving - file unchanged\n"), source); in packfile()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dfunc.c107 if (source == NULL) { in packet_get_source()
110 source->attr_len == 0) { in packet_get_source()
115 conn->in_packet.source = source; in packet_get_source()
592 isns_tlv_t *source = conn->in_packet.source; local
807 isns_tlv_t *source = conn->in_packet.source; local
976 isns_tlv_t *source = conn->in_packet.source; local
1110 isns_tlv_t *source = conn->in_packet.source; local
1388 isns_tlv_t *source = conn->in_packet.source; local
1624 isns_tlv_t *source = conn->in_packet.source; local
1823 isns_tlv_t *source = conn->in_packet.source; local
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dquick.test4 # The author disclaims copyright to this source code. In place of
17 source $testdir/tester.tcl
43 source $testfile
51 source $testdir/misuse.test
H A Dmemleak.test4 # The author disclaims copyright to this source code. In place of
17 source $testdir/tester.tcl
65 source $testfile
89 #catch {source $testdir/misuse.test}
90 #catch {source $testdir/malloc.test}
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.h40 OM_uint32 __OID_copy_desc(gss_OID dest, const gss_OID_desc * const source);
41 OM_uint32 __OID_copy(gss_OID *dest, const gss_OID_desc * const source);
43 OM_uint32 __OID_copy_set(gss_OID_set *dest, gss_OID_set source);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c695 audio_parms_t source; in auimpl_format_setup() local
712 source = sp->s_cnv_src_parms; in auimpl_format_setup()
717 source.p_format = parms->p_format; in auimpl_format_setup()
719 source.p_rate = parms->p_rate; in auimpl_format_setup()
721 source.p_nchan = parms->p_nchan; in auimpl_format_setup()
722 uparms = &source; in auimpl_format_setup()
785 expand /= source.p_nchan; in auimpl_format_setup()
788 if (source.p_rate != target.p_rate) { in auimpl_format_setup()
793 expand /= source.p_rate; in auimpl_format_setup()
802 cnv_sampsz * source.p_nchan; in auimpl_format_setup()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.h188 #define READ_UNALIGNED_CK(dbg,dest,desttype, source, length,error,endptr) \ argument
191 Dwarf_Byte_Ptr readend = source+length; \
192 if (readend < source) { \
201 sizeof(_ltmp) - length),source, length) ; \
223 #define READ_UNALIGNED_CK(dbg,dest,desttype, source, length,error,endptr) \ argument
226 Dwarf_Byte_Ptr readend = source+length; \
227 if (readend < source) { \
238 source, length) ; \
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h716 #define UNCACHE_SOURCE() if (source != NULL) { \
717 source->string.text.p = source_p; \
719 #define CACHE_SOURCE(comp) if (source != NULL) { \
720 source_p = source->string.text.p - \
722 source_end = source->string.text.end; \
724 #define GET_NEXT_BLOCK_NOCHK(source) { UNCACHE_SOURCE(); \ argument
725 source = get_next_block_fn(source); \
728 #define GET_NEXT_BLOCK(source) { GET_NEXT_BLOCK_NOCHK(source); \ argument
729 if (source != NULL && source->error_converting) { \
733 #define GET_CHAR() ((source == NULL) || \
/illumos-gate/usr/src/cmd/sendmail/db/
H A DLICENSE23 * Redistribution and use in source and binary forms, with or without
26 * 1. Redistributions of source code must retain the above copyright
32 * how to obtain complete source code for the DB software and any
33 * accompanying software that uses the DB software. The source code
37 * executable file, complete source code means the source code for all
38 * modules it contains. It does not mean source code for modules or
59 * Redistribution and use in source and binary forms, with or without
62 * 1. Redistributions of source code must retain the above copyright
91 * Redistribution and use in source and binary forms, with or without
94 * 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c284 pkevp->portkev_source = source; in port_alloc_event()
317 port_alloc_event_local(port_t *pp, int source, int flags, in port_alloc_event_local() argument
339 pkevp->portkev_source = source; in port_alloc_event_local()
353 port_alloc_event_block(port_t *pp, int source, int flags, in port_alloc_event_block() argument
375 pkevp->portkev_source = source; in port_alloc_event_block()
691 port_associate_ksource(int port, int source, port_source_t **portsrc, in port_associate_ksource() argument
710 ps = &pp->port_queue.portq_scache[PORT_SHASH(source)]; in port_associate_ksource()
712 if (pse->portsrc_source == source) in port_associate_ksource()
724 pse->portsrc_source = source; in port_associate_ksource()
747 port_dissociate_ksource(int port, int source, port_source_t *ps) in port_dissociate_ksource() argument
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java199 ParserRecord source, in mergeQueryReturns() argument
202 Hashtable sourceServices = source.services; in mergeQueryReturns()
214 Hashtable sourceSigs = source.signatures; in mergeQueryReturns()
231 Hashtable source) { in mergeTablesWithAnd() argument
240 if (source.get(tkey) == null) { in mergeTablesWithAnd()
260 Hashtable source) { in mergeTablesWithOr() argument
262 Enumeration en = source.keys(); in mergeTablesWithOr()
267 target.put(skey, source.get(skey)); in mergeTablesWithOr()
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_property.c172 char source[ZFS_MAX_DATASET_NAME_LEN]; in create_BasicProperty() local
179 sizeof (propbuf), &srctype, source, sizeof (source), 1); in create_BasicProperty()
186 zhp, prop, &value, &srctype, source, sizeof (source)); in create_BasicProperty()
206 jstring propSource = (*env)->NewStringUTF(env, source); in create_BasicProperty()
265 char source[ZFS_MAX_DATASET_NAME_LEN]; in create_ObjectProperty() local
272 sizeof (propbuf), &srctype, source, sizeof (source), 1); in create_ObjectProperty()
279 zhp, prop, &value, &srctype, source, sizeof (source)); in create_ObjectProperty()
293 jstring propSource = (*env)->NewStringUTF(env, source); in create_ObjectProperty()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c583 char *source = NULL, *dummy_val = NULL, *target = NULL; in __profile_remove_xrealm_mapping() local
603 code = profile_iterator(&state, &source, &dummy_val); in __profile_remove_xrealm_mapping()
604 if (code == 0 && source != NULL) { in __profile_remove_xrealm_mapping()
605 hierarchy[1] = source; in __profile_remove_xrealm_mapping()
635 if (source != NULL) { in __profile_remove_xrealm_mapping()
636 profile_release_string(source); in __profile_remove_xrealm_mapping()
637 source = NULL; in __profile_remove_xrealm_mapping()
655 if (source != NULL) in __profile_remove_xrealm_mapping()
656 profile_release_string(source); in __profile_remove_xrealm_mapping()
743 if (profile == NULL || source == NULL || target == NULL || in __profile_add_xrealm_mapping()
[all …]

12345678910>>...54