Searched defs:secondary (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Daudio_link.c263 * secondary links.
314 check_audio_link(di_node_t anynode, char *secondary, const char *primary_format) argument
321 if (devfsadm_link_valid(anynode, secondary) == DEVFSADM_TRUE) {
332 (void) devfsadm_secondary_link(secondary,
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c266 * tohost - secondary hostname
267 * tofile - secondary volume
277 char *buf, *secondary, *shost; local
299 secondary = strtok(NULL, " ");
315 /* Check secondary volume name first, will get less hits */
316 if (strcmp(secondary, tofile) != 0) {
H A Dsndrsyncd.c257 if (isnewhost(rdc_info->rdc_set[i].secondary.intf)) {
275 rdc_info->rdc_set[i].secondary.intf);
279 secondary.intf, THR_BOUND|THR_DETACHED, NULL);
436 (void) strncpy(rdc_set[sets].secondary.intf, buf,
454 (void) snprintf(key, sizeof (key), "sndr.set%d.secondary",
458 (void) strncpy(rdc_set[sets].secondary.file, buf, NSC_MAXPATH);
538 rdc_set[i].secondary.file);
547 rdc_set[i].secondary.file);
555 rdc_set[i].secondary.file);
558 program, tohost, rdc_set[i].secondary
1171 char secondary[NSC_MAXPATH]; local
[all...]
H A Dsndradm.c108 char thost[MAX_RDC_HOST_SIZE]; /* Hostname for secondary device */
109 char tnetaddr[RDC_MAXADDR]; /* Host netaddr for secondary device */
284 (strcmp(user_shost, urdc->secondary.intf) != 0 ||
285 strcmp(user_sdev, urdc->secondary.file) != 0))
288 tohost = urdc->secondary.intf;
289 tofile = urdc->secondary.file;
351 urdc->secondary.file, urdc->primary.intf,
355 urdc->primary.file, urdc->secondary.intf,
356 urdc->secondary.file);
870 "ndr_ii.set%d.secondary",
1671 check_rdcsecondary(char *secondary) argument
[all...]
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c203 uint_t bus_num, primary, secondary; local
231 * write to the secondary bus number register will corrupt an
238 secondary = pci_config_get8(config_handle, PCI_BCNF_SECBUS);
239 bus_num = (secondary << 8) | primary;
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c58 struct buf *secondary; /* preprocessed copy of input */ member in struct:mparse
493 if (curp->secondary) {
494 curp->secondary->buf = mandoc_realloc(
495 curp->secondary->buf,
496 curp->secondary->sz + pos + 2);
497 memcpy(curp->secondary->buf +
498 curp->secondary->sz,
500 curp->secondary->sz += pos;
501 curp->secondary->buf
502 [curp->secondary
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c568 desread(int fd, char *buf, int len, int secondary) argument
648 enc_keyusage_i[secondary],
649 use_ivecs ? encivec_i + secondary : 0,
691 deswrite(int fd, char *buf, int len, int secondary) argument
707 r = deswrite_compat(fd, p, outlen, secondary);
716 deswrite_compat(int fd, char *buf, int len, int secondary) argument
765 enc_keyusage_o[secondary],
766 use_ivecs ? encivec_o + secondary : 0,
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_ioctl.h169 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 */
H A Drdc_io.h162 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:__anon4510
266 rdc_hdr_addr_t secondary; member in struct:__anon4511
279 rdc_hdr_addr_t secondary; member in struct:__anon4512
418 int sindex; /* secondary host set index */
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c213 uint_t primary, uint_t secondary);
3973 uint_t primary, uint_t secondary)
3976 "cardbus_set_bus_numbers [%d->%d]\n", primary, secondary);
3986 pci_config_put8(config_handle, PCI_BCNF_SECBUS, secondary);
3990 * type 1 cycle with a bus number higher than the secondary bus#
4061 * Enable back to back on secondary bus.
3972 cardbus_set_bus_numbers(ddi_acc_handle_t config_handle, uint_t primary, uint_t secondary) argument
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c773 isaf_t *primary = NULL, *secondary; local
806 secondary = sq.outbound;
813 secondary = sq.inbound;
837 secondary = sq.outbound;
853 secondary = sq.inbound;
938 samsg, ksi, primary, secondary, larval, clone, is_inbound,
H A Dipsecesp.c3304 isaf_t *primary = NULL, *secondary; local
3334 secondary = sq.outbound;
3340 secondary = sq.inbound;
3364 secondary = sq.outbound;
3379 secondary = sq.inbound;
3462 mp, samsg, ksi, primary, secondary, larval, clone, is_inbound,
H A Dsadb.c2875 * SAs can be "inbound", "outbound", or "both". The "primary" and "secondary"
2891 keysock_in_t *ksi, isaf_t *primary, isaf_t *secondary,
3548 * inbound. We map "primary" and "secondary" into outbound and inbound
3556 mutex_enter(&secondary->isaf_lock);
3559 mutex_enter(&secondary->isaf_lock);
3576 newbie->ipsa_linklock == &secondary->isaf_lock);
3596 error = sadb_insertassoc(newbie_clone, secondary);
3599 /* Collision in secondary table. */
3605 ASSERT(primary != secondary);
3606 scratch = ipsec_getassocbyspi(secondary, newbi
2890 sadb_common_add(queue_t *pfkey_q, mblk_t *mp, sadb_msg_t *samsg, keysock_in_t *ksi, isaf_t *primary, isaf_t *secondary, ipsa_t *newbie, boolean_t clone, boolean_t is_inbound, int *diagnostic, netstack_t *ns, sadbp_t *spp) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1140 if (entry->highest_bus) { /* secondary bus number */
3519 uint_t primary, uint_t secondary, uint_t subordinate)
3521 DEBUG3("Setting bridge bus-range %d,%d,%d\n", primary, secondary,
3531 pci_config_put8(config_handle, PCI_BCNF_SECBUS, secondary);
3535 * type 1 cycle with a bus number higher than the secondary bus#
3553 * Reset the secondary bus
4446 * Reset the secondary bus
3518 pcicfg_set_bus_numbers(ddi_acc_handle_t config_handle, uint_t primary, uint_t secondary, uint_t subordinate) argument
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c435 * 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)) {
3529 * indicated by "secondary")
3532 dnet_hack_interrupts(struct dnetinstance *dnetp, int secondary) argument
[all...]
H A Ddnet.h366 int secondary; /* SROM read as all zero */ member in struct:dnetinstance
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1264 if (entry->highest_bus) { /* secondary bus number */
3583 * Create primary-bus and secondary-bus properties to be used
3592 "secondary-bus", sbus)) != DDI_SUCCESS) {
3777 uint_t primary, uint_t secondary, uint_t subordinate)
3779 DEBUG3("Setting bridge bus-range %d,%d,%d\n", primary, secondary,
3789 pci_config_put8(config_handle, PCI_BCNF_SECBUS, secondary);
3814 * will be reset by the below secondary bus reset which
3823 DDI_PROP_DONTPASS, "secondary-bus", -1);
3836 * Reset the secondary bus
5085 * Reset the secondary bu
3776 pcicfg_set_bus_numbers(ddi_acc_handle_t config_handle, uint_t primary, uint_t secondary, uint_t subordinate) argument
[all...]

Completed in 161 milliseconds