Searched refs:branch (Results 1 - 25 of 81) sorted by relevance

1234

/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_branch.c47 * mbd_label: If a DIMM associated with this branch is located on a memory
50 * We assume that there will be at most one such board for any branch.
54 mbd_label(fmd_hdl_t *hdl, cmd_branch_t *branch, const char *nacname) argument
61 for (bm = cmd_list_next(&branch->branch_dimms); bm != NULL;
77 cmd_branch_add_dimm(fmd_hdl_t *hdl, cmd_branch_t *branch, cmd_dimm_t *dimm) argument
84 fmd_hdl_debug(hdl, "Attaching dimm %s to branch %s\n",
85 dimm->dimm_unum, branch->branch_unum);
88 cmd_list_append(&branch->branch_dimms, bm);
92 cmd_branch_remove_dimm(fmd_hdl_t *hdl, cmd_branch_t *branch, cmd_dimm_t *dimm) argument
96 fmd_hdl_debug(hdl, "Detaching dimm %s from branch
145 cmd_branch_t *branch = (cmd_branch_t *)arg; local
209 branch_dimmlist_create(fmd_hdl_t *hdl, cmd_branch_t *branch) argument
303 cmd_branch_create_fault(fmd_hdl_t *hdl, cmd_branch_t *branch, const char *fltnm, nvlist_t *asru) argument
383 cmd_branch_t *branch; local
415 cmd_branch_t *branch; local
437 cmd_branch_t *branch; local
458 cmd_branch_t *branch; local
475 cmd_branch_t *branch; local
547 cmd_branch_dirty(fmd_hdl_t *hdl, cmd_branch_t *branch) argument
559 branch_dimmlist_free(fmd_hdl_t *hdl, cmd_branch_t *branch) argument
570 branch_free(fmd_hdl_t *hdl, cmd_branch_t *branch, int destroy) argument
596 cmd_branch_destroy(fmd_hdl_t *hdl, cmd_branch_t *branch) argument
610 cmd_branch_t *branch = (cmd_branch_t *)arg; local
641 branch_exist(fmd_hdl_t *hdl, cmd_branch_t *branch) argument
671 cmd_branch_t *branch, *next; local
697 cmd_branch_t *branch; local
[all...]
H A Dcmd_memerr_arch.c340 * VF dsu's need to be treated like branch errors,
363 cmd_branch_t *branch; local
383 branch = cmd_branch_lookup(hdl, asru);
384 if (branch == NULL) {
385 if ((branch = cmd_branch_create(hdl, asru)) == NULL)
389 if (branch->branch_case.cc_cp != NULL &&
390 fmd_case_solved(hdl, branch->branch_case.cc_cp)) {
395 if (branch->branch_case.cc_cp == NULL) {
396 branch->branch_case.cc_cp = cmd_case_create(hdl,
397 &branch
[all...]
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000.h940 #define NRECMEMA_RD(branch) (nb_chipset == INTEL_NB_5400 ? \
941 nb_pci_getw(0, (branch) ? 22 : 21, 1, 0xbe, 0) : \
943 #define NRECMEMB_RD(branch) (nb_chipset == INTEL_NB_5400 ? \
944 nb_pci_getl(0, (branch) ? 22 : 21, 1, 0xc0, 0) : \
946 #define NRECFGLOG_RD(branch) (nb_chipset == INTEL_NB_5400 ? \
947 nb_pci_getl(0, (branch) ? 22 : 21, 1, 0x74, 0) : \
949 #define NRECFBDA_RD(branch) (nb_chipset == INTEL_NB_5400 ? \
950 nb_pci_getl(0, (branch) ? 22 : 21, 1, 0xc4, 0) : \
952 #define NRECFBDB_RD(branch) (nb_chipset == INTEL_NB_5400 ? \
953 nb_pci_getl(0, (branch)
[all...]
H A Dintel_nb5000.c107 sp->branch = -1;
120 sp->branch = channel >> 1;
139 sp->pa = dimm_getphys((uint16_t)sp->branch,
152 sp->offset = dimm_getoffset(sp->branch, sp->rank,
235 int branch, channel, ecc_locator; local
249 sp->branch = -1;
256 branch = channel >> 1;
257 sp->branch = branch;
299 sp->channel = branch <<
1145 int channel, branch; local
1197 int channel, branch; local
1267 int channel, branch; local
[all...]
H A Dintel_nbdrv.c60 rank_to_base(uint8_t branch, uint8_t rank, uint8_t *interleave, uint64_t *limit, argument
75 if (nb_ranks[branch][i].rank[j] == rank) {
76 base = nb_ranks[branch][i].base;
77 lt = nb_ranks[branch][i].limit;
78 il = nb_ranks[branch][i].interleave;
79 h = nb_ranks[branch][i].hole_base;
80 hs = nb_ranks[branch][i].hole_size;
83 nb_ranks[branch][i].branch_interleave;
91 if (nb_banks[i].way[branch] &&
147 "dimm-rank-interleave-branch", (uint32_
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlog.s49 je .zero / no branch if x is +denormal
61 jne .less_than_0 / branch if x is -denormal
76 jne .neg_nan_reentry / branch if x is NaN with signbit = 1
H A Dlog10.s49 je .zero / no branch if x is +denormal
61 jne .less_than_0 / branch if x is -denormal
76 jne .neg_nan_reentry / branch if x is NaN with signbit = 1
H A Drint.s39 jae .done / if so, branch (already integral)
H A Drintf.s39 jae .done / if so, branch (already integral)
H A Dhypot.s96 jnz .check_y / branch if x is denormal
105 jnz .check_y / branch if x is NaN
117 jnz .do_hypot / branch if y is denormal
126 jnz .do_hypot / branch if y is NaN
H A Dexp2.s49 je .x_integral / branch if x integral
69 ja .finite_non_special / branch if |x| slightly > 1
87 jz .NaN_or_pinf / branch if x = +INF
H A Dexp2l.s49 je .x_integral / branch if x integral
72 ja .finite_non_special / branch if |x| slightly > 1
91 jz .NaN_or_pinf / branch if x = +INF
H A Dexp2f.s47 je .x_integral / branch if x integral
74 ja .NaN_or_pinf / branch if x is NaN
77 jz .NaN_or_pinf / branch if x = +INF
H A Dexp.s59 sahf / main branch, but save about 265
124 ja .finite_non_special / branch if |x| slightly > ln(2)
145 jz .NaN_or_pinf / branch if x = +INF
H A Dexp10.s59 je .z_integral / branch if z integral
101 ja .finite_non_special / branch if |x| slightly > log10(2)
121 jz .NaN_or_pinf / branch if x = +INF
H A Dlround.s71 / most cases will not take branch.
H A Dround.s71 / most cases will not take branch.
H A Droundl.s71 / most cases will not take branch.
H A Dexp10f.s57 je .z_integral / branch if z integral
108 ja .NaN_or_pinf / branch if x is NaN
111 jz .NaN_or_pinf / branch if x = +INF
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexp2l.s48 je .x_integral / branch if x integral
71 ja .finite_non_special / branch if |x| slightly > 1
90 jz .NaN_or_pinf / branch if x = +INF
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c172 * Copy a full branch of device nodes. Used by copy_devinfo() and
179 hp_node_t self, branch; local
196 * instead to build the branch associated with current device.
215 branch = NULL;
216 if ((rv = copy_devices(self, child, flags, &branch)) != 0) {
221 if (branch != NULL)
222 node_list_add(&children, branch);
234 * Copy a full branch of hotplug nodes. Used by copy_devinfo()
238 * to the branch associated with that specific connection.
262 * this will build the branch associate
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h79 uint32_t branch; /* branch or skip address (& Z) */ member in struct:hci1394_desc_s
92 uint32_t branch; member in struct:hci1394_desc_imm_s
136 * definitions for the descriptor header. Namely hdr, branch, and stat.
193 #define HCI1394_SET_BRANCH(DESCP, ADDR, Z) ((DESCP)->branch = 0 | \
196 #define HCI1394_GET_BRANCH_ADDR(DESCP) ((DESCP)->branch & ~DESC_Z_MASK)
197 #define HCI1394_GET_BRANCH_Z(DESCP) ((DESCP)->branch & DESC_Z_MASK)
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S293 bz,pn %icc,.range0 ! branch if > 2^19 pi
299 bz,pn %icc,.range1 ! branch if > 2^19 pi
305 bz,pn %icc,.range2 ! branch if > 2^19 pi
311 bz,pn %icc,.range3 ! branch if > 2^19 pi
333 bz,pn %icc,.medium ! branch if any argument is > pi/4
746 bnz,a,pt %icc,1f ! branch if finite
747 ! delay slot, squashed if branch not taken
787 bnz,a,pt %icc,1f ! branch if finite
788 ! delay slot, squashed if branch not taken
828 bnz,a,pt %icc,1f ! branch i
[all...]
H A D__vsincos.S845 ! delay slot, harmless if branch taken
848 bl,a,pt %icc,2f ! branch if finite
849 ! delay slot, squashed if branch not taken
869 ! delay slot, harmless if branch taken
884 ! delay slot, harmless if branch taken
887 bl,a,pt %icc,2f ! branch if finite
888 ! delay slot, squashed if branch not taken
908 ! delay slot, harmless if branch taken
923 ! delay slot, harmless if branch taken
926 bl,a,pt %icc,2f ! branch i
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py100 """Return the current git branch"""
102 p = git('branch')
105 sys.stderr.write("Failed finding git branch\n")
110 if elt.endswith('(no branch)'):
115 def git_parent_branch(branch):
116 """Return the parent of the current git branch.
118 If this branch tracks a remote branch, return the remote branch which is
121 if not branch
[all...]

Completed in 127 milliseconds

1234