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

12

/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/tests/
H A Dpartmap_test.in64 # 0 primary
70 # 1 primary
72 ${parted} -a none -s ${imgfile} mklabel msdos mkpart primary 0 10M
76 # 2 primary
78 ${parted} -a none -s ${imgfile} mklabel msdos mkpart primary 0 10M mkpart primary 10M 20M
82 # 3 primary
84 ${parted} -a none -s ${imgfile} mklabel msdos mkpart primary 0 10M mkpart primary 10M 20M mkpart primary 2
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netlogon.c26 * This module handles the primary domain controller location protocol.
137 char *primary; local
175 rc = smb_msgbuf_decode(&mb, "sUU", &junk, &primary, &domain);
191 rc = smb_msgbuf_decode(&mb, "UUU", &primary, &junk, &domain);
203 primary += strspn(primary, "\\");
215 if (domain == NULL || primary == NULL) {
222 domain, primary, src_name);
237 (*netlogon_opt[i].handler)(primary, src_ipaddr);
/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgpt_partition.h50 grub_uint64_t primary; member in struct:grub_gpt_header
/osnet-11/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
/osnet-11/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...]
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dpkgcreatezone.ksh215 primary=$(tncfg -z $ZONENAME info primary 2>/dev/null)
219 elif [ $primary = "primary=yes" ]; then
/osnet-11/usr/src/lib/librdc/common/
H A Drdcconfig.c133 strncpy(urdc.primary.intf, rdc->phost, MAX_RDC_HOST_SIZE);
134 strncpy(urdc.primary.file, rdc->pfile, NSC_MAXPATH);
135 strncpy(urdc.primary.bitmap, rdc->pbmp, NSC_MAXPATH);
167 if (self_check(rdccfg->rdc_set->primary.intf)) {
177 strncpy(rc.set.phost, set->primary.intf, MAX_RDC_HOST_SIZE);
178 strncpy(rc.set.pfile, set->primary.file, NSC_MAXPATH);
202 if (self_check(rdccfg->rdc_set->primary.intf)) {
213 strncpy(rc[0]->set.phost, set->primary.intf, MAX_RDC_HOST_SIZE);
214 strncpy(rc[0]->set.pfile, set->primary.file, NSC_MAXPATH);
215 strncpy(rc[0]->set.pbmp, set->primary
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_persist.c58 * IPADM_NVP_DHCP - value holds wait time and primary info and when converted
61 * primary: DATA_TYPE_BOOLEAN
247 * the parameters from the arguments `primary' and `wait'.
251 i_ipadm_add_dhcp2nvl(nvlist_t *nvl, boolean_t primary, int32_t wait) argument
269 primary)) != 0) {
433 boolean_t primary; local
443 primary = (strcmp(cp, "yes") == 0);
444 (void) i_ipadm_add_dhcp2nvl(nvl, primary, (int32_t)wait_time);
H A Dipadm_addr.c2505 * as a primary interface for getting dhcp global options from the DHCP server.
2508 ipadm_set_primary(ipadm_addrobj_t ipaddr, boolean_t primary) argument
2512 ipaddr->ipadm_primary = primary;
2704 boolean_t primary; local
2714 &primary)) != 0 || (err = nvlist_lookup_string(nvl,
2723 ipaddr.ipadm_primary = primary;
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c162 int primary; member in struct:Args_s
229 int primary; member in struct:State_s
891 state->primary |= argp->primary;
1829 if (!state.primary)
/osnet-11/usr/src/lib/libast/common/port/
H A Dlc.c436 const Lc_territory_t* primary; local
642 primary = 0;
649 primary = tp;
653 primary = tp;
656 tp = primary;
H A Dlcgen.c101 int primary; member in struct:Territory_s
477 if (!strcmp(b, "primary"))
478 tp->primary = 1;
753 if (tp->primary)
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c1551 int ret = 0, primary; local
1556 primary = 1;
1559 primary = 0;
1584 pname = primary? SCF_PROPERTY_CONTRACT :
1850 int ret = 0, primary; local
1853 primary = 1;
1855 primary = 0;
1878 pname = primary ? SCF_PROPERTY_CONTRACT :
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1179 In DUCET v4.0.0, primary weight of C<C> is C<0E60>
1180 and that of C<D> is C<0E6D>. So setting primary weight of C<CH> to C<0E6A>
1184 C<small capital C> (C<U+1D04>) with primary weight C<0E64>,
1187 Then primary weight C<0E6A> for C<CH> makes C<CH>
1195 it will be added as a terminator primary weight to the end of
1214 automatically terminated with a terminator primary weight.
1270 C<A-cedilla-ring> would be primary equal to C<A>.
1575 is primary equal to C<"M�SS">.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm252 primary regexp) from Joerk Behrends <jbehrends@multimediaproduzenten.de>.
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h410 int primary; member in struct:Nest_s
H A Dregcomp.c1444 static const char primary[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; local
1449 if ((cc = newof(0, Cchr_t, elementsof(primary), 0)) && (dt = dtopen(&disc, Dttree)))
1451 for (i = 0; i < elementsof(primary) - 1; i++, cc++)
1453 cc->nam[0] = primary[i];
2274 e->re.nest.primary = isalnum(*env->cursor) ? -1 : *env->cursor;
H A Dregnexec.c1464 if ((c = *s++) == rex->re.nest.primary)
1470 if (rex->re.nest.primary >= 0)
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h58 uint32_t attr; /* primary or secondary */
340 const char *content, int primary);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL143 linking mechanisms available on many platforms. Its primary purpose is
H A DDynaLoader_pm.PL531 linking mechanisms available on many platforms. Its primary purpose is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm366 class. Apart from functions such as C<main_root>, this is the primary

Completed in 79 milliseconds

12