| /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/ |
| rdc_io.c | 372 if (urdc->secondary.addr.maxlen) 373 free_rdc_netbuf(&urdc->secondary.addr); 445 if (urdc->secondary.addr.maxlen) 446 free_rdc_netbuf(&(urdc->secondary.addr)); 619 * Look for matching group name, primary host name and secondary 643 if (strncmp(utmp->secondary.intf, urdc->secondary.intf, 645 /* Same group name, different secondary interface */ 750 * Look for matching group name, primary host name and secondary 783 if (strncmp(utmp->secondary.intf, urdc->secondary.intf [all...] |
| rdc_svc.c | 874 urdc->secondary.intf, urdc->secondary.file); [all...] |
| rdc_bitmap.c | 218 (void) strncpy(header->secondary.file, urdc->secondary.file, 220 (void) strncpy(header->secondary.bitmap, urdc->secondary.bitmap, 1119 (void) strncpy(header.secondary.bitmap, newbitmap, NSC_MAXPATH); 1120 (void) strncpy(urdc->secondary.bitmap, newbitmap, NSC_MAXPATH); 1307 bitmapname = &urdc->secondary.bitmap[0]; 1370 bitmapname = &urdc->secondary.bitmap[0]; [all...] |
| rdc_ioctl.h | 169 rdc_addr_t secondary; member in struct:rdc_set 195 struct rdc_addr32 secondary; member in struct:rdc_set32 264 * structure to initiate an asynchronous send to the secondary, 280 * structure to initiate a read on the secondary, so we can test the 376 #define RDC_CLR_AFTERSYNC 0x2000 /* clr bitmap on secondary after sync */
|
| rdc.c | 553 /* secondary address structure, avoiding netbuf */ 554 bcopy(&urdc->secondary.intf[0], &set32.secondary.intf[0], tailsize); 945 urdc->secondary.file); 952 urdc->secondary.bitmap); 959 urdc->secondary.intf); 1023 + strlen(urdc->secondary.file) + 1 1025 + strlen(urdc->secondary.intf) + 1; 1029 varsize += strlen(urdc->secondary.bitmap) + 1;
|
| rdc_diskq.c | 605 (void) snprintf(buf, NSC_MAXPATH, "%s:%s", urdc->secondary.intf, 606 &urdc->secondary.intf[0]); 625 (void) snprintf(buf, NSC_MAXPATH, "%s:%s", urdc->secondary.intf, 626 &urdc->secondary.file[0]); 1202 urdc->secondary.intf, urdc->secondary.file); [all...] |
| rdc_clnt.c | 175 s4.rnetaddrlen = urdc->secondary.addr.len; 177 bcopy(urdc->secondary.addr.buf, s4.rnetaddr, s4.rnetaddrlen); 179 (void) strncpy(s4.sfile, urdc->secondary.file, RDC_MAXNAMLEN); 187 s.rnetaddrlen = urdc->secondary.addr.len; 191 bcopy(urdc->secondary.addr.buf, s.rnetaddr.buf, s.rnetaddrlen); 193 s.rnetaddr.len = urdc->secondary.addr.len; 195 s.rnetaddr.maxlen = urdc->secondary.addr.len; 201 s.sfile = urdc->secondary.file; 289 s.rnetaddrlen = urdc->secondary.addr.len; 291 s.sfile = urdc->secondary.file [all...] |
| rdc_io.h | 162 int issecondary; /* this end is a secondary */ 164 int no_ping; /* set on secondary to hold off RPCs */ 254 rdc_hdr_addr_t secondary; member in struct:__anon27 266 rdc_hdr_addr_t secondary; member in struct:__anon28 279 rdc_hdr_addr_t secondary; member in struct:__anon29 418 int sindex; /* secondary host set index */
|
| rdc_health.c | 176 * The secondary sends ping RPCs to the primary. 215 /* secondary ifaddr */ 325 r_addr = &(urdc->secondary.addr); 327 addr = &(urdc->secondary.addr); 628 * Check the status of the link to the secondary, and optionally update 759 "hm detected secondary "
|
| /onnv/onnv-gate/usr/src/uts/intel/ia32/krtld/ |
| kobj_crt.s | 58 pushal / protect secondary boot
|
| /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/ |
| sun4u_srt0.s | 30 * standalone startup code for sun4u LP64 secondary booters. 66 ! Enter here for all disk/secondary booters loaded by a bootblk program or
|
| /onnv/onnv-gate/usr/src/cmd/avs/rdc/ |
| sndrsyncd.c | 256 if (isnewhost(rdc_info->rdc_set[i].secondary.intf)) { 274 rdc_info->rdc_set[i].secondary.intf); 278 secondary.intf, THR_BOUND|THR_DETACHED, NULL); 435 strncpy(rdc_set[sets].secondary.intf, buf, MAX_RDC_HOST_SIZE); 451 (void) snprintf(key, sizeof (key), "sndr.set%d.secondary", 455 strncpy(rdc_set[sets].secondary.file, buf, NSC_MAXPATH); 535 rdc_set[i].secondary.file); 544 rdc_set[i].secondary.file); 552 rdc_set[i].secondary.file); 555 program, tohost, rdc_set[i].secondary.file) 1168 char secondary[NSC_MAXPATH]; local [all...] |
| sndrsubr.c | 265 * tohost - secondary hostname 266 * tofile - secondary volume 276 char *buf, *secondary, *shost; local 298 secondary = strtok(NULL, " "); 314 /* Check secondary volume name first, will get less hits */ 315 if (strcmp(secondary, tofile) != 0) {
|
| sndrboot.c | 72 char thost[MAX_RDC_HOST_SIZE]; /* Hostname for secondary device */ 73 char tnetaddr[RDC_MAXADDR]; /* Host netaddr for secondary device */ 74 char tfile[NSC_MAXPATH]; /* Secondary device */ 75 char tbitmap[NSC_MAXPATH]; /* Secondary bitmap device */ 351 parms.rdc_set->secondary.addr.len = svaddr.len; 352 parms.rdc_set->secondary.addr.maxlen = svaddr.maxlen; 353 parms.rdc_set->secondary.addr.buf = (void *)svaddr.buf; 357 "secondary buf %x len %d\n", svaddr.buf, svaddr.len); 413 strncpy(parms.rdc_set->secondary.intf, tohost, MAX_RDC_HOST_SIZE); 414 strncpy(parms.rdc_set->secondary.file, tofile, NSC_MAXPATH) [all...] |
| sndradm.c | 107 char thost[MAX_RDC_HOST_SIZE]; /* Hostname for secondary device */ 108 char tnetaddr[RDC_MAXADDR]; /* Host netaddr for secondary device */ 109 char tfile[NSC_MAXPATH]; /* Secondary device */ 110 char tbitmap[NSC_MAXPATH]; /* Secondary bitmap device */ 283 (strcmp(user_shost, urdc->secondary.intf) != 0 || 284 strcmp(user_sdev, urdc->secondary.file) != 0)) 287 tohost = urdc->secondary.intf; 288 tofile = urdc->secondary.file; 350 urdc->secondary.file, urdc->primary.intf, 354 urdc->primary.file, urdc->secondary.intf [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/common/ |
| kcmd.c | 570 desread(int fd, char *buf, int len, int secondary) 650 enc_keyusage_i[secondary], 651 use_ivecs ? encivec_i + secondary : 0, 693 deswrite(int fd, char *buf, int len, int secondary) 709 r = deswrite_compat(fd, p, outlen, secondary); 718 deswrite_compat(int fd, char *buf, int len, int secondary) 767 enc_keyusage_o[secondary], 768 use_ivecs ? encivec_o + secondary : 0,
|
| /onnv/onnv-gate/usr/src/cmd/devfsadm/ |
| audio_link.c | 67 * Secondary links. 294 * secondary links. 354 check_audio_link(char *secondary, const char *primary_format) 361 if (devfsadm_link_valid(secondary) == DEVFSADM_TRUE) { 372 (void) devfsadm_secondary_link(secondary,
|
| /onnv/onnv-gate/usr/src/lib/librdc/common/ |
| rdcconfig.c | 137 strncpy(urdc.secondary.intf, rdc->shost, MAX_RDC_HOST_SIZE); 138 strncpy(urdc.secondary.file, rdc->sfile, NSC_MAXPATH); 139 strncpy(urdc.secondary.bitmap, rdc->sbmp, NSC_MAXPATH); 180 strncpy(rc.set.shost, set->secondary.intf, MAX_RDC_HOST_SIZE); 181 strncpy(rc.set.sfile, set->secondary.file, NSC_MAXPATH); 217 strncpy(rc[0]->set.shost, set->secondary.intf, MAX_RDC_HOST_SIZE); 218 strncpy(rc[0]->set.sfile, set->secondary.file, NSC_MAXPATH); 219 strncpy(rc[0]->set.sbmp, set->secondary.bitmap, NSC_MAXPATH); 242 strncpy(toname, urdc->secondary.intf, MAX_RDC_HOST_SIZE); 269 urdc->secondary.addr.len = svaddr.len [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
| oberon.esc | 37 * Test for primary or secondary ereports 42 event error.io.oberon.pec.secondary@hostbridge/pciexrc; 126 * Secondary errors of the ereport that the device is at fault. 127 * Undiagnosed the secondary errors since the payload is invalid. 129 prop error.io.oberon.pec.secondary@hostbridge/pciexrc (0) ->
|
| /onnv/onnv-gate/usr/src/uts/sparc/io/pciex/ |
| pcieb_sparc.c | 197 uint_t bus_num, primary, secondary; local 225 * write to the secondary bus number register will corrupt an 232 secondary = pci_config_get8(config_handle, PCI_BCNF_SECBUS); 233 bus_num = (secondary << 8) | primary;
|
| /onnv/onnv-gate/usr/src/cmd/avs/sdbc/ |
| sd_trace.c | 592 (void) mvprintw(2, 36, "secondary"); 632 shost = rdc_info[rdcindex].secondary.intf; 633 sfile = rdc_info[rdcindex].secondary.file; 713 len = strlen(rdc_info[rdcindex].secondary.file); 717 rdc_info[rdcindex].secondary.file + len - 12); 719 strcpy(fn, rdc_info[rdcindex].secondary.file);
|
| /onnv/onnv-gate/usr/src/uts/sun4u/ml/ |
| cpr_resume_setup.s | 50 * 2. restore primary and secondary context registers 140 ! the secondary context the HAT will do that for us.
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/rdc/ |
| rdc.c | 786 mdb_printf("secondary: %s %8Tfile: %s \nbitmap: %s ", 787 urdc->secondary.intf, urdc->secondary.file, urdc->secondary.bitmap); 788 mdb_printf("netbuf: 0x%p\n", addr + OFFSETOF(rdc_set_t, secondary)); [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/dnet/ |
| dnet.c | 435 * are a secondary port with no SROM, and the bootstrap failed to set 446 int secondary; local 479 secondary = dnet_read_srom(devinfo, deviceid, io_handle, 482 switch (secondary) { 514 int secondary; local 650 secondary = dnet_read_srom(devinfo, dnetp->board_type, dnetp->io_handle, 653 if (secondary == -1) /* ASSERT (vendor_info not big enough) */ 662 dnetp->sr.netaddr[ETHERADDRL-1] += secondary; /* unique ether addr */ 686 if (!dnet_hack_interrupts(dnetp, secondary)) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4/ |
| fire.esc | 65 * Test for primary or secondary ereports 494 * Secondary errors 496 * These are errors that require logs to be diagnosable. Secondary errors 499 event error.io.fire.dmc.secondary@hostbridge/pciexrc; 501 prop error.io.fire.dmc.secondary@hostbridge/pciexrc (0) -> 670 error.io.fire.dmc.secondary@hostbridge/pciexrc,
|