Searched refs:source (Results 51 - 75 of 248) sorted by relevance

12345678910

/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(); \
725 source = get_next_block_fn(source); \
728 #define GET_NEXT_BLOCK(source) { GET_NEXT_BLOCK_NOCHK(source); \
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s40 movl 12(%esp),%esi / %esi = source address
64 movl 8+ 8(%esp),%esi / source buffer address
67 cmpl %esi,%edi / if (source addr > dest addr)
77 movl %esi,%ecx / get source buffer 4 byte aligned
112 movl %ecx,%esi / align source w/byte copy
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c281 * from source to target until we come upon either a NULL or whitespace is
282 * found in the source string, or we run out of room in the target.
286 copydomain(char *source, char *target, int len) argument
291 if (source)
292 for (n = 0; *source != '\0' && n < len; n++)
293 if (isspace((int)*source))
296 *target++ = *source++;
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c296 char source[MAXPATHLEN]; local
307 strcpy(source, path);
316 if (source[0] != '/') {
326 if (source[0] == '.' && source[1] == '/') {
327 strcpy(scratch, source+2);
329 strcpy(scratch, source);
331 strcpy(source, pwd);
332 strcat(source, "/");
333 strcat(source, scratc
[all...]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc121 register Source source = &sourceb; local
197 source->string.text.p = ++source_p;
200 expand_macro(source, destination, sourceb.string.buffer.start, cmd);
209 GET_NEXT_BLOCK_NOCHK(source);
210 if (source == NULL) {
215 if (source->error_converting) {
228 * expand_macro(source, destination, current_string, cmd)
230 * Should be called with source->string.text.p pointing to
232 * source->string.text.p is returned pointing to the first char after
243 * source Th
259 expand_macro(register Source source, register String destination, wchar_t *current_string, Boolean cmd) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c570 * where source is the source realm for the capath
572 * where inter is the intermediate realm between the source and target
573 * realms. If the source and target share x-realm keys then this set to "."
574 * Note: for the remove function, all associated source, target, and
583 char *source = NULL, *dummy_val = NULL, *target = NULL; local
603 code = profile_iterator(&state, &source, &dummy_val);
604 if (code == 0 && source != NULL) {
605 hierarchy[1] = source;
635 if (source !
737 __profile_add_xrealm_mapping(profile_t profile, char *source, char *target, char *inter) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c86 * Called from pollwakeup(PORT_SOURCE_FD source) to determine
137 * the event itself and to the event source management is stored in the
194 * For PORT_SOURCE_FD source, we don't need to call pollwakeup()
195 * here as it will result in a recursive call(PORT_SOURCE_FD source
220 * For that reason the event source should allocate an event slot as early
226 * It is also recommended to associate the event source with the port
236 * This type of event will be use for private use of the event source.
239 * The event source must free this structure using port_free_event().
241 * This type of events is used when the event source helds an own
245 * The event source mus
248 port_alloc_event(int port, int flags, int source, port_kevent_t **pkevpp) argument
318 port_alloc_event_local(port_t *pp, int source, int flags, port_kevent_t **pkevpp) argument
354 port_alloc_event_block(port_t *pp, int source, int flags, port_kevent_t **pkevpp) argument
695 port_associate_ksource(int port, int source, port_source_t **portsrc, void (*port_src_close)(void *, int, pid_t, int), void *arg, int (*port_src_associate)(port_kevent_t *, int, int, uintptr_t, void *)) argument
751 port_dissociate_ksource(int port, int source, port_source_t *ps) argument
[all...]
H A Discsiboot_prop.c50 static int replace_sp_c(unsigned char *dst, unsigned char *source, size_t n);
334 static int replace_sp_c(unsigned char *dst, unsigned char *source, size_t n) argument
339 if (source == NULL || dst == NULL || n == 0) {
343 for (p = source; *p != '\0'; p++, i++) {
/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.c155 void zmemcpy(dest, source, len)
157 const Bytef* source;
162 *dest++ = *source++; /* ??? to be unrolled */
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_property.c172 char source[ZFS_MAX_DATASET_NAME_LEN]; local
179 sizeof (propbuf), &srctype, source, sizeof (source), 1);
186 zhp, prop, &value, &srctype, source, sizeof (source));
206 jstring propSource = (*env)->NewStringUTF(env, source);
265 char source[ZFS_MAX_DATASET_NAME_LEN]; local
272 sizeof (propbuf), &srctype, source, sizeof (source), 1);
279 zhp, prop, &value, &srctype, source, sizeo
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c394 "length of source sequences must be the same\n"));
604 /* error source sequence */
623 /* map source has range */
628 gettext("length of source range must be "
639 gettext("source range error: 0x%1$s 0x%2$s\n"),
758 gettext("ranges of source sequences "
776 " but length of source data is not fixed\n"));
810 * for small source sequence,
819 gettext("length of source is too long "
842 gettext("length of source i
965 itm_data_t *source; local
1149 itm_data_t *source; local
1308 itm_data_t *source; local
1608 itm_data_t *source; local
[all...]
/illumos-gate/usr/src/common/ficl/softcore/
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/
43 static int real_LZ4_compress(const char *source, char *dest, int isize,
45 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
47 static int LZ4_compressCtx(void *ctx, const char *source, char *dest,
49 static int LZ4_compress64kCtx(void *ctx, const char *source, char *dest,
117 * (necessarily <= maxOutputSize). If the source stream is
494 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, argument
504 const BYTE *ip = (BYTE *) source;
689 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
870 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
909 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, int maxOutputSize) argument
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dfunc.c92 * get the source attributes of the packet.
107 isns_tlv_t *source = pdu_get_source(pdu); local
109 if (source == NULL) {
111 } else if (source->attr_id != ISNS_ISCSI_NAME_ATTR_ID ||
112 source->attr_len == 0) {
117 conn->in_packet.source = source;
621 isns_tlv_t *source = conn->in_packet.source; local
658 iscsi_name = (uchar_t *)&source
838 isns_tlv_t *source = conn->in_packet.source; local
1009 isns_tlv_t *source = conn->in_packet.source; local
1145 isns_tlv_t *source = conn->in_packet.source; local
1435 isns_tlv_t *source = conn->in_packet.source; local
1673 isns_tlv_t *source = conn->in_packet.source; local
1874 isns_tlv_t *source = conn->in_packet.source; local
1993 isns_tlv_t *source = conn->in_packet.source; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ruleval.h50 __nis_rule_value_t *source);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.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/
38 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
187 LZ4_uncompress_unknownOutputSize(const char *source, argument
191 const BYTE *restrict ip = (const BYTE *) source;
230 * Error : request to read beyond source
315 return (int)(-(((char *)ip) - source));
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrmsg.h85 char vsource; /* source information, including prefix */
93 char *envsource; /* source from ERRSOURCE environment variable */
94 char *source; /* usually command name */ member in struct:Err
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c97 char source[PATH_MAX+1]; local
107 * Generate local (delivered source) paths for files
115 source[0] = '~';
116 (void) strcpy(&source[1], ept->path);
117 ept->ainfo.local = pathdup(source);
143 * Deal with source for hard and soft links.
168 * For the paths (both source and target) that were too mundane to
/illumos-gate/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c40 kivoid_to_sock(int af, void *source, void *dest) argument
45 if (source == NULL || dest == NULL) {
50 (void) bcopy(source, &sin->sin_addr,
55 (void) bcopy(source, &sin6->sin6_addr,
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c695 audio_parms_t source; local
712 source = sp->s_cnv_src_parms;
717 source.p_format = parms->p_format;
719 source.p_rate = parms->p_rate;
721 source.p_nchan = parms->p_nchan;
722 uparms = &source;
734 * At least one of the source or target are S24_NE.
743 if (source.p_format != AUDIO_FORMAT_S24_NE) {
745 if (source.p_format == info->format) {
749 /* save source fram
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp77 ! %o0 source PA
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxcsu.S5 # Redistribution and use in source and binary forms are freely
H A Dbtxsys.s5 # Redistribution and use in source and binary forms are freely
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxetramp.s5 # Redistribution and use in source and binary forms are freely
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
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/
38 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
202 LZ4_uncompress_unknownOutputSize(const char *source, argument
206 const BYTE *restrict ip = (const BYTE *) source;
242 * Error : request to read beyond source
327 return (int)(-(((char *)ip) - source));
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c105 "that these types of processes can be a source of " \
1061 char source[PATH_MAX]; local
1071 (void) snprintf(source, sizeof (source),
1074 (void) snprintf(source, sizeof (source),
1077 (void) snprintf(source, sizeof (source),
1080 if (cverify(0, &ept->ftype, source, &ept->cinfo, 1)) {
1083 progerr(gettext(ERR_BADFILE), source); local
[all...]

Completed in 267 milliseconds

12345678910