Searched defs:src (Results 401 - 425 of 569) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
586 * Caller of this should ensure that the string pointed by src
591 kstat_named_setstr(kstat_named_t *knp, const char *src) argument
596 (void *)knp, (void *)src);
598 KSTAT_NAMED_STR_PTR(knp) = (char *)src;
599 if (src != NULL)
600 KSTAT_NAMED_STR_BUFLEN(knp) = strlen(src) + 1;
606 kstat_set_string(char *dst, const char *src) argument
609 (void) strncpy(dst, src, KSTAT_STRLE
[all...]
H A Dsig.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2748 siginfo_kto32(const k_siginfo_t *src, siginfo32_t *dest) argument
2755 dest->si_signo = src->si_signo;
2756 if ((dest->si_code = src->si_code) == SI_NOINFO)
2763 if (SI_FROMUSER(src)) {
2764 dest->si_pid = src->si_pid;
2765 dest->si_ctid = src->si_ctid;
2766 dest->si_zoneid = src->si_zoneid;
2767 dest->si_uid = src
2819 siginfo_32tok(const siginfo32_t *src, k_siginfo_t *dest) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
476 FILE *src, *dst; local
506 if ((src = fopen(SMB_PASSWD, "rF")) == NULL) {
525 while (smb_pwd_fgetent(src, &pwbuf, SMB_PWD_GETF_ALL) != NULL) {
537 (void) fclose(src);
556 (void) fclose(src);
562 (void) fclose(src);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c370 struct sockaddr **gate, struct sockaddr **mask, struct sockaddr **src,
413 *src = sa;
502 struct sockaddr *dst = NULL, *gate = NULL, *mask = NULL, *src = NULL; local
511 &mask, &src, &ifp) != 0) {
369 ndp_extract_sockaddrs(struct rt_msghdr *rtm, struct sockaddr **dst, struct sockaddr **gate, struct sockaddr **mask, struct sockaddr **src, struct sockaddr_dl **ifp) argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
301 uint8_t *dst, *src; local
305 src = (uint8_t *)srcraw;
307 b1 = src[i];
308 b2 = src[len - i - 1];
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
250 fpregset_nto32(const fpregset_t *src, fpregset32_t *dst) argument
252 fxsave_to_fpregset32((struct fxsave_state *)src, dst);
254 src->fp_reg_set.fpchip_state.status;
256 src->fp_reg_set.fpchip_state.xstatus;
260 fpregset_32ton(const fpregset32_t *src, fpregset_t *dst) argument
262 fpregset32_to_fxsave(src, (struct fxsave_state *)dst);
264 src->fp_reg_set.fpchip_state.status;
266 src
537 ucontext_32ton(const ucontext32_t *src, ucontext_t *dst) argument
[all...]
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
75 static void fpuregset_32ton(const fpregset32_t *src, fpregset_t *dest,
1719 fpuregset_nto32(const fpregset_t *src, fpregset32_t *dest, struct fq32 *dfq) argument
1725 dest->fpu_fr.fpu_regs[i] = src->fpu_fr.fpu_regs[i];
1727 dest->fpu_fsr = (uint32_t)src->fpu_fsr;
1728 dest->fpu_qcnt = src->fpu_qcnt;
1730 dest->fpu_en = src->fpu_en;
1732 if ((src->fpu_qcnt) && (dfq != NULL)) {
1733 struct _fq *sfq = src
1750 fpuregset_32ton(const fpregset32_t *src, fpregset_t *dest, const struct fq32 *sfq, struct _fq *dfq) argument
1776 ucontext_32ton(const ucontext32_t *src, ucontext_t *dest, const struct fq32 *sfq, struct _fq *dfq) argument
1821 rwindow_nto32(struct rwindow *src, struct rwindow32 *dest) argument
1832 rwindow_32ton(struct rwindow32 *src, struct rwindow *dest) argument
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
225 char *src,
2060 * Copy a string of characters from src to dst, for at
2068 char *src,
2073 while (*src == ' ' && n > 0) {
2074 src++;
2078 for (i = 0; n-- > 0 && isascii(*src) && isprint(*src); src
2066 strcopy( char *dst, char *src, int n) argument
[all...]
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1982 open_source(char *src) argument
1987 if ((srcfd = open(src, O_RDONLY)) == -1) {
1995 " %s: "), cmd, src);
2009 open_target_srctarg_attrdirs(char *src, char *targ) argument
2038 " directory for %s: "), cmd, src);
2055 "of file %s: "), cmd, src);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1399 grub_memcpy(void *dest, const void *src, int len) argument
1402 register char *d = (char*)dest, *s = (char*)src;
1461 grub_strcpy (char *dest, const char *src) argument
1463 grub_memmove (dest, src, grub_strlen (src) + 1);
1471 void *memcpy (void *dest, const void *src, int n) __attribute__ ((alias ("grub_memmove")));
H A Ddisk_io.c1299 char *dst, *src; local
1305 src = (char *) SCRATCHADDR + BOOTSEC_PART_OFFSET;
1307 *dst++ = *src++;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c1147 // src from base - 64 numbers into three 8 bit bytes in the target area.
1151 mDNSlocal mDNSs32 DNSDigest_Base64ToBin(const char *src, mDNSu8 *target, mDNSu32 targsize) argument
1159 while ((ch = *src++) != '\0') {
1219 ch = *src++; /* Skip it, get next. */
1227 for ((void)mDNSNULL; ch != '\0'; ch = *src++)
1233 ch = *src++; /* Skip the = */
1242 for ((void)mDNSNULL; ch != '\0'; ch = *src++)
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
325 int dst, src; local
332 for (src = 0; src < strlen((char *)sbuf) && dst < dbuf_size; src++) {
333 if (sbuf[src] != '%') {
334 dbuf[dst++] = sbuf[src];
338 switch (sbuf[++src]) {
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
178 estrcpy(char *dst, char *src, size_t dlen) argument
182 slen = strlcpy(dst, src, dlen);
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c83 const char *src = s_start; local
84 uint32_t bufsiz = BE_IN32(src);
94 return (LZ4_uncompress_unknownOutputSize(&src[sizeof (bufsiz)],
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c291 sparc64_copyin(const void *src, vm_offset_t dest, size_t len) argument
295 memcpy((void *)dest, src, len);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c79 const char *src = s_start; local
80 uint32_t bufsiz = BE_IN32(src);
90 return (LZ4_uncompress_unknownOutputSize(&src[sizeof (bufsiz)],
H A Dzap.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
146 void (*transfer_func)(const uint64_t *src, uint64_t *dst, int n),
320 zap_ptrtbl_transfer(const uint64_t *src, uint64_t *dst, int n) argument
324 uint64_t lb = src[i];
145 zap_table_grow(zap_t *zap, zap_table_phys_t *tbl, void (*transfer_func)(const uint64_t *src, uint64_t *dst, int n), dmu_tx_t *tx) argument
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
377 int32_t src, dest; local
387 adrm_char(adr, (char *)&src, 4);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
875 copy_bigint_attr(biginteger_t *src, biginteger_t *dst) argument
878 if ((src->big_value != NULL) &&
879 (src->big_value_len > 0)) {
882 * to src's.
884 dst->big_value = src->big_value;
885 dst->big_value_len = src->big_value_len;
888 * After the copy, nullify the src's big_value pointer.
891 src
900 get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src) argument
925 get_cert_attr_from_template(cert_attr_t **dest, CK_ATTRIBUTE_PTR src) argument
964 get_cert_attr_from_object(cert_attr_t *src, CK_ATTRIBUTE_PTR template) argument
4544 cert_attr_t src; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c250 local_uuid_copy(TSS_UUID *dst, TSS_UUID *src) argument
255 tss_uuid_convert_from(src, usrc);
273 local_copy_file(char *dst, char *src) argument
282 fsrc = fopen(src, "r");
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
215 remove_ldap(char *dst, char *src, int dst_buf_len) argument
219 if (strlen(src) >= dst_buf_len)
222 while (*src != '\0') {
224 if (isspace(*src)) {
225 dst[i++] = *src;
226 while (isspace(*src))
227 src++;
231 if (strncmp(src, "lda
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
451 char src[32], buf[32], *dst = buf; local
461 (void) ctime_r(&sec, src, sizeof (src));
467 *dst++ = src[i];
473 *dst++ = src[i];
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2162 pool_exec_query(const pool_conf_t *conf, const pool_elem_t *src, argument
2165 return (conf->pc_prov->pc_exec_query(conf, src, src_attr, classes,
2248 choose_components(pool_resource_t *src, pool_resource_t *dst, uint64_t size) argument
2253 pool_conf_t *conf = TO_CONF(TO_ELEM(src));
2258 * Get the component list from our src component.
2260 if ((components = pool_query_resource_components(conf, src, &ncomponent,
2274 if (pool_resource_xtransfer(conf, src, dst, moved) ==
2288 if (pool_resource_xtransfer(conf, src, ds
2311 setup_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, uint64_t size, uint64_t *src_size, uint64_t *tgt_size) argument
2374 pool_resource_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
2416 pool_resource_xtransfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, pool_component_t **rl) argument
[all...]
H A Dpool_xml.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
179 const pool_elem_t *src, const char *src_attr,
1740 pool_xml_res_transfer(pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
1751 pool_xml_res_xtransfer(pool_resource_t *src, pool_resource_t *tgt, argument
2087 * src - the root of the search, if NULL that means whole document
2094 pool_xml_exec_query(const pool_conf_t *conf, const pool_elem_t *src, argument
2100 pool_xml_elem_t *pxe = (pool_xml_elem_t *)src;
2121 element_class_tags[src->pe_class], src_attr) != PO_TRUE) {
2139 if (pool_build_xpath_buf(prov, src, PEC_SYSTE
2259 pool_build_xpath_buf(pool_xml_connection_t *prov, const pool_elem_t *src, pool_elem_class_t class, pool_value_t *props[], char_buf_t *cb, int is_ref) argument
[all...]

Completed in 331 milliseconds

<<11121314151617181920>>