/illumos-gate/usr/src/lib/brand/solaris10/cmd/ |
H A D | s10_net_physical.sh | 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" ]; 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.c | 57 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.c | 57 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 D | net-physical | 414 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 441 [ $? != 0 ] && [ $? != 4 ] && i4d_fail="$i4d_fail $primary" [all …]
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | dd.c | 365 uint32_t primary = GET_PRIMARY(m_id); in update_matrix() local 368 if (primary >= matrix->x) { in update_matrix() 374 if (primary >= matrix->x * 2) { in update_matrix() 375 new_x = primary + 1; in update_matrix() 442 if (TEST_MEMBERSHIP(bmp, primary, second) == 0) { in update_matrix() 443 SET_MEMBERSHIP(bmp, primary, second); in update_matrix() 449 CLEAR_MEMBERSHIP(bmp, primary, second); in update_matrix() 455 if (TEST_MEMBERSHIP(bmp, primary, second) != 0) { in update_matrix() 456 CLEAR_MEMBERSHIP(bmp, primary, second); in update_matrix() 465 primary, second) != 0) { in update_matrix() [all …]
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 138 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 D | db_join.c | 67 __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 D | nic.esc | 69 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 D | intpkey.test | 22 # 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 72 # Attempting to insert a duplicate primary key should give a constraint 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 161 # Check to make sure indices work correctly with integer primary keys 251 # Create indices that include the integer primary key as one of their [all …]
|
H A D | laststmtchanges.test | 83 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 D | misc1.test | 197 # 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 D | lastinsert.test | 32 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 D | unique.test | 14 # 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}}
|
H A D | vacuum.test | 154 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);
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | audio_link.c | 316 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 D | spaceanal.tcl | 43 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 D | space_used.tcl | 27 pri_pages int, -- Number of primary pages used 29 pri_unused int, -- Number of unused bytes on primary pages
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 190 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 D | ipadm_persist.c | 276 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/pcidb/ |
H A D | pcidb.c | 531 uint32_t primary, secondary; in pcidb_parse_device_filter() local 551 primary = (uint32_t)val; in pcidb_parse_device_filter() 553 filter->pft_vend = primary; in pcidb_parse_device_filter() 556 filter->pft_subven = primary; in pcidb_parse_device_filter() 577 filter->pft_vend = primary; in pcidb_parse_device_filter() 587 filter->pft_vend = primary; in pcidb_parse_device_filter() 592 filter->pft_subven = primary; in pcidb_parse_device_filter() 601 filter->pft_vend = primary; in pcidb_parse_device_filter()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | read.c | 57 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 D | lc.tab | 187 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/contrib/mDNSResponder/mDNSShared/ |
H A D | dnssd_clientstub.c | 159 DNSServiceOp *primary; // For shared connection member 473 x->primary = NULL; in FreeDNSServiceOp() 524 …((*ref)->op != connection_request && (*ref)->op != connection_delegate_request) || (*ref)->primary) in ConnectToServer() 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() 1219 if (sdRef->primary) // If this is a subordinate DNSServiceOp, just send a 'stop' command in DNSServiceRefDeallocate() 1221 DNSServiceOp **p = &sdRef->primary->next; in DNSServiceRefDeallocate() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | constraints.schema | 2 id integer primary key,
|
/illumos-gate/usr/src/tools/cw/ |
H A D | cw.c | 1340 cw_compiler_t primary = { NULL, NULL, 0 }; in main() local 1385 if (primary.c_path != NULL) { in main() 1391 parse_compiler(optarg, &primary); in main() 1411 if (primary.c_path == NULL) { in main() 1432 main_ctx->i_compiler = &primary; in main() 1435 (void) fputs(primary.c_path, stdout); in main()
|