Searched defs:primary (Results 26 - 39 of 39) sorted by relevance

12

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1380 int ret = 0, primary; local
1385 primary = 1;
1388 primary = 0;
1413 pname = primary? SCF_PROPERTY_CONTRACT :
1679 int ret = 0, primary; local
1682 primary = 1;
1684 primary = 0;
1707 pname = primary ? SCF_PROPERTY_CONTRACT :
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2140 primary() function
2161 primary();
2664 primary();
2667 primary();
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c773 isaf_t *primary = NULL, *secondary; local
800 * if the inbound or outbound table should be the primary
805 primary = sq.inbound;
812 primary = sq.outbound;
816 if (primary == NULL) {
836 primary = sq.inbound;
852 primary = sq.outbound;
938 samsg, ksi, primary, secondary, larval, clone, is_inbound,
H A Dipsecesp.c3304 isaf_t *primary = NULL, *secondary; local
3328 * if the inbound or outbound table should be the primary
3333 primary = sq.inbound;
3339 primary = sq.outbound;
3343 if (primary == NULL) {
3363 primary = sq.inbound;
3378 primary = sq.outbound;
3462 mp, samsg, ksi, primary, secondary, larval, clone, is_inbound,
H A Dsadb.c2875 * SAs can be "inbound", "outbound", or "both". The "primary" and "secondary"
2891 keysock_in_t *ksi, isaf_t *primary, isaf_t *secondary,
3548 * inbound. We map "primary" and "secondary" into outbound and inbound
3551 * "primary" bucket is the outbound one.
3554 /* primary == outbound */
3555 mutex_enter(&primary->isaf_lock);
3558 /* primary == inbound */
3560 mutex_enter(&primary->isaf_lock);
3575 ASSERT(newbie->ipsa_linklock == &primary->isaf_lock ||
3581 error = sadb_insertassoc(newbie, primary);
2890 sadb_common_add(queue_t *pfkey_q, mblk_t *mp, sadb_msg_t *samsg, keysock_in_t *ksi, isaf_t *primary, isaf_t *secondary, ipsa_t *newbie, boolean_t clone, boolean_t is_inbound, int *diagnostic, netstack_t *ns, sadbp_t *spp) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h410 int primary; member in struct:Nest_s
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c581 bus = pci_bus_range.lo; /* primary bus number of this bus node */
1139 new_bus_range[0] = bus_range.lo; /* primary bus number */
1260 bus = pci_bus_range.lo; /* primary bus number of this bus node */
3519 uint_t primary, uint_t secondary, uint_t subordinate)
3521 DEBUG3("Setting bridge bus-range %d,%d,%d\n", primary, secondary,
3526 pci_config_put8(config_handle, PCI_BCNF_PRIBUS, primary);
3518 pcicfg_set_bus_numbers(ddi_acc_handle_t config_handle, uint_t primary, uint_t secondary, uint_t subordinate) argument
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1011 int primary = 0; local
1067 primary = vmem_contains(heap_arena, (void *)ctl,
1381 fbt->fbtp_primary = primary;
1432 fbt->fbtp_primary = primary;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge.h247 boolean_t primary; member in struct:_hxge_addr
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c741 bus = pci_bus_range.lo; /* primary bus number of this bus node */
1263 new_bus_range[0] = bus_range.lo; /* primary bus number */
1339 bus = pci_bus_range.lo; /* primary bus number of this bus node */
3583 * Create primary-bus and secondary-bus properties to be used
3588 "primary-bus", pbus)) != DDI_SUCCESS) {
3777 uint_t primary, uint_t secondary, uint_t subordinate)
3779 DEBUG3("Setting bridge bus-range %d,%d,%d\n", primary, secondary,
3784 pci_config_put8(config_handle, PCI_BCNF_PRIBUS, primary);
3821 DDI_PROP_DONTPASS, "primary-bus", -1);
3776 pcicfg_set_bus_numbers(ddi_acc_handle_t config_handle, uint_t primary, uint_t secondary, uint_t subordinate) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c145 request_state *primary; // If this operation is on a shared socket, pointer to primary member in struct:request_state
156 // Note: On a shared connection these fields in the primary structure, including hdr, are re-used
411 if (req->primary) // If this is a subbordinate operation, check that the parent is in the list
414 if (r == req->primary)
444 if (req->primary) // If this is a subbordinate operation, check that the parent is in the list
447 if (r == req->primary)
482 // Now, if this request_state is not subordinate to some other primary, close file descriptor and discard replies
483 if (!req->primary)
547 // If our request is sharing a connection, then we append our reply_state onto the primary'
[all...]
H A DmDNS.c12544 NetworkInterfaceInfo *primary; local
12553 primary = FindFirstAdvertisedInterface(m);
12554 if (!primary) primary = set; // If no existing advertised interface, this new NetworkInterfaceInfo becomes our new primary
12604 set->RR_A.RRSet = &primary->RR_A; // May refer to self
13015 NetworkInterfaceInfo *primary; local
13117 primary = FindFirstAdvertisedInterface(m);
13118 A = primary ? &primary
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h160 int if_down; /* i/f is down (set on primary) */
161 int isprimary; /* this end is a primary */
253 rdc_hdr_addr_t primary; member in struct:__anon4510
265 rdc_hdr_addr_t primary; member in struct:__anon4511
278 rdc_hdr_addr_t primary; member in struct:__anon4512
417 int pindex; /* primary host set index */
419 uint64_t qpos; /* offset on primary's queue */
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h690 boolean_t primary; /* primary addr set?. */ member in struct:_nxge_t

Completed in 441 milliseconds

12