Searched defs:src (Results 201 - 225 of 569) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c431 pkinit_copy_krb5_octet_data(krb5_octet_data *dst, const krb5_octet_data *src) argument
433 if (dst == NULL || src == NULL)
435 if (src->data == NULL) {
440 dst->data = malloc(src->length);
443 (void) memcpy(dst->data, src->data, src->length);
444 dst->length = src->length;
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c374 uint32_t src, dst, ctl, len, sum, off; local
390 src = dr[cnt].dr_pbase;
424 src = dr[cnt].dr_pbase;
434 sum = ctl ^ src ^ dst;
439 ipw2200_csr_put32(sc, IPW2200_CSR_AUTOINC_DATA, src);
444 src += mlen;
/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.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.
547 promplat_bcopy(const void *src, void *dst, size_t count) argument
549 bcopy(src, dst, count);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_memlist.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.
27 * XXX This stuff should be in usr/src/common, to be shared by boot
289 * Subsume memlist src into memlist dest
292 memlist_subsume(struct memlist **src, struct memlist **dest) argument
296 head = *src;
303 *src = 0;
307 * Merge memlist src into memlist dest; don't destroy src
310 memlist_merge(struct memlist **src, struc argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.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.
172 struct memlist *src; local
185 for (src = phys_install; src; src = src->ml_next) {
186 if (memscrub_add_span(src->ml_address, src->ml_size)) {
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.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.
119 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dst) argument
126 dst[REG_DS] = (uint16_t)src[DS];
127 dst[REG_ES] = (uint16_t)src[ES];
129 dst[REG_GS] = (uint16_t)src[GS];
130 dst[REG_FS] = (uint16_t)src[FS];
131 dst[REG_SS] = (uint16_t)src[SS];
132 dst[REG_RSP] = (uint32_t)src[UESP];
134 (rp->r_ps & ~PSL_USERMASK) | (src[EF
[all...]
/illumos-gate/usr/src/cmd/logadm/
H A Dkw.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.
188 * kw_expand -- expand src into dst with given n value for $n (or $N)
190 * n == -1 means expand src into a reglob
196 kw_expand(struct fn *src, struct fn *dst, int n, boolean_t gz) argument
205 while ((c = fn_getc(src)) != '\0')
232 switch (c = fn_getc(src)) {
248 if (c == 'N' || !islower(fn_peekc(src))) {
272 while (islower(fn_peekc(src)))
273 fn_putc(kw, fn_getc(src));
400 struct fn *src = fn_new(NULL); local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.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.
112 static void fcoei_fill_fcp_resp(uint8_t *src, uint8_t *dest, int size);
829 * src = frm payload in link format
844 uint8_t *src = frm->frm_payload; local
854 els_code->ls_code = FCOE_B2V_1(src);
898 els_logi->common_service.fcph_version = FCOE_B2V_2(src +
901 els_logi->common_service.btob_credit = FCOE_B2V_2(src +
904 els_logi->common_service.cmn_features = FCOE_B2V_2(src +
907 els_logi->common_service.rx_bufsize = FCOE_B2V_2(src
1079 fcoei_fill_fcp_resp(uint8_t *src, uint8_t *dest, int size) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.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.
97 * Copies len bytes from src to dst such that dst contains the bytes
98 * from src in reverse order.
106 uint8_t *src = (uint8_t *)srcbuf; local
110 src += len;
113 *dst++ = *(--src);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.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.
350 char *src, *dest; local
352 src = path;
357 while (*src != '\0') {
358 if (!found && smb_vss_is_gmttoken(src)) {
359 src += SMB_VSS_GMT_SIZE - 1;
360 if (*src == '/')
361 src += 1;
365 *dest = *src;
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c55 * See the comments in usr/src/cmd/localedef/collate.c for further
380 _collate_wxfrm(const struct lc_collate *lcc, const wchar_t *src, wchar_t *xf, argument
394 assert(src);
416 t = src;
530 _collate_sxfrm(const wchar_t *src, char *xf, size_t room, locale_t loc) argument
546 assert(src);
568 t = src;
H A Dlocaleimpl.c376 duplocale(locale_t src) argument
385 if (src == NULL) {
387 src = ___global_locale;
390 loc->locdata[i] = src->locdata[i];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
102 struct in_addr *src, struct in_addr *dst)
117 /* 3 = 1 (code) + 1 (len) + 1 (ptr) of src route opt. */
173 bcopy((char *)src,
617 * target address is not the src address of the
663 * not the src address of the replies. Use icmp_seq to find out
728 * 4 bytes of it to see the src/dst ports
789 * 4 bytes of it to see the src/dst ports
928 * target address is not the src addres
101 set_IPv4_options(int sock, union any_in_addr *gw_IP_list, int gw_count, struct in_addr *src, struct in_addr *dst) argument
[all...]
/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.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.
299 smp_phy_event_src_str(smp_phy_event_source_t src, boolean_t *peak_detector) argument
305 switch (src) {
/illumos-gate/usr/src/lib/libipp/
H A Dlibipp.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
628 char **src; local
645 if ((rc = nvlist_lookup_string_array(nvlp, adp->name, &src,
667 if ((dst[i] = strdup(src[i])) == NULL) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c720 bufcat_id(struct html *h, const char *src) argument
725 for (; '\0' != *src; src++)
726 bufncat(h, *src == ' ' ? "_" : src, 1);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.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.
702 in6_addr_t src; member in struct:__anon116
712 arg.src = connp->conn_laddr_v6;
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfirewire.c57 struct crom_src src; member in struct:crom_src_buf
212 struct crom_src *src; local
220 src = &sc->crom_src_buf->src;
221 bzero(src, sizeof(struct crom_src));
224 src->hdr.info_len = 4;
226 src->businfo.bus_name = CSR_BUS_NAME_IEEE1394;
228 src->businfo.irmc = 1;
229 src->businfo.cmc = 1;
230 src
253 struct crom_src *src; local
286 struct crom_src *src; local
307 struct crom_src *src; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.c249 rdata[0].src = LINUX_BZIMAGE_ADDR;
252 rdata[1].src = linux_data_tmp_addr;
256 rdata[2].src = 0;
260 rdata[0].src = linux_data_tmp_addr;
264 rdata[1].src = 0;
284 char *src, *dst; local
340 src = arg;
342 if (src != NULL) {
343 while (*src != 0 && dst < (char *)
345 *(dst++) = *(src
[all...]
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.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.
904 FILE *src; local
938 if ((src = fopen(SHADOW, "rF")) == NULL) {
949 while (fgetspent_r(src, &cur, buf, sizeof (buf)) != NULL) {
958 (void) fclose(src);
964 (void) fclose(src);
1009 FILE *src, *dst; local
1031 if ((src = fopen(PASSWD, "rF")) == NULL) {
1042 while (fgetpwent_r(src,
1144 FILE *src; /* history database file */ local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c594 template_copy(TEMPLATE *dest, TEMPLATE *src) { argument
597 if (! dest || ! src) {
600 node = src->attribute_list;
986 template_merge(TEMPLATE *dest, TEMPLATE **src) argument
991 if (! dest || ! src) {
994 node = (*src)->attribute_list;
1007 (void) template_free(*src);
1008 *src = NULL;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c57 static int addstr(const char *src, size_t len,
1210 addstr(const char *src, size_t len, char **buf, size_t *buflen) { argument
1215 memcpy(*buf, src, len);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dmbuf.c302 const char *src; local
310 src = vmem;
323 if (src) {
324 bcopy(src, dst, cplen);
325 src += cplen;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplfile.c862 const char *src = suffix; local
865 switch(*src) {
869 *dst++ = *src++;
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c577 char *src; local
595 src = dst = ret = (string ? string : last);
596 if (src[0] == 0)
599 while (ch = *src) {
601 if (*++src == 0)
605 if (ch == '\\' && src[1] == ':')
606 src++;
607 *dst++ = *src++;
609 last = src;

Completed in 408 milliseconds

1234567891011>>