Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 115) sorted by relevance

12345

/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh337 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" ]; then
361 echo "starting DHCP on primary interface $primary"
362 /sbin/ifconfig $primary auto-dhcp primary $cmdline
364 [ $? != 0 ] && [ $? != 4 ] && i4d_fail="$i4d_fail $primary"
[all …]
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__lgammal.c57 static long double primary(long double);
88 return (primary(x)-log1pl(x))-logl(x); in __k_lgammal()
90 return primary(x-y)-logl(x); in __k_lgammal()
92 return primary(x-y); in __k_lgammal()
94 return primary(x-y)+logl(x-c1); in __k_lgammal()
96 return primary(x-y)+logl((x-c1)*(x-c2)); in __k_lgammal()
98 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)); in __k_lgammal()
100 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)); in __k_lgammal()
102 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)); in __k_lgammal()
104 return primary(x-y)+ in __k_lgammal()
[all …]
/illumos-gate/usr/src/lib/libm/common/LD/
H A D__lgammal.c57 static long double primary(long double);
92 return (primary(x)-log1pl(x))-logl(x); in __k_lgammal()
94 return (primary(x-y)-logl(x)); in __k_lgammal()
96 return (primary(x-y)); in __k_lgammal()
98 return (primary(x-y)+logl(x-c1)); in __k_lgammal()
100 return (primary(x-y)+logl((x-c1)*(x-c2))); in __k_lgammal()
102 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3))); in __k_lgammal()
104 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4))); in __k_lgammal()
106 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5))); in __k_lgammal()
108 return primary(x-y)+ in __k_lgammal()
[all …]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-physical414 primary=
424 if [ "$i" = primary ]; then
425 primary=$1
430 [ -n "$primary" ] && break
434 [ -z "$primary" ] && primary="$firstif"
435 cmdline=`shcat /etc/dhcp\.${primary}`
437 if [ "$_INIT_NET_IF" != "$primary" ]; then
438 echo "starting DHCP on primary interface $primary"
439 /sbin/ifconfig $primary auto-dhcp primary $cmdline
449 if [ "$1" != "$primary" -a \
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c368 if (primary >= matrix->x) { in update_matrix()
375 new_x = primary + 1; in update_matrix()
530 uint32_t primary; in clear_matrix() local
570 primary = GET_PRIMARY(i); in clear_matrix()
704 uint32_t primary; in is_dd_active() local
750 uint32_t primary; in get_scope() local
782 primary = GET_PRIMARY(uid); in get_scope()
821 primary ++; in get_scope()
825 *n = primary; in get_scope()
970 uint32_t primary; in dd_matrix_init() local
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c138 char *primary; in smb_netlogon_receive() local
176 rc = smb_msgbuf_decode(&mb, "sUU", &junk, &primary, &domain); in smb_netlogon_receive()
192 rc = smb_msgbuf_decode(&mb, "UUU", &primary, &junk, &domain); in smb_netlogon_receive()
204 primary += strspn(primary, "\\"); in smb_netlogon_receive()
216 if (domain == NULL || primary == NULL) { in smb_netlogon_receive()
223 domain, primary, src_name); in smb_netlogon_receive()
238 (*netlogon_opt[i].handler)(primary, src_ipaddr); in smb_netlogon_receive()
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c67 __db_join(primary, curslist, flags, dbcp) in __db_join() argument
68 DB *primary; in __db_join()
76 DB_PANIC_CHECK(primary);
78 if ((ret = __db_joinchk(primary, flags)) != 0)
115 dbc->dbp = primary;
117 jc->j_primary = primary;
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dnic.esc69 setpayloadprop("primary-mac-address", confprop(pcifn/port[pn], "primary-mac-address")) && \
81 setpayloadprop("primary-mac-address", confprop(pciexfn/port[pn], "primary-mac-address")) && \
113 setpayloadprop("primary-mac-address", confprop(pciexfn/port[pn], "primary-mac-address")) &&
125 setpayloadprop("primary-mac-address", confprop(pciexfn/port[pn], "primary-mac-address"))
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dintpkey.test22 # Create a table with a primary key and a datatype other than
31 # There should be an index associated with the primary key
40 # Now create a table with an integer primary key and verify that
52 # Insert some records into the new table. Specify the primary key
102 # the integer primary key.
120 # Make sure SELECT statements are able to use the primary key column
129 # Try to insert a non-integer value into the primary key field. This
301 # Test inequality constraints on integer primary keys and rowids
382 # table that contains an integer primary key.
449 # Check insert of NULL for primary key
[all …]
H A Dlaststmtchanges.test83 create table t1 (k integer primary key);
84 create table t2 (k integer primary key, v1, v2);
180 create temp table t1 (k integer primary key);
181 create temp table t2 (k integer primary key);
184 create temp table n1 (k integer primary key, n);
185 create temp table n2 (k integer primary key, n);
H A Dmisc1.test197 # Test for multi-column primary keys, and for multiple primary keys.
206 } {1 {table "error1" has more than one primary key}}
214 } {1 {table "error1" has more than one primary key}}
484 # Test for memory leaks when a CREATE TABLE containing a primary key
490 CREATE TABLE test(a integer, primary key(a));
495 CREATE TABLE test(a integer, primary key(a));
500 CREATE TABLE test2(a text primary key, b text, primary key(a,b));
502 } {1 {table "test2" has more than one primary key}}
H A Dlastinsert.test32 create table t1 (k integer primary key);
59 create table t2 (k integer primary key, val1, val2, val3);
265 create temp table t1 (k integer primary key);
266 create temp table t2 (k integer primary key);
269 create temp table rid (k integer primary key, rin, rout);
H A Dvacuum.test154 CREATE TABLE Test (TestID int primary key);
159 CREATE TEMP TABLE tempTest (TestID int primary key, Test2 int NULL);
162 CREATE TABLE Test(TestID int primary key, Test2 int NULL);
H A Dunique.test14 # and primary keys, and the UNIQUE constraint on table columns
21 # Try to create a table with two primary keys.
32 } {1 {table "t1" has more than one primary key}}
/illumos-gate/usr/src/cmd/devfsadm/
H A Daudio_link.c316 char primary[PATH_MAX + 1]; in check_audio_link() local
329 (void) sprintf(primary, primary_format, i); in check_audio_link()
330 if (devfsadm_link_valid(anynode, primary) == DEVFSADM_TRUE) { in check_audio_link()
333 primary, flags); in check_audio_link()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl43 pri_pages int, -- Number of primary pages used
45 pri_unused int, -- Number of unused bytes on primary pages
275 The number of pages that store data, either as primary B*Tree pages or
380 primary B*Tree page. Any additional payload is stored on a linked list
388 the current category. This is the sum of primary and overflow pages.
392 This is the number of primary B*Tree pages used.
398 Unused bytes on primary pages
400 The total number of bytes of unused space on all primary pages. The
402 total number of bytes on primary pages.
412 The total number of bytes of unused space on all primary and overflow
H A Dspace_used.tcl27 pri_pages int, -- Number of primary pages used
29 pri_unused int, -- Number of unused bytes on primary pages
/illumos-gate/usr/src/cmd/pcidb/
H A Dpcidb.c503 uint32_t primary, secondary; in pcidb_parse_device_filter() local
523 primary = (uint32_t)val; in pcidb_parse_device_filter()
525 filter->pft_vend = primary; in pcidb_parse_device_filter()
528 filter->pft_subven = primary; in pcidb_parse_device_filter()
549 filter->pft_vend = primary; in pcidb_parse_device_filter()
559 filter->pft_vend = primary; in pcidb_parse_device_filter()
564 filter->pft_subven = primary; in pcidb_parse_device_filter()
573 filter->pft_vend = primary; in pcidb_parse_device_filter()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c190 boolean_t primary; in method_store_contract() local
195 primary = !method_is_transient(inst, type); in method_store_contract()
197 if (!primary) { in method_store_contract()
235 r = restarter_store_contract(inst->ri_m_inst, *cid, primary ? in method_store_contract()
278 method_remove_contract(restarter_inst_t *inst, boolean_t primary, in method_remove_contract() argument
281 ctid_t * const ctidp = primary ? &inst->ri_i.i_primary_ctid : in method_remove_contract()
289 primary ? "primary" : "transient", *ctidp, inst->ri_i.i_fmri); in method_remove_contract()
300 r = restarter_remove_contract(inst->ri_m_inst, *ctidp, primary ? in method_remove_contract()
332 if (primary) in method_remove_contract()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c276 boolean_t primary; in i_ipadm_dhcp_nvp2dbline() local
284 nvlist_lookup_boolean_value(v, IPADM_NVP_PRIMARY, &primary) != 0) { in i_ipadm_dhcp_nvp2dbline()
289 (primary ? "yes" : "no")); in i_ipadm_dhcp_nvp2dbline()
455 i_ipadm_add_dhcp2nvl(nvlist_t *nvl, boolean_t primary, int32_t wait) in i_ipadm_add_dhcp2nvl() argument
473 primary)) != 0) { in i_ipadm_add_dhcp2nvl()
621 boolean_t primary; in i_ipadm_dhcp_dbline2nvl() local
631 primary = (strcmp(cp, "yes") == 0); in i_ipadm_dhcp_dbline2nvl()
632 return (i_ipadm_add_dhcp2nvl(nvl, primary, (int32_t)wait_time)); in i_ipadm_dhcp_dbline2nvl()
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c57 struct buf *primary; /* buffer currently being parsed */ member
110 cp = curp->primary->buf; in choose_parser()
111 ep = cp + curp->primary->sz; in choose_parser()
582 save_primary = curp->primary; in mparse_readfd()
587 curp->primary = &blk; in mparse_readfd()
616 curp->primary = save_primary; in mparse_readfd()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dconstraints.schema2 id integer primary key,
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientstub.c159 DNSServiceOp *primary; // For shared connection member
473 x->primary = NULL; in FreeDNSServiceOp()
553 sdr->primary = NULL; in ConnectToServer()
581 sdr->primary = *ref; // Set our primary pointer in ConnectToServer()
724 MakeSeparateReturnSocket = (sdr->primary || in deliver_request()
986 if (sdRef->primary) in DNSServiceRefSockFD()
1081 if (sdRef->primary) in DNSServiceProcessResult()
1221 DNSServiceOp **p = &sdRef->primary->next; in DNSServiceRefDeallocate()
1446 hdr = create_hdr(resolve_request, &len, &ptr, (*sdRef)->primary ? 1 : 0, *sdRef); in DNSServiceResolve()
1564 hdr = create_hdr(query_request, &len, &ptr, (*sdRef)->primary ? 1 : 0, *sdRef); in DNSServiceQueryRecord()
[all …]
/illumos-gate/usr/src/tools/cw/
H A Dcw.c1340 cw_compiler_t primary = { NULL, NULL, 0 }; in main() local
1384 if (primary.c_path != NULL) { in main()
1390 parse_compiler(optarg, &primary); in main()
1408 if (primary.c_path == NULL) { in main()
1429 main_ctx->i_compiler = &primary; in main()
1432 (void) fputs(primary.c_path, stdout); in main()

12345