Searched refs:ph (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c79 di_prop_reset_pos(prop_handle_t *ph) argument
81 ph->ph_cur_pos = ph->ph_data;
82 ph->ph_save_pos = ph->ph_data;
90 di_prop_save_pos(prop_handle_t *ph) argument
92 ph->ph_save_pos = ph->ph_cur_pos;
99 di_prop_restore_pos(prop_handle_t *ph) argument
101 ph
112 di_prop_fm_decode_ints(prop_handle_t *ph, void *data, uint_t *nelements) argument
188 di_prop_fm_decode_strings(prop_handle_t *ph, void *data, uint_t *nelements) argument
268 di_prop_fm_decode_bytes(prop_handle_t *ph, void *data, uint_t *nelements) argument
368 di_prop_1275_int(prop_handle_t *ph, uint_t cmd, int *data) argument
483 di_prop_int64_op(prop_handle_t *ph, uint_t cmd, int64_t *data) argument
586 di_prop_1275_string(prop_handle_t *ph, uint_t cmd, char *data) argument
723 di_prop_1275_bytes(prop_handle_t *ph, uint_t cmd, uchar_t *data, uint_t nelements) argument
828 prop_handle_t ph; local
[all...]
H A Ddevinfo.c3109 di_prom_fini(di_prom_handle_t ph) argument
3111 struct di_prom_handle *p = (struct di_prom_handle *)ph;
3124 * XXX: ph->lock must be held for the duration of call.
3127 di_prom_prop_found(di_prom_handle_t ph, int nodeid, argument
3130 struct di_prom_handle *p = (struct di_prom_handle *)ph;
3209 di_prom_prop_next(di_prom_handle_t ph, di_node_t node, di_prom_prop_t prom_prop) argument
3211 struct di_prom_handle *p = (struct di_prom_handle *)ph;
3213 DPRINTF((DI_TRACE1, "Search next prop for node 0x%p with ph 0x%p\n",
3219 if ((ph == DI_PROM_HANDLE_NIL) || (node == DI_NODE_NIL)) {
3237 prom_prop = di_prom_prop_found(ph, DI_NOD
3279 di_prom_prop_lookup_common(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name) argument
3379 di_prom_prop_lookup_ints(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, int **prom_prop_data) argument
3405 di_prom_prop_lookup_strings(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, char **prom_prop_data) argument
3448 di_prom_prop_lookup_bytes(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, uchar_t **prom_prop_data) argument
3551 di_prom_prop_lookup_slot_names(di_prom_handle_t ph, di_node_t node, di_slot_name_t **prop_data) argument
[all...]
H A Dlibdevinfo.h265 extern void di_prom_fini(di_prom_handle_t ph);
267 extern di_prom_prop_t di_prom_prop_next(di_prom_handle_t ph, di_node_t node,
395 extern int di_prom_prop_lookup_slot_names(di_prom_handle_t ph, di_node_t node,
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetxby_door.c372 nss_pheader_t *ph; local
377 ph = (nss_pheader_t *)*dptr;
378 dbd = (nss_dbd_t *)((void *)((char *)ph + ph->dbd_off));
457 nss_pheader_t *ph, ph_save; local
466 ph = (nss_pheader_t *)*dptr;
474 ph_save = *ph;
489 ph = (nss_pheader_t *)*dptr;
490 *ph = ph_save;
491 ph
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c425 struct tcp_pseudohdr ph; local
426 ph.src = src->ipv4;
427 ph.dst = dst->ipv4;
428 ph.zero = 0;
429 ph.tcp_length = grub_cpu_to_be16 (nb->tail - nb->data);
430 ph.proto = proto;
431 b = ~grub_be_to_cpu16 (grub_net_ip_chksum ((void *) &ph, sizeof (ph)));
436 struct tcp6_pseudohdr ph; local
437 grub_memcpy (ph
[all...]
/osnet-11/usr/src/lib/libpicl/
H A Dllib-lpicl46 picl_prophdl_t *ph);
H A Dpicl.h145 picl_prophdl_t *ph);
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c62 di_prom_handle_t ph; /* Handle for using di_prom interface */ variable
340 for (p_prop = di_prom_prop_next(ph, di_node, DI_PROM_PROP_NIL);
342 p_prop = di_prom_prop_next(ph, di_node, p_prop)) {
441 if ((ph = di_prom_init()) == NULL) {
458 di_prom_fini(ph);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL105 ($outfile = $file) =~ s/\.h$/.ph/ || next;
124 "require '_h2ph_pre.ph';\n\n",
192 $incl =~ s/\.h$/.ph/;
221 $incl =~ s/\.h$/.ph/;
661 # Create "_h2ph_pre.ph", if it doesn't exist or was built by a different
667 my $preamble = "$Dest_dir/_h2ph_pre.ph";
708 # system's compiler. We need this information to make the .ph files
736 h2ph - convert .h C header files to .ph Perl header files
771 Put the resulting B<.ph> files beneath B<destination_dir>, instead of
794 Put ``hints'' in the .ph file
[all...]
H A Dperlivp.PL306 print "## Checking installations of *.h -> *.ph header files.\n" if $opt{'p'};
313 my @ph_files = qw(stdio.ph);
327 # (NB syslog.ph is heavily used for the DBI pre-requisites).
329 push(@ph_files, "$h_file.ph");
332 #foreach (qw(stdio.ph syslog.ph)) {
463 edit the resulting *.ph files to eliminate perl syntax errors.
H A Dc2ph.PL199 require 'syscall.ph';
200 require 'sys/time.ph';
201 require 'sys/resource.ph';
260 % h2ph <some_include_file.h > /usr/lib/perl/tmp.ph
261 % c2ph some_include_file.h >> /usr/lib/perl/tmp.ph
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c93 di_prom_handle_t ph);
110 di_prom_handle_t ph);
112 di_prom_handle_t ph);
162 args->ph = di_prom_init();
175 if (args->ph != DI_PROM_HANDLE_NIL) {
176 (void) di_prom_fini(args->ph);
203 if ((btype = bus_type(node, minor, args->ph)) == NULL) {
277 bp->freq = get_prom_int("clock-frequency", node, args->ph);
426 cp->freq = get_prom_int("clock-frequency", node, args->ph);
542 if (bus_type(node, minor, args->ph) !
1370 get_prom_int(char *prop_name, di_node_t node, di_prom_handle_t ph) argument
1382 get_prom_str(char *prop_name, di_node_t node, di_prom_handle_t ph) argument
1465 bus_type(di_node_t node, di_minor_t minor, di_prom_handle_t ph) argument
[all...]
H A Ddisks_private.h141 di_prom_handle_t ph; member in struct:search_args
/osnet-11/usr/src/lib/efcode/engine/
H A Dpackage.c122 phandle_t ph; local
125 ph = POP(DS);
126 CONVERT_PHANDLE(env, d, ph);
604 fstack_t ph = 0; local
613 REVERT_PHANDLE(env, ph, package);
615 PUSH(DS, ph);
746 fstack_t ph; local
748 REVERT_PHANDLE(env, ph, d);
749 log_message(MSG_INFO, "%llx %s\n", (uint64_t)ph, name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dharness36 lib/ph.t 1
96 # lib/ph.t 1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DScript.pm262 ph:phx:115:Phoenician
263 ph:pah:150:Pahlavi
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_impl.h181 #define SURI_OP_LOOKUP_URI(h, ph) (h->sh_ops->op_lookup_uri)(h, ph)
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c404 PAGE *h, *ph; local
451 if ((ph = mpool_get(t->bt_mp,
458 ep->page = h = ph;
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c1245 di_prom_handle_t ph; local
1265 ph = di_prom_init();
1266 n = di_prom_prop_lookup_ints(ph, dn, "virtual-root-complex",
1275 di_prom_fini(ph);
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1074 di_prom_handle_t ph = (di_prom_handle_t)slotarg->promp; local
1115 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL);
1119 rval = di_prom_prop_lookup_ints(ph,
1125 prom_prop = di_prom_prop_next(ph, din, prom_prop);
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c3793 int ph; local
3796 ph = strhash(data);
3797 h = ph & (x1a->size-1);
3833 h = ph & (x1a->size-1);
3956 int ph; local
3959 ph = strhash(key);
3960 h = ph & (x2a->size-1);
3997 h = ph & (x2a->size-1);
4162 int ph; local
4165 ph
4307 int ph; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1215 di_prom_handle_t ph = (di_prom_handle_t)slotarg->promp; local
1256 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL);
1260 rval = di_prom_prop_lookup_ints(ph,
1266 prom_prop = di_prom_prop_next(ph, din, prom_prop);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm15 Unlike the old mechanism of requiring a translated F<fcntl.ph>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm626 FILTER_ONLY code => sub { my $ph = $Filter::Simple::placeholder;
627 s{ ($ph) \s* [.] \s* ($ph) }{ $2.$1 }gx
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm42 Unlike the old mechanism of requiring a translated F<socket.ph>

Completed in 115 milliseconds

12