/illumos-gate/usr/src/lib/brand/solaris10/cmd/ |
H A D | s10_net_physical.sh | 329 # 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...] |
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | net-physical | 370 # First find the primary interface. Default to the first 371 # interface if not specified. First primary interface found 378 primary= 388 if [ "$i" = primary ]; then 389 primary=$1 394 [ -n "$primary" ] && break 398 [ -z "$primary" ] && primary="$firstif" 399 cmdline=`shcat /etc/dhcp\.${primary}` 401 if [ "$_INIT_NET_IF" != "$primary" ]; the [all...] |
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_io.c | 375 if (urdc->primary.addr.maxlen) 376 free_rdc_netbuf(&urdc->primary.addr); 443 if (urdc->primary.addr.maxlen) 444 free_rdc_netbuf(&(urdc->primary.addr)); 620 * Look for matching group name, primary host name and secondary 638 if (strncmp(utmp->primary.intf, urdc->primary.intf, 640 /* Same group name, different primary interface */ 751 * Look for matching group name, primary host name and secondary 781 if (strncmp(utmp->primary [all...] |
H A D | rdc_bitmap.c | 215 (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 D | rdc_svc.c | 237 * 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 D | rdc_ioctl.h | 168 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 D | rdc.c | 543 /* primary address structure, avoiding netbuf */ 544 bcopy(&urdc->primary.intf[0], &set32.primary.intf[0], tailsize); 935 urdc->primary.file); 942 urdc->primary.bitmap); 949 urdc->primary.intf); 1015 varsize = strlen(urdc->primary.file) + 1 1017 + strlen(urdc->primary.intf) + 1 1020 varsize += strlen(urdc->primary.bitmap) + 1;
|
H A D | rdc_health.c | 176 * 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...] |
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | __lgammal.c | 34 * We choose [1.5,2.5] to be the primary interval. Our algorithms 57 static long double primary(long double); 92 return (primary(x)-log1pl(x))-logl(x); 94 return (primary(x-y)-logl(x)); 96 return (primary(x-y)); 98 return (primary(x-y)+logl(x-c1)); 100 return (primary(x-y)+logl((x-c1)*(x-c2))); 102 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3))); 104 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4))); 106 return (primary( 305 primary(long double s) { /* assume |s|<=0.5 */ function [all...] |
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | __lgammal.c | 34 * We choose [1.5,2.5] to be the primary interval. Our algorithms 57 static long double primary(long double); 88 return (primary(x)-log1pl(x))-logl(x); 90 return primary(x-y)-logl(x); 92 return primary(x-y); 94 return primary(x-y)+logl(x-c1); 96 return primary(x-y)+logl((x-c1)*(x-c2)); 98 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)); 100 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)); 102 return primary( 301 primary(long double s) { /* assume |s|<=0.5 */ function [all...] |
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | dd.c | 365 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...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | gpt.h | 39 grub_uint64_t primary; member in struct:grub_gpt_header
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 27 * 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);
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_join.c | 60 * 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...] |
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | space_used.tcl | 30 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 D | spaceanal.tcl | 46 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...] |
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | audio_link.c | 316 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);
|
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_persist.c | 49 * 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...] |
/illumos-gate/usr/src/lib/librdc/common/ |
H A D | rdcconfig.c | 134 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...] |
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | read.c | 57 struct buf *primary; /* buffer currently being parsed */ member in struct:mparse 273 cp = curp->primary->buf; 274 ep = cp + curp->primary->sz; 715 svprimary = curp->primary; 716 curp->primary = &blk; 735 curp->primary = svprimary;
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 190 boolean_t primary; local 195 primary = !method_is_transient(inst, type); 197 if (!primary) { 217 "%s: primary ctid expected to be 0 but " 225 log_framework(LOG_DEBUG, "Storing primary contract %ld for " 235 r = restarter_store_contract(inst->ri_m_inst, *cid, primary ? 278 method_remove_contract(restarter_inst_t *inst, boolean_t primary, argument 281 ctid_t * const ctidp = primary ? &inst->ri_i.i_primary_ctid : 289 primary ? "primary" [all...] |
/illumos-gate/usr/src/cmd/avs/rdc/ |
H A D | sndrsyncd.c | 445 (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...] |
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | sdt.c | 131 int primary, nprobes = 0; local 155 primary = vmem_contains(heap_arena, (void *)ctl, 213 sdp->sdp_primary = primary;
|
/illumos-gate/usr/src/uts/sparc/io/pciex/ |
H A D | pcieb_sparc.c | 203 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;
|
/illumos-gate/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientstub.c | 136 // When using kDNSServiceFlagsShareConnection, there is one primary _DNSServiceOp_t, and zero or more subordinates 137 // For the primary, the 'next' field points to the first subordinate, and its 'next' field points to the next, and so on. 138 // For the primary, the 'primary' field is NULL; for subordinates the 'primary' field points back to the associated primary 145 DNSServiceOp *primary; // For shared connection member in struct:_DNSServiceRef_t 338 * non-zero for calls that can't receive an immediate error return value on their primary 418 x->primary = NULL; 467 if (!DNSServiceRefValid(*ref) || ((*ref)->op != connection_request && (*ref)->op != connection_delegate_request) || (*ref)->primary) [all...] |