Home
last modified time | relevance | path

Searched refs:p1275_ptr2cell (Results 1 – 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c81 ci[0] = p1275_ptr2cell("SUNW,asr-list-keys-len"); in prom_asr_list_keys_len()
145 ci[3] = p1275_ptr2cell(keystr); /* Arg1: key address */ in prom_asr_disable()
166 ci[3] = p1275_ptr2cell(keystr); /* Arg1: key address */ in prom_asr_enable()
186 ci[0] = p1275_ptr2cell("getproplen"); /* Service name */ in prom_getproplen()
190 ci[4] = p1275_ptr2cell(name); /* Arg2: Property name */ in prom_getproplen()
220 ci[0] = p1275_ptr2cell("getprop"); /* Service name */ in prom_getprop()
224 ci[4] = p1275_ptr2cell(name); /* Arg2: property name */ in prom_getprop()
242 ci[0] = p1275_ptr2cell("getprop"); /* Service name */ in prom_bounded_getprop()
246 ci[4] = p1275_ptr2cell(name); /* Arg2: property name */ in prom_bounded_getprop()
265 ci[0] = p1275_ptr2cell("nextprop"); /* Service name */ in prom_nextprop()
[all …]
H A Dprom_handler.c37 ci[0] = p1275_ptr2cell("set-callback"); /* Service name */ in prom_set_callback()
40 ci[3] = p1275_ptr2cell(handler); /* Arg1: New handler */ in prom_set_callback()
55 ci[0] = p1275_ptr2cell("set-symbol-lookup"); /* Service name */ in prom_set_symbol_lookup()
58 ci[3] = p1275_ptr2cell(sym2val); /* Arg1: s2v handler */ in prom_set_symbol_lookup()
59 ci[4] = p1275_ptr2cell(val2sym); /* Arg1: v2s handler */ in prom_set_symbol_lookup()
H A Dprom_io.c53 ci[0] = p1275_ptr2cell("open"); /* Service name */ in prom_open()
56 ci[3] = p1275_ptr2cell(path); /* Arg1: Pathname */ in prom_open()
78 ci[0] = p1275_ptr2cell("seek"); /* Service name */ in prom_seek()
113 ci[0] = p1275_ptr2cell("read"); /* Service name */ in prom_read()
117 ci[4] = p1275_ptr2cell(buf); /* Arg2: buffer address */ in prom_read()
218 ci[0] = p1275_ptr2cell("write"); /* Service name */ in prom_write()
222 ci[4] = p1275_ptr2cell(buf); /* Arg2: buffer addr */ in prom_write()
246 ci[0] = p1275_ptr2cell("close"); /* Service name */ in prom_close()
H A Dprom_key.c90 ci[0] = p1275_ptr2cell("SUNW,set-security-key"); in prom_set_security_key()
93 ci[3] = p1275_ptr2cell(keyname); in prom_set_security_key()
94 ci[4] = p1275_ptr2cell(buf); in prom_set_security_key()
166 ci[0] = p1275_ptr2cell("SUNW,get-security-key"); in prom_get_security_key()
169 ci[3] = p1275_ptr2cell(keyname); in prom_get_security_key()
170 ci[4] = p1275_ptr2cell(buf); in prom_get_security_key()
H A Dprom_test.c39 ci[0] = p1275_ptr2cell("test"); /* Service name */ in prom_test()
42 ci[3] = p1275_ptr2cell(service); /* Arg1: requested svc name */ in prom_test()
60 ci[0] = p1275_ptr2cell("test-method"); /* service */ in prom_test_method()
64 ci[4] = p1275_ptr2cell(method); in prom_test_method()
H A Dprom_node.c40 ci[0] = p1275_ptr2cell("peer"); /* Service name */ in prom_nextnode()
58 ci[0] = p1275_ptr2cell("child"); /* Service name */ in prom_childnode()
197 ci[0] = p1275_ptr2cell("parent"); /* Service name */ in prom_parentnode()
231 ci[0] = p1275_ptr2cell("finddevice"); /* Service name */ in prom_finddevice()
234 ci[3] = p1275_ptr2cell(path); /* Arg1: pathname */ in prom_finddevice()
H A Dprom_path.c98 ci[0] = p1275_ptr2cell("canon"); /* Service name */ in prom_pathname()
101 ci[3] = p1275_ptr2cell(from); /* Arg1: token */ in prom_pathname()
102 ci[4] = p1275_ptr2cell(to); /* Arg2: buffer address */ in prom_pathname()
H A Dprom_reboot.c40 ci[0] = p1275_ptr2cell("boot"); /* Service name */ in prom_reboot()
43 ci[3] = p1275_ptr2cell(bootstr); /* Arg1: bootspec */ in prom_reboot()
H A Dprom_interp.c58 ci[0] = p1275_ptr2cell("interpret"); /* Service name */ in prom_interpret()
61 ci[3] = p1275_ptr2cell(string); /* Arg1: Interpreted string */ in prom_interpret()
H A Dprom_2path.c65 ci[0] = p1275_ptr2cell(service); /* Service name */ in token2path()
69 ci[4] = p1275_ptr2cell(buf); /* Arg2: Result buffer */ in token2path()
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_fio.c53 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_fopen()
56 ci[3] = p1275_ptr2cell("open-file"); /* Arg1: Method name */ in prom_fopen()
59 ci[6] = p1275_ptr2cell(path); /* Arg4: Pathname */ in prom_fopen()
100 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_volopen()
106 ci[6] = p1275_ptr2cell(path); /* Arg4: Pathname */ in prom_volopen()
131 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_fseek()
170 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_fread()
177 ci[7] = p1275_ptr2cell(buf); /* Arg5: buffer address */ in prom_fread()
203 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_fsize()
229 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_compinfo()
[all …]
H A Dprom_mmu.c73 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_map_phys()
76 ci[3] = p1275_ptr2cell("map"); /* Arg1: method name */ in prom_map_phys()
80 ci[7] = p1275_ptr2cell(virt); /* Arg5: SA3: virt */ in prom_map_phys()
117 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_allocate_virt()
120 ci[3] = p1275_ptr2cell("claim"); /* Arg1: Method name */ in prom_allocate_virt()
152 ci[3] = p1275_ptr2cell("claim"); /* Arg1: Method name */ in prom_claim_virt()
156 ci[7] = p1275_ptr2cell(virt); /* Arg5: virt */ in prom_claim_virt()
187 ci[6] = p1275_ptr2cell(virt); /* Arg4: virt */ in prom_free_virt()
209 ci[3] = p1275_ptr2cell("unmap"); /* Arg1: Method name */ in prom_unmap_virt()
212 ci[6] = p1275_ptr2cell(virt); /* Arg4: SA2: virt */ in prom_unmap_virt()
[all …]
H A Dprom_cpuctl.c37 ci[0] = p1275_ptr2cell("SUNW,stop-cpu-by-cpuid"); /* Service name */ in prom_stopcpu_bycpuid()
55 ci[0] = p1275_ptr2cell("SUNW,start-cpu"); /* Service name */ in prom_startcpu()
59 ci[4] = p1275_ptr2cell(pc); /* Arg2: pc */ in prom_startcpu()
74 ci[0] = p1275_ptr2cell("SUNW,start-cpu-by-cpuid"); /* Service name */ in prom_startcpu_bycpuid()
78 ci[4] = p1275_ptr2cell(pc); /* Arg2: pc */ in prom_startcpu_bycpuid()
94 ci[0] = p1275_ptr2cell("SUNW,wakeup-cpu"); /* Service name */ in prom_wakeupcpu()
115 ci[0] = p1275_ptr2cell("SUNW,park-cpu"); in prom_cpuoff()
135 ci[0] = p1275_ptr2cell("SUNW,hotadd-cpu-by-cpuid"); /* Service name */ in prom_hotaddcpu()
152 ci[0] = p1275_ptr2cell("SUNW,hotremove-cpu-by-cpuid"); /* Service */ in prom_hotremovecpu()
H A Dprom_efcode.c49 ci[0] = p1275_ptr2cell("SUNW,get-fcode-size"); in prom_get_fcode_size()
52 ci[3] = p1275_ptr2cell(str); in prom_get_fcode_size()
77 ci[0] = p1275_ptr2cell("SUNW,get-fcode"); in prom_get_fcode()
80 ci[3] = p1275_ptr2cell(buf); /* Arg#1: buffer to put fcode */ in prom_get_fcode()
81 ci[4] = p1275_ptr2cell(str); /* Arg#2: name of drop-in */ in prom_get_fcode()
H A Dprom_mem.c76 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_allocate_phys()
79 ci[3] = p1275_ptr2cell("claim"); /* Arg1: Method name */ in prom_allocate_phys()
115 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_claim_phys()
118 ci[3] = p1275_ptr2cell("claim"); /* Arg1: Method name */ in prom_claim_phys()
151 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_free_phys()
154 ci[3] = p1275_ptr2cell("release"); /* Arg1: Method name */ in prom_free_phys()
H A Dprom_alloc.c114 ci[0] = p1275_ptr2cell("claim"); /* Service name */ in prom_malloc()
117 ci[3] = p1275_ptr2cell(virt); /* Arg1: virt */ in prom_malloc()
136 ci[0] = p1275_ptr2cell("release"); /* Service name */ in prom_free()
139 ci[3] = p1275_ptr2cell(virt); /* Arg1: virt */ in prom_free()
H A Dprom_retain.c47 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_retain()
50 ci[3] = p1275_ptr2cell("SUNW,retain"); /* Arg1: Method name */ in prom_retain()
54 ci[7] = p1275_ptr2cell(id); /* Arg4: SA3: id name */ in prom_retain()
H A Dprom_getunum.c50 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_get_unum()
53 ci[3] = p1275_ptr2cell("SUNW,get-unumber"); /* Arg1: Method name */ in prom_get_unum()
56 ci[6] = p1275_ptr2cell(buf); /* Arg4: buf */ in prom_get_unum()
H A Dprom_set_traptable.c42 ci[0] = p1275_ptr2cell("SUNW,set-trap-table"); /* Service name */ in prom_set_traptable()
45 ci[3] = p1275_ptr2cell(tba_addr); /* Arg1: tba address */ in prom_set_traptable()
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/
H A Dprom_serengeti.c40 ci[0] = p1275_ptr2cell("SUNW,set-console-input"); in prom_serengeti_set_console_input()
43 ci[3] = p1275_ptr2cell(new_value); in prom_serengeti_set_console_input()
64 ci[0] = p1275_ptr2cell("SUNW,Serengeti,add-board"); /* name */ in prom_serengeti_attach_board()
88 ci[0] = p1275_ptr2cell("SUNW,Serengeti,remove-board"); /* name */ in prom_serengeti_detach_board()
112 ci[0] = p1275_ptr2cell("SUNW,Serengeti,switch-tunnel"); /* name */ in prom_serengeti_tunnel_switch()
136 ci[0] = p1275_ptr2cell("SUNW,Serengeti,park-cpu"); in prom_serengeti_cpu_off()
173 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_serengeti_get_ecacheunum()
176 ci[3] = p1275_ptr2cell("SUNW,Serengeti,get-ecache-unum"); in prom_serengeti_get_ecacheunum()
180 ci[6] = p1275_ptr2cell(buf); /* Arg4: buf */ in prom_serengeti_get_ecacheunum()
205 ci[0] = p1275_ptr2cell("SUNW,Serengeti,wakeup-cpu"); /* Service name */ in prom_serengeti_wakeupcpu()
H A Dprom_tlb.c47 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_itlb_load()
50 ci[3] = p1275_ptr2cell("SUNW,itlb-load"); /* Arg1: method name */ in prom_itlb_load()
52 ci[5] = p1275_ptr2cell(virt); /* Arg3: SA1: virt */ in prom_itlb_load()
77 ci[0] = p1275_ptr2cell("call-method"); /* Service name */ in prom_dtlb_load()
80 ci[3] = p1275_ptr2cell("SUNW,dtlb-load"); /* Arg1: method name */ in prom_dtlb_load()
82 ci[5] = p1275_ptr2cell(virt); /* Arg3: SA1: virt */ in prom_dtlb_load()
H A Dprom_opl.c46 ci[0] = p1275_ptr2cell("FJSV,get-tod"); /* Service name */ in prom_opl_get_tod()
71 ci[0] = p1275_ptr2cell("FJSV,set-domain-time"); /* Service name */ in prom_opl_set_diff()
87 ci[0] = p1275_ptr2cell("FJSV,attach-notice"); in prom_attach_notice()
105 ci[0] = p1275_ptr2cell("FJSV,detach-notice"); in prom_detach_notice()
123 ci[0] = p1275_ptr2cell("FJSV,switch-console"); /* name */ in prom_opl_switch_console()
H A Dprom_sunfire.c39 ci[0] = p1275_ptr2cell("SUNW,Ultra-Enterprise,cpu-off"); in prom_sunfire_cpu_off()
64 ci[0] = p1275_ptr2cell("SUNW,Ultra-Enterprise,add-brd"); /* name */ in prom_sunfire_attach_board()
87 ci[0] = p1275_ptr2cell("SUNW,Ultra-Enterprise,rm-brd"); /* name */ in prom_sunfire_detach_board()
/illumos-gate/usr/src/psm/promif/ieee1275/sun4v/
H A Dprom_set_mmfsa_traptable.c43 ci[0] = p1275_ptr2cell("SUNW,set-trap-table"); /* Service name */ in prom_set_mmfsa_traptable()
46 ci[3] = p1275_ptr2cell(tba_addr); /* Arg1: tba address */ in prom_set_mmfsa_traptable()
47 ci[4] = p1275_ptr2cell(mmfsa_ra); /* Arg2: mmfsa RA */ in prom_set_mmfsa_traptable()
H A Dprom_sun4v_api_version.c45 ci[0] = p1275_ptr2cell("SUNW,set-sun4v-api-version"); /* Service */ in prom_set_sun4v_api_version()
75 ci[0] = p1275_ptr2cell("SUNW,get-sun4v-api-version"); /* Service */ in prom_get_sun4v_api_version()

12