/illumos-gate/usr/src/cmd/cmd-inet/common/ |
H A D | kcmd.c | 575 desread(int fd, char *buf, int len, int secondary) in desread() argument 655 enc_keyusage_i[secondary], in desread() 656 use_ivecs ? encivec_i + secondary : 0, in desread() 698 deswrite(int fd, char *buf, int len, int secondary) in deswrite() argument 714 r = deswrite_compat(fd, p, outlen, secondary); in deswrite() 723 deswrite_compat(int fd, char *buf, int len, int secondary) in deswrite_compat() argument 772 enc_keyusage_o[secondary], in deswrite_compat() 773 use_ivecs ? encivec_o + secondary : 0, in deswrite_compat()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | read.c | 58 struct buf *secondary; /* copy of top level input */ member 257 if (curp->secondary == NULL) in mparse_buf_r() 258 curp->secondary = firstln; in mparse_buf_r() 429 if (firstln != curp->secondary) in mparse_buf_r() 693 free_buf_list(curp->secondary); in mparse_reset() 694 curp->secondary = NULL; in mparse_reset() 707 free_buf_list(curp->secondary); in mparse_free() 730 for (buf = p->secondary; buf != NULL; buf = buf->next) in mparse_copy()
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | audio_link.c | 314 check_audio_link(di_node_t anynode, char *secondary, const char *primary_format) in check_audio_link() argument 321 if (devfsadm_link_valid(anynode, secondary) == DEVFSADM_TRUE) { in check_audio_link() 332 (void) devfsadm_secondary_link(secondary, in check_audio_link()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Dialers | 106 # =,-, Use comma for secondary dial tone & for pause 128 # =,-, Use comma for secondary dial tone & for pause 150 # =+-, '+' for secondary dial tone, ',' for pause 173 # =+-, '+' for secondary dial tone, ',' for pause 199 # =+-, '+' for secondary dial tone, ',' for pause 239 # =+-, '+' for secondary dial tone, ',' for pause 274 # =+-, '+' for secondary dial tone, ',' for pause 291 # =+-, '+' for secondary dial tone, ',' for pause 309 # =+-, '+' for secondary dial tone, ',' for pause
|
/illumos-gate/usr/src/cmd/pcidb/ |
H A D | pcidb.c | 531 uint32_t primary, secondary; in pcidb_parse_device_filter() local 575 secondary = (uint32_t)val; in pcidb_parse_device_filter() 578 filter->pft_dev = secondary; in pcidb_parse_device_filter() 588 filter->pft_dev = secondary; in pcidb_parse_device_filter() 593 filter->pft_subdev = secondary; in pcidb_parse_device_filter() 602 filter->pft_dev = secondary; in pcidb_parse_device_filter()
|
/illumos-gate/usr/src/uts/sparc/io/pciex/ |
H A D | pcieb_sparc.c | 203 uint_t bus_num, primary, secondary; in pcieb_attach_plx_workarounds() local 238 secondary = pci_config_get8(config_handle, PCI_BCNF_SECBUS); in pcieb_attach_plx_workarounds() 239 bus_num = (secondary << 8) | primary; in pcieb_attach_plx_workarounds()
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4u_srt0.S | 66 ! Enter here for all disk/secondary booters loaded by a bootblk program or
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | TODO | 39 (0x1f0-0x1f7 = primary IDE, 0x170-0x176 = secondary, 100 GRUB, as pxegrub is merely a secondary boot loader. So whether this
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | cpr_resume_setup.S | 110 ! the secondary context the HAT will do that for us.
|
/illumos-gate/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 446 int secondary; in dnet_hack() local 479 secondary = dnet_read_srom(devinfo, deviceid, io_handle, in dnet_hack() 482 switch (secondary) { in dnet_hack() 514 int secondary; in dnet_attach() local 650 secondary = dnet_read_srom(devinfo, dnetp->board_type, dnetp->io_handle, in dnet_attach() 653 if (secondary == -1) /* ASSERT (vendor_info not big enough) */ in dnet_attach() 662 dnetp->sr.netaddr[ETHERADDRL-1] += secondary; /* unique ether addr */ in dnet_attach() 686 if (!dnet_hack_interrupts(dnetp, secondary)) { in dnet_attach() 3534 dnet_hack_interrupts(struct dnetinstance *dnetp, int secondary) in dnet_hack_interrupts() argument 3573 if (!secondary) { in dnet_hack_interrupts()
|
H A D | dnet.h | 366 int secondary; /* SROM read as all zero */ member
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 761 isaf_t *primary = NULL, *secondary; in ah_add_sa_finish() local 794 secondary = sq.outbound; in ah_add_sa_finish() 801 secondary = sq.inbound; in ah_add_sa_finish() 825 secondary = sq.outbound; in ah_add_sa_finish() 841 secondary = sq.inbound; in ah_add_sa_finish() 926 samsg, ksi, primary, secondary, larval, clone, is_inbound, in ah_add_sa_finish()
|
H A D | ipsecesp.c | 3062 isaf_t *primary = NULL, *secondary; in esp_add_sa_finish() local 3092 secondary = sq.outbound; in esp_add_sa_finish() 3098 secondary = sq.inbound; in esp_add_sa_finish() 3122 secondary = sq.outbound; in esp_add_sa_finish() 3137 secondary = sq.inbound; in esp_add_sa_finish() 3220 mp, samsg, ksi, primary, secondary, larval, clone, is_inbound, in esp_add_sa_finish()
|
H A D | sadb.c | 2907 keysock_in_t *ksi, isaf_t *primary, isaf_t *secondary, argument 3582 mutex_enter(&secondary->isaf_lock); 3585 mutex_enter(&secondary->isaf_lock); 3602 newbie->ipsa_linklock == &secondary->isaf_lock); 3622 error = sadb_insertassoc(newbie_clone, secondary); 3631 ASSERT(primary != secondary); 3632 scratch = ipsec_getassocbyspi(secondary, newbie->ipsa_spi, 3655 mutex_exit(&secondary->isaf_lock);
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 215 uint_t primary, uint_t secondary); 3962 uint_t primary, uint_t secondary) argument 3965 "cardbus_set_bus_numbers [%d->%d]\n", primary, secondary); 3975 pci_config_put8(config_handle, PCI_BCNF_SECBUS, secondary);
|
/illumos-gate/usr/src/boot/ |
H A D | README.loader | 170 disks, one on the primary, the other on the secondary
|
/illumos-gate/usr/src/uts/ |
H A D | README | 36 Some additional secondary goals were associated with the generation
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 336 # $2 the secondary side of the mirror 342 typeset secondary=$2 346 [[ -z $secondary ]] && \ 347 log_fail "$func: No secondary partition passed"
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 3248 uint_t secondary, uint_t subordinate) in pcicfg_set_bus_numbers() argument 3250 DEBUG3("Setting bridge bus-range %d,%d,%d\n", primary, secondary, in pcicfg_set_bus_numbers() 3260 pci_config_put8(config_handle, PCI_BCNF_SECBUS, secondary); in pcicfg_set_bus_numbers()
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | README.design | 77 secondary, private part.
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 3781 uint_t primary, uint_t secondary, uint_t subordinate) in pcicfg_set_bus_numbers() argument 3783 DEBUG3("Setting bridge bus-range %d,%d,%d\n", primary, secondary, in pcicfg_set_bus_numbers() 3793 pci_config_put8(config_handle, PCI_BCNF_SECBUS, secondary); in pcicfg_set_bus_numbers()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE93 | 281 a. A bug which would cause the secondary prompt to be
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciex.esc | 667 * And the following errors to propagate onto the secondary pci or pci/x bus
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 1602 # the selective erase feature does not work. The secondary response is copied 11096 # INSTEAD of bel=, rather than as a secondary type of signal. 11519 # \E)4 - default secondary character set (international) 11540 # ^^N - secondary character set 11598 # ^^N - secondary character set 11673 # \E)4 - default secondary character set (international) 11686 # \E)4 - default secondary character set (international) 18586 # primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer 18587 # from secondary aux device, 4 = stop relay to primary aux device, 5 = 18588 # start relay to primary aux device, 6 = stop relay to secondary aux device, [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3531 % \secondary {subtopic}{pagelist} 3723 \def\secondary#1#2{{%
|