Searched refs:pi (Results 76 - 100 of 132) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c827 ibt_hca_portinfo_t pi; local
889 bzero(&pi, sizeof (ibt_hca_portinfo_t));
890 pi.p_sgid_tbl = sgid_tbl;
891 pi.p_pkey_tbl = pkey_tbl;
892 (void) hermon_port_query(state, i + 1, &pi);
894 portstat.asp_port_num = pi.p_port_num;
895 portstat.asp_state = pi.p_linkstate;
896 portstat.asp_guid = pi.p_sgid_tbl[0].gid_guid;
948 ibt_hca_portinfo_t pi; local
1019 bzero(&pi, sizeo
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c851 ibt_hca_portinfo_t pi; local
925 bzero(&pi, sizeof (ibt_hca_portinfo_t));
926 pi.p_sgid_tbl = sgid_tbl;
927 pi.p_pkey_tbl = pkey_tbl;
928 if (tavor_port_query(state, i + 1, &pi) != 0) {
933 portstat.tsp_port_num = pi.p_port_num;
934 portstat.tsp_state = pi.p_linkstate;
935 portstat.tsp_guid = pi.p_sgid_tbl[0].gid_guid;
994 ibt_hca_portinfo_t pi; local
1082 bzero(&pi, sizeo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1022 di_path_t pi = DI_PATH_NIL; local
1031 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
1034 phci_node = di_path_phci_node(pi);
1053 path_instance = di_path_instance(pi);
1059 di_path_bus_addr(pi));
1067 di_instance(phci_node), path_state_name(di_path_state(pi)));
1070 pi, DDI_DEV_T_ANY, NULL);
/opensolaris-onvv-gate/usr/src/cmd/sgs/error/common/
H A Derrorinput.c52 Errorclass pi(void);
96 ((errorclass = pi()) != C_UNKNOWN) ||
H A Derrorpi.c41 * Attempt to handle error messages produced by pi (and by pc)
46 * problem #2: pi doesn't always tell you what line number
62 * Here are the error strings used in pi version 1.2 that can refer
70 * Here are the general pi patterns recognized:
85 * pi is now complaining about 2nd pass errors.
195 pi(void) function
214 * when there are strlen("(*[pi]") or more
218 * the pi error messages can be inserted above the
221 * instead of after it as does pi.)
277 * during the second pass of pi, an
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t263 my $pi = 4 * atan2(1,1) + $TAINT0;
264 test 28, tainted $pi;
266 ($pi) = $pi =~ /(\d+\.\d+)/;
267 test 29, not tainted $pi;
268 test 30, sprintf("%.5f", $pi) eq '3.14159';
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dramdisk.c437 pgcnt_t pi, lastpi; local
443 pi = offpgs;
444 lastpi = pi + btopr(rsp->rd_window_size);
453 for (; pi < lastpi; ++pi) {
454 hat_memload(kas.a_hat, vaddr, rsp->rd_ppa[pi],
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dcollect.c775 int pi = (*name == '!'); local
777 if ((of = pi ? npopen(++name, "w") : fopen(name, "a")) == NULL) {
781 if (pi) {
786 pi ? npclose(of) : fclose(of);
787 if (pi) {
/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c704 di_path_t pi = DI_PATH_NIL; local
707 (pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
713 di_node_t phci_node = di_path_phci_node(pi);
716 cnt = di_path_prop_lookup_bytes(pi, WWN_PROP, &bytes);
736 di_path_state(pi), wwn) == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c895 struct mdi_pathinfo pi; local
900 if (mdb_vread((void*)&pi, sizeof (pi),
909 (uintptr_t)pi.pi_phci) == -1) {
911 (uintptr_t)pi.pi_phci);
930 devinfo_pathinfo_state(pi.pi_state);
935 0, NULL, (uintptr_t)pi.pi_prop) != 0) {
940 pip = pi.pi_client_link;
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c563 processor_info_t *pi = &(CPU->cpu_type_info); local
573 cpu_set_curr_clock(((uint64_t)pi->pi_clock * 1000000) /
H A Dus3_jalapeno.c708 processor_info_t *pi = &(CPU->cpu_type_info); local
795 cpu_set_curr_clock(((uint64_t)pi->pi_clock * 1000000) /
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DGenericEventHandler.cxx170 void GenericEventHandler::pi(PiEvent *event) function in class:SP_NAMESPACE::GenericEventHandler
181 app_->pi(appEvent);
682 case Entity::pi:
683 to.dataType = SGMLApplication::Entity::pi;
H A DEntity.cxx43 : InternalEntity(name, declType, pi, defLocation, text)
312 parser.eventHandler().pi(new (parser.eventAllocator())
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DLanguage.pm252 pi:Pali
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsense.h265 } pi; member in union:scsi_sk_specific_data
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c120 processor_info_t *pi = &cp->cpu_type_info; local
125 pi->pi_clock = cpu_freq;
139 (void) strcpy(pi->pi_processor_type, "i386");
141 (void) strcpy(pi->pi_fputypes, "i387 compatible");
/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1294 add_to_phci_list(char **phci_list, sv_path_info_t *pi, int npaths, int state, argument
1301 if (state == pi->ret_state) {
1303 pi->device.ret_phci, node_name, pi->ret_addr);
1309 pi++;
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1087 scsi_hba_probe_pi(struct scsi_device *sd, int (*callback)(), int pi) argument
1135 if (pi && scsi_pkt_allocated_correctly(inq_pkt)) {
1136 inq_pkt->pkt_path_instance = pi;
1240 if (pi && scsi_pkt_allocated_correctly(rq_pkt)) {
1241 rq_pkt->pkt_path_instance = pi;
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c4899 * (above), where the pi state is set to STANDBY, we don't
6538 sv_path_info_t *pi; local
6571 pi = (sv_path_info_t *)*upibuf;
6572 for (index = 0; index < num_paths; index++, src++, pi++) {
6578 pi->ret_prop.buf_size =
6580 pi->ret_prop.ret_buf_size =
6582 pi->ret_prop.buf =
6615 for (index = 0, pi = *kpibuf; index < num_paths; index++, pi++) {
6619 pi
6650 sv_path_info_t *pi; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/
H A DSgmlsEventHandler.cxx199 void SgmlsEventHandler::pi(PiEvent *event) function in class:SP_NAMESPACE::SgmlsEventHandler
464 case Entity::pi:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm731 sub pi { 3; }
733 Normally, the following code will result in two calls to C<pi>:
735 $x = pi();
736 ($y) = pi();
737 $z = pi();
741 the real C<pi> function; it gets the value from the scalar cache.
743 Obviously, the second call to C<pi> is a waste of time, and storing
747 that was populated by the first call. C<pi> ends up being called only
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h408 int *pi; member in union:ns_param::__anon4348
416 #define ns_pi ns_pu.pi
456 ns_datatype_t data_type; /* ppc,pi,pc,int etc... */
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.c670 static int mc5_cmp(const void *pi, const void *pj) argument
672 const u32 *pii = (const u32 *)pi;
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h765 #define SYNC_OQ_ENTRY(hwp, qn, ci, pi) \
768 (hwp)->oqpi[qn] = pi

Completed in 386 milliseconds

123456