Searched refs:source (Results 76 - 100 of 248) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/cat/
H A Dcat.c79 struct stat source, target; local
251 * Stat source to make sure it is defined.
254 if (fstat(fileno(fi), &source) < 0) {
265 * If the source is not a character special file, socket or a
273 IDENTICAL(target, source)) {
285 ibsize = source.st_blksize;
295 estatus = cat(fi, &source, &target,
302 * If the input is not stdin, close the source file.
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
580 z_streamp source));
582 Sets the destination stream as a complete copy of the source stream.
592 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
593 (such as zalloc being NULL). msg is left unchanged in both source and
604 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
624 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
639 specific input data. Read the deflate.c source code for the meaning of the
667 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c30 * Portions of this source code were derived from Berkeley
66 * The -s option is used to specify a source domain which may be
119 char *source = NULL; variable
173 -s domainname is a source for the map that is same across domains\n\
269 if (!source)
270 source = domain;
466 source = *argv;
469 if (strlen(source) > YPMAXDOMAIN) {
552 if (err = __yp_master_rsvdport(source, map, &master)) {
557 yp_unbind(source);
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DNS.c256 char *source; /* name service derived from */ member in struct:ns_printer
342 printer->source = "nis";
432 printer->source = "nis";
498 printer->source = strdup("ldap");
521 printer->source = strdup("ldap");
545 printer->source = strdup("ldap");
645 printer->source = strdup("ldap");
689 printer->source = strdup("ldap");
750 printer->source = strdup("ldap");
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c444 wchar_t *source, *to; local
453 for (source = ap[1]; *source; source++) {
457 if (*source == *i)
466 *sink++ = *source;
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.h228 char* source,
238 char* source,
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.h90 HalDevice *source);
93 HalDevice *source,
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h148 int dsl_dir_set_quota(const char *ddname, zprop_source_t source,
150 int dsl_dir_set_reservation(const char *ddname, zprop_source_t source,
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
662 avila_read(char *dest, unsigned source, unsigned length) argument
664 if (dskinf.use_lba == 0 && source == 0)
665 source++;
668 (u_int32_t)dest, source, length);
672 cfcmd(ATA_READ, (source >> 8) & 0xffff, source >> 24,
673 source & 0xff, 1, 0);
681 source
[all...]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns.h148 char *source; /* name service derived from */ member in struct:ns_printer
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_002_pos.ksh81 typeset source=$(get_source $prop $dtst)
83 "$source" != "inherited from $inherited_dtst" ]]
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
182 ..\..\source\os_specific\service_layers\oswinxf.c(701) : {937} normal block at 0x002E9190, 40 bytes long.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.h48 * command that contains a GRC/PCI source, a GRC/PCI
187 * A source/target address for a DMA operation.
211 lm_dmae_address_t source; member in struct:_lm_dmae_block_t
277 * single-block transfer (in which case it has a single source
279 * composed of multiple SGEs, each having a single source and a
296 /**TRUE if the source is a block of length DMAE_MAX_RW_SIZE_E1 /
298 * case the source block will be duplicated as many times as
527 * @param source the source for this DMAE operation
530 * @param replicate_source TRUE if the source i
[all...]
/illumos-gate/usr/src/lib/libadt_jni/common/
H A Dadt_jni.c225 adt_session_data_t *source, *dest; local
228 if (j2c_pointer(env, jsource, (caddr_t *)&source))
231 if (adt_dup_session(source, &dest)) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.c152 void ZLIB_INTERNAL zmemcpy(dest, source, len)
154 const Bytef* source;
159 *dest++ = *source++; /* ??? to be unrolled */
H A Dzlib.h18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
632 z_streamp source));
634 Sets the destination stream as a complete copy of the source stream.
644 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
645 (such as zalloc being Z_NULL). msg is left unchanged in both source and
656 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
691 specific input data. Read the deflate.c source code for the meaning of the
724 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpci.esc312 event error.io.pci.source-dpdata-u@PCIFN;
313 event error.io.pci.f-source-dpdata-u@PCIFN;
314 event error.io.pci.f-source-dpdata-u@PCIFN/PCIFN;
315 event error.io.pci.deg-source-dpdata-u@PCIFN;
316 event error.io.pci.deg-source-dpdata-u@PCIFN/PCIFN;
317 event error.io.pci.nf-source-dpdata-u@PCIFN;
318 event error.io.pci.nf-source-dpdata-u@PCIFN/PCIFN;
396 error.io.pci.f-source-dpdata-u@PCIFN;
398 prop error.io.pci.f-source-dpdata-u@PCIFN (1)->
399 error.io.pci.f-source
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s144 ! with odd alignment between source and destnation
150 ! l0 size in bits of upper part of source word (US)
151 ! l1 size in bits of lower part of source word (LS = 32 - US)
164 ! both source and destination addresses are unaligned
166 1: ! align source
167 ldub [%i0], %i3 ! read a byte from source address
168 add %i0, 1, %i0 ! increment source address
170 btst 3, %i0 ! is source aligned?
171 add %l0, 8, %l0 ! increment size of upper source (US)
178 add %i0, 4, %i0 ! increment source addres
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c319 char *source; local
322 source = (char *)alias;
324 if (!source)
326 source = "";
330 return(buildDBName(source, dbname));
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c1068 char source[MAXPATHLEN]; local
1079 strcpy(source, path);
1088 if (source[0] != '/') {
1098 if (source[0] == '.' && source[1] == '/') {
1099 strcpy(scratch, source+2);
1101 strcpy(scratch, source);
1103 strcpy(source, pwd);
1104 (void) strcat(source, "/");
1105 (void) strcat(source, scratc
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1896 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, char **source) argument
1901 *source = NULL;
1905 (void) nvlist_lookup_string(nv, ZPROP_SOURCE, source);
1910 *source = "";
1917 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, char **source) argument
1922 *source = NULL;
1926 (void) nvlist_lookup_string(nv, ZPROP_SOURCE, source);
1931 *source = "";
1964 * the source "temporary".
1968 char **source, uint64_
1967 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, char **source, uint64_t *val) argument
2156 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source, char *statbuf, size_t statlen) argument
2336 char *source = NULL; local
2656 char *source; local
2680 char *source; local
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
794 unsigned int source; local
855 * old (=source) and new (=dest) new keyword/tag
859 source = offset + taglen;
865 source = dest = 0;
874 source = offset + pos + 3 + keylen;
880 source = offset + pos + 3 + keylen;
897 source = offset + pos;
904 if (used + dest > size + source) {
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_convert.h74 #define CMPLTV(dest, source) \
76 (dest).tv_sec = (int32_t)(source).tv_sec; \
77 (dest).tv_usec = (int32_t)(source).tv_usec; \
81 #define EXPLTV(dest, source) \
83 (dest).tv_sec = (long)(source).tv_sec; \
84 (dest).tv_usec = (long)(source).tv_usec; \
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c139 * This determines if the source of the mount is from another host. If it's
145 is_remote_src(char *source) argument
157 if (source[0] == '/')
160 if (strchr(source, ':') == NULL)
163 src_ptr = source;
175 if (strncmp(source, host_name, hn_len) == 0 &&
176 *(source+hn_len) == ':' || is_local_host(source_host))
220 return ("unknown source");
236 return ("unknown source");
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServerDATable.java165 * @param source The address of the source.
168 void forwardSAMessage(SrvLocMsg msg, InetAddress source) argument
176 if (!conf.isLocalHostSource(source)) {
243 if (!source.equals(addr)) {

Completed in 265 milliseconds

12345678910