Searched refs:primary (Results 1 - 25 of 74) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh329 # First find the primary interface. Default to the first
330 # interface if not specified. First primary interface found
337 primary=
347 if [ "$i" = primary ]; then
348 primary=$1
353 [ -n "$primary" ] && break
357 [ -z "$primary" ] && primary="$firstif"
358 cmdline=`shcat /etc/dhcp\.${primary}`
360 if [ "$_INIT_NET_IF" != "$primary" ]; the
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A Dnet-physical367 # First find the primary interface. Default to the first
368 # interface if not specified. First primary interface found
375 primary=
385 if [ "$i" = primary ]; then
386 primary=$1
391 [ -n "$primary" ] && break
395 [ -z "$primary" ] && primary="$firstif"
396 cmdline=`shcat /etc/dhcp\.${primary}`
398 if [ "$_INIT_NET_IF" != "$primary" ]; the
[all...]
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c365 uint32_t primary = GET_PRIMARY(m_id); local
368 if (primary >= matrix->x) {
374 if (primary >= matrix->x * 2) {
375 new_x = primary + 1;
442 if (TEST_MEMBERSHIP(bmp, primary, second) == 0) {
443 SET_MEMBERSHIP(bmp, primary, second);
449 CLEAR_MEMBERSHIP(bmp, primary, second);
455 if (TEST_MEMBERSHIP(bmp, primary, second) != 0) {
456 CLEAR_MEMBERSHIP(bmp, primary, second);
465 primary, secon
530 uint32_t primary; local
704 uint32_t primary; local
750 uint32_t primary; local
970 uint32_t primary; local
1033 uint32_t primary = GET_PRIMARY(m_id); local
1665 uint32_t primary = GET_PRIMARY(m_id); local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c374 if (urdc->primary.addr.maxlen)
375 free_rdc_netbuf(&urdc->primary.addr);
442 if (urdc->primary.addr.maxlen)
443 free_rdc_netbuf(&(urdc->primary.addr));
619 * Look for matching group name, primary host name and secondary
637 if (strncmp(utmp->primary.intf, urdc->primary.intf,
639 /* Same group name, different primary interface */
750 * Look for matching group name, primary host name and secondary
780 if (strncmp(utmp->primary
[all...]
H A Drdc_bitmap.c215 (void) strncpy(header->primary.file, urdc->primary.file, NSC_MAXPATH);
216 (void) strncpy(header->primary.bitmap, urdc->primary.bitmap,
285 urdc->primary.file, sts);
372 urdc->primary.file, sts);
516 urdc->primary.file);
579 urdc->primary.file);
605 urdc->primary.file);
659 urdc->primary
[all...]
H A Drdc_svc.c237 * The data on them will be updated from the primary of this
1171 * received on the primary.
1215 * received on the primary.
1481 init_rdc_netbuf(&(rdc_set.primary.addr));
1483 bcopy(state.netaddr, rdc_set.primary.addr.buf,
1487 rdc_set.primary.addr.len = state.netaddrlen;
1489 (void) strncpy(rdc_set.primary.file, state.pfile,
1551 &(urdc->primary.addr), &(urdc->secondary.addr), 1);
1554 &(urdc->secondary.addr), &(urdc->primary.addr), 0);
1630 free_rdc_netbuf(&(rdc_set.primary
[all...]
H A Drdc.c550 /* primary address structure, avoiding netbuf */
551 bcopy(&urdc->primary.intf[0], &set32.primary.intf[0], tailsize);
942 urdc->primary.file);
949 urdc->primary.bitmap);
956 urdc->primary.intf);
1022 varsize = strlen(urdc->primary.file) + 1
1024 + strlen(urdc->primary.intf) + 1
1027 varsize += strlen(urdc->primary.bitmap) + 1;
H A Drdc_ioctl.h168 rdc_addr_t primary; member in struct:rdc_set
194 struct rdc_addr32 primary; member in struct:rdc_set32
365 #define RDC_PRIMARY 0x4 /* This node is the primary */
H A Drdc_health.c176 * The secondary sends ping RPCs to the primary.
177 * The primary just stores the results and updates its structures.
212 /* primary ifaddr */
237 * a primary - the primary will
260 * a primary - the primary will
324 addr = &(urdc->primary.addr);
328 r_addr = &(urdc->primary.addr);
460 int primary)
459 rdc_add_to_if(rdc_srv_t *svp, struct netbuf *addr, struct netbuf *r_addr, int primary) argument
[all...]
H A Drdc_diskq.c2197 if ((strcmp(set->disk_queue, set->primary.file) == 0) ||
2198 (strcmp(set->disk_queue, set->primary.bitmap) == 0)) {
2858 spcs_s_add(kstatus, RDC_EALREADY, uparms->rdc_set->primary.file,
2870 spcs_s_add(kstatus, RDC_EQWRONGMODE, urdc->primary.intf,
2871 urdc->primary.file, urdc->secondary.intf,
2894 urdc->primary.bitmap);
2905 urdc->primary.bitmap);
2916 spcs_s_add(kstatus, RDC_EQALREADY, urdc->primary.intf,
2917 urdc->primary.file, urdc->secondary.intf,
2990 spcs_s_add(kstatus, RDC_EALREADY, uset->primary
[all...]
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c27 * This module handles the primary domain controller location protocol.
138 char *primary; local
176 rc = smb_msgbuf_decode(&mb, "sUU", &junk, &primary, &domain);
192 rc = smb_msgbuf_decode(&mb, "UUU", &primary, &junk, &domain);
204 primary += strspn(primary, "\\");
216 if (domain == NULL || primary == NULL) {
223 domain, primary, src_name);
238 (*netlogon_opt[i].handler)(primary, src_ipaddr);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c60 * The curslist is an array of existing, intialized cursors and primary
61 * is the DB of the primary file. The data item that joins all the
62 * cursors in the curslist is used as the key into the primary and that
69 __db_join(primary, curslist, flags, dbcp)
70 DB *primary;
78 DB_PANIC_CHECK(primary);
80 if ((ret = __db_joinchk(primary, flags)) != 0)
117 dbc->dbp = primary;
119 jc->j_primary = primary;
238 * primary
[all...]
/opensolaris-onvv-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_join.c167 smb_domain_t *primary; local
179 primary = &info.d_primary;
181 smb_config_setdomaininfo(primary->di_nbname,
182 primary->di_fqname,
183 primary->di_sid,
184 primary->di_u.di_dns.ddi_forest,
185 primary->di_u.di_dns.ddi_guid);
/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Daudio_link.c316 char primary[PATH_MAX + 1]; local
329 (void) sprintf(primary, primary_format, i);
330 if (devfsadm_link_valid(anynode, primary) == DEVFSADM_TRUE) {
333 primary, flags);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm38 execution. Its primary purpose is a rescue in case you upgraded perl
/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl30 pri_pages int, -- Number of primary pages used
32 pri_unused int, -- Number of unused bytes on primary pages
95 puts "-- Total pages used: $total_primary primary and $total_overflow overflow"
97 puts -nonewline "-- Total unused bytes on primary pages: $total_unused_primary"
H A Dspaceanal.tcl46 pri_pages int, -- Number of primary pages used
48 pri_unused int, -- Number of unused bytes on primary pages
184 statline "Unused bytes on primary pages" $pri_unused \
278 The number of pages that store data, either as primary B*Tree pages or
383 primary B*Tree page. Any additional payload is stored on a linked list
391 the current category. This is the sum of primary and overflow pages.
395 This is the number of primary B*Tree pages used.
401 Unused bytes on primary pages
403 The total number of bytes of unused space on all primary pages. The
405 total number of bytes on primary page
[all...]
/opensolaris-onvv-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c49 * IPADM_NVP_DHCP - value holds wait time and primary info and when converted
52 * primary: DATA_TYPE_BOOLEAN
263 boolean_t primary; local
271 nvlist_lookup_boolean_value(v, IPADM_NVP_PRIMARY, &primary) != 0) {
276 (primary ? "yes" : "no"));
438 * the parameters from the arguments `primary' and `wait'.
442 i_ipadm_add_dhcp2nvl(nvlist_t *nvl, boolean_t primary, int32_t wait) argument
460 primary)) != 0) {
604 boolean_t primary; local
614 primary
[all...]
/opensolaris-onvv-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c134 strncpy(urdc.primary.intf, rdc->phost, MAX_RDC_HOST_SIZE);
135 strncpy(urdc.primary.file, rdc->pfile, NSC_MAXPATH);
136 strncpy(urdc.primary.bitmap, rdc->pbmp, NSC_MAXPATH);
168 if (self_check(rdccfg->rdc_set->primary.intf)) {
178 strncpy(rc.set.phost, set->primary.intf, MAX_RDC_HOST_SIZE);
179 strncpy(rc.set.pfile, set->primary.file, NSC_MAXPATH);
203 if (self_check(rdccfg->rdc_set->primary.intf)) {
214 strncpy(rc[0]->set.phost, set->primary.intf, MAX_RDC_HOST_SIZE);
215 strncpy(rc[0]->set.pfile, set->primary.file, NSC_MAXPATH);
216 strncpy(rc[0]->set.pbmp, set->primary
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dmethod.c156 boolean_t primary; local
161 primary = !method_is_transient(inst, type);
163 if (!primary) {
183 "%s: primary ctid expected to be 0 but "
191 log_framework(LOG_DEBUG, "Storing primary contract %ld for "
201 r = restarter_store_contract(inst->ri_m_inst, *cid, primary ?
244 method_remove_contract(restarter_inst_t *inst, boolean_t primary, argument
247 ctid_t * const ctidp = primary ? &inst->ri_i.i_primary_ctid :
255 primary ? "primary"
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dlc.tab187 cn china zh:primary
202 gb united-kingdom|great-britain|england en:primary
247 se sweden sv:primary
260 uk united-kingdom en:primary
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c445 (void) strncpy(rdc_set[sets].primary.intf, buf,
448 (void) snprintf(key, sizeof (key), "sndr.set%d.primary",
452 (void) strncpy(rdc_set[sets].primary.file, buf, NSC_MAXPATH);
905 "sndr.set%d.primary", setnumber);
1170 char primary[NSC_MAXPATH]; local
1232 "sndr.set%d.primary", setnumber);
1233 if (cfg_get_cstring(cfg, key, primary, sizeof (primary)) < 0)
1235 (void) strcpy(parms.rdc_set->primary.file, primary);
[all...]
H A Dsndrboot.c69 char fhost[MAX_RDC_HOST_SIZE]; /* Hostname for primary device */
70 char fnetaddr[RDC_MAXADDR]; /* Host netaddr for primary device */
382 parms.rdc_set->primary.addr.len = svaddr.len;
383 parms.rdc_set->primary.addr.maxlen = svaddr.maxlen;
384 parms.rdc_set->primary.addr.buf =
388 (void) fprintf(stderr, "primary buf %x len %d\n",
412 (void) strncpy(parms.rdc_set->primary.intf, fromhost,
414 (void) strncpy(parms.rdc_set->primary.file, fromfile, NSC_MAXPATH);
415 (void) strncpy(parms.rdc_set->primary.bitmap, frombitmap, NSC_MAXPATH);
/opensolaris-onvv-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c128 int primary, nprobes = 0; local
152 primary = vmem_contains(heap_arena, (void *)ctl,
210 sdp->sdp_primary = primary;
/opensolaris-onvv-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c203 uint_t bus_num, primary, secondary; local
232 * internal shadow copy of the primary bus number. Reading
237 primary = pci_config_get8(config_handle, PCI_BCNF_PRIBUS);
239 bus_num = (secondary << 8) | primary;

Completed in 222 milliseconds

123