Searched refs:pb (Results 1 - 25 of 243) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_pblock.c308 pblock_lock( Slapi_PBlock *pb )
310 ldap_pvt_thread_mutex_lock( &pb->pb_mutex );
314 pblock_unlock( Slapi_PBlock *pb )
316 ldap_pvt_thread_mutex_unlock( &pb->pb_mutex );
320 pblock_get_default( Slapi_PBlock *pb, int param, void **value ) argument
345 for ( i = 0; i < pb->pb_nParams; i++ ) {
346 if ( pb->pb_params[i] == param ) {
349 *((int *)value) = pb->pb_values[i].pv_integer;
352 *((long *)value) = pb->pb_values[i].pv_long_integer;
355 *value = pb
398 pblock_set_default( Slapi_PBlock *pb, int param, void *value ) argument
442 pblock_be_call( Slapi_PBlock *pb, int (*bep)(Operation *) ) argument
460 pblock_get( Slapi_PBlock *pb, int param, void **value ) argument
822 pblock_add_control( Slapi_PBlock *pb, LDAPControl *control ) argument
865 pblock_set( Slapi_PBlock *pb, int param, void *value ) argument
1334 Slapi_PBlock *pb; local
1389 slapi_pblock_get( Slapi_PBlock *pb, int arg, void *value ) argument
1395 slapi_pblock_set( Slapi_PBlock *pb, int arg, void *value ) argument
[all...]
H A Dslapi_ops.c69 Slapi_PBlock *pb = SLAPI_OPERATION_PBLOCK( op ); local
74 assert( pb != NULL );
76 slapi_pblock_get( pb, SLAPI_X_INTOP_RESULT_CALLBACK, (void **)&prc );
77 slapi_pblock_get( pb, SLAPI_X_INTOP_CALLBACK_DATA, &callback_data );
81 slapi_pblock_set( pb, SLAPI_RESCONTROLS, ctrls );
95 Slapi_PBlock *pb = SLAPI_OPERATION_PBLOCK( op ); local
100 assert( pb != NULL );
102 slapi_pblock_get( pb, SLAPI_X_INTOP_SEARCH_ENTRY_CALLBACK, (void **)&psec );
103 slapi_pblock_get( pb, SLAPI_X_INTOP_CALLBACK_DATA, &callback_data );
120 Slapi_PBlock *pb local
182 slapi_int_connection_init_pb( Slapi_PBlock *pb, ber_tag_t tag ) argument
387 slapi_int_func_internal_pb( Slapi_PBlock *pb, slap_operation_t which ) argument
581 Slapi_PBlock *pb = (Slapi_PBlock *)callback_data; local
630 slapi_search_internal_callback_pb( Slapi_PBlock *pb, void *callback_data, plugin_result_callback prc, plugin_search_entry_callback psec, plugin_referral_entry_callback prec ) argument
687 slapi_search_internal_set_pb( Slapi_PBlock *pb, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **controls, const char *uniqueid, Slapi_ComponentId *plugin_identity, int operation_flags ) argument
728 Slapi_PBlock *pb; local
742 slapi_modify_internal_set_pb( Slapi_PBlock *pb, const char *dn, LDAPMod **mods, LDAPControl **controls, const char *uniqueid, Slapi_ComponentId *plugin_identity, int operation_flags ) argument
777 Slapi_PBlock *pb; local
789 slapi_add_internal_set_pb( Slapi_PBlock *pb, const char *dn, LDAPMod **attrs, LDAPControl **controls, Slapi_ComponentId *plugin_identity, int operation_flags ) argument
814 Slapi_PBlock *pb; local
826 slapi_add_entry_internal_set_pb( Slapi_PBlock *pb, Slapi_Entry *e, LDAPControl **controls, Slapi_ComponentId *plugin_identity, int operation_flags ) argument
846 Slapi_PBlock *pb; local
858 slapi_rename_internal_set_pb( Slapi_PBlock *pb, const char *olddn, const char *newrdn, const char *newsuperior, int deloldrdn, LDAPControl **controls, const char *uniqueid, Slapi_ComponentId *plugin_identity, int operation_flags ) argument
901 Slapi_PBlock *pb; local
914 slapi_delete_internal_set_pb( Slapi_PBlock *pb, const char *dn, LDAPControl **controls, const char *uniqueid, Slapi_ComponentId *plugin_identity, int operation_flags ) argument
946 Slapi_PBlock *pb; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Domega.c173 omega_variable_to_str (omega_pb pb, int i) argument
175 return omega_var_to_str (pb->var[i]);
181 omega_no_procedure (omega_pb pb ATTRIBUTE_UNUSED)
209 omega_print_term (FILE *file, omega_pb pb, eqn e, int c) argument
213 int n = pb->num_vars;
223 fprintf (file, "%s", omega_variable_to_str (pb, i));
226 omega_variable_to_str (pb, i));
239 fprintf (file, "%s", omega_variable_to_str (pb, i));
241 fprintf (file, " - %s", omega_variable_to_str (pb, i));
244 omega_variable_to_str (pb,
257 omega_print_eqn(FILE *file, omega_pb pb, eqn e, bool test, int extra) argument
342 omega_print_vars(FILE *file, omega_pb pb) argument
368 debug_omega_problem(omega_pb pb) argument
376 omega_print_problem(FILE *file, omega_pb pb) argument
425 omega_count_red_equations(omega_pb pb) argument
457 omega_print_red_equations(FILE *file, omega_pb pb) argument
499 omega_pretty_print_problem(FILE *file, omega_pb pb) argument
772 omega_name_wild_card(omega_pb pb, int i) argument
784 omega_add_new_wild_card(omega_pb pb) argument
834 omega_delete_geq(omega_pb pb, int e, int n_vars) argument
853 omega_delete_geq_extra(omega_pb pb, int e, int n_vars) argument
872 omega_delete_variable(omega_pb pb, int i) argument
974 omega_substitute_red(omega_pb pb, eqn sub, int var, int c, bool *found_black) argument
1049 omega_substitute(omega_pb pb, eqn sub, int var, int c) argument
1235 omega_do_mod(omega_pb pb, int factor, int e, int j) argument
1289 omega_negate_geq(omega_pb pb, int e) argument
1303 verify_omega_pb(omega_pb pb) argument
1359 adding_equality_constraint(omega_pb pb, int e) argument
1411 normalize_omega_problem(omega_pb pb) argument
1798 cleanout_wildcards(omega_pb pb) argument
1937 omega_unprotect_1(omega_pb pb, int *idx, bool *unprotect) argument
1976 resurrect_subs(omega_pb pb) argument
2079 omega_eliminate_redundant(omega_pb pb, bool expensive) argument
2335 smooth_weird_equations(omega_pb pb) argument
2451 coalesce(omega_pb pb) argument
2505 omega_eliminate_red(omega_pb pb, bool eliminate_all) argument
2701 chain_unprotect(omega_pb pb) argument
2742 omega_problem_reduced(omega_pb pb) argument
2790 omega_free_eliminations(omega_pb pb, int fv) argument
2870 free_red_eliminations(omega_pb pb) argument
2975 omega_convert_eq_to_geqs(omega_pb pb, int eq) argument
3003 omega_do_elimination(omega_pb pb, int e, int i) argument
3116 omega_solve_eq(omega_pb pb, enum omega_result desired_res) argument
3481 parallel_splinter(omega_pb pb, int e, int diff, enum omega_result desired_res) argument
3523 omega_solve_geq(omega_pb pb, enum omega_result desired_res) argument
4789 omega_solve_problem(omega_pb pb, enum omega_result desired_res) argument
4844 omega_problem_has_red_equations(omega_pb pb) argument
4979 omega_simplify_approximate(omega_pb pb) argument
5007 omega_simplify_problem(omega_pb pb) argument
5082 omega_unprotect_variable(omega_pb pb, int var) argument
5180 omega_constrain_variable_sign(omega_pb pb, enum omega_eqn_color color, int var, int sign) argument
5236 omega_constrain_variable_value(omega_pb pb, enum omega_eqn_color color, int var, int value) argument
5266 omega_query_variable(omega_pb pb, int i, int *lower_bound, int *upper_bound) argument
5338 query_coupled_variable(omega_pb pb, int i, int *l, int *u, bool *could_be_zero, int lower_bound, int upper_bound) argument
5416 omega_query_variable_bounds(omega_pb pb, int i, int *l, int *u) argument
5448 omega_query_variable_signs(omega_pb pb, int i, int dd_lt, int dd_eq, int dd_gt, int lower_bound, int upper_bound, bool *dist_known, int *dist) argument
5493 omega_pb pb; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_9p/
H A Dninebuf.c48 p9pbuf_get_type(struct puffs_framebuf *pb) argument
52 puffs_framebuf_getdata_atoff(pb, 4, &val, 1);
57 p9pbuf_get_tag(struct puffs_framebuf *pb) argument
61 puffs_framebuf_getdata_atoff(pb, 5, &val, 2);
66 p9pbuf_get_len(struct puffs_framebuf *pb) argument
70 puffs_framebuf_getdata_atoff(pb, 0, &val, 4);
74 #define CUROFF(pb) (puffs_framebuf_telloff(pb))
76 p9pbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb, argument
85 if ((lenstate = (CUROFF(pb) <
121 p9pbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb, int fd, int *done) argument
171 struct puffs_framebuf *pb; local
179 p9pbuf_recycleout(struct puffs_framebuf *pb) argument
187 p9pbuf_put_1(struct puffs_framebuf *pb, uint8_t val) argument
196 p9pbuf_put_2(struct puffs_framebuf *pb, uint16_t val) argument
206 p9pbuf_put_4(struct puffs_framebuf *pb, uint32_t val) argument
216 p9pbuf_put_8(struct puffs_framebuf *pb, uint64_t val) argument
226 p9pbuf_put_data(struct puffs_framebuf *pb, const void *data, uint16_t dlen) argument
236 p9pbuf_put_str(struct puffs_framebuf *pb, const char *str) argument
243 p9pbuf_write_data(struct puffs_framebuf *pb, uint8_t *data, uint32_t dlen) argument
254 p9pbuf_get_1(struct puffs_framebuf *pb, uint8_t *val) argument
261 p9pbuf_get_2(struct puffs_framebuf *pb, uint16_t *val) argument
272 p9pbuf_get_4(struct puffs_framebuf *pb, uint32_t *val) argument
283 p9pbuf_get_8(struct puffs_framebuf *pb, uint64_t *val) argument
294 p9pbuf_get_data(struct puffs_framebuf *pb, uint8_t **dp, uint16_t *dlenp) argument
326 p9pbuf_read_data(struct puffs_framebuf *pb, uint8_t *buf, uint32_t dlen) argument
333 p9pbuf_get_str(struct puffs_framebuf *pb, char **dp, uint16_t *dlenp) argument
[all...]
H A Dfs.c56 struct puffs_framebuf *pb; local
68 pb = p9pbuf_makeout();
69 p9pbuf_put_1(pb, P9PROTO_T_VERSION);
70 p9pbuf_put_2(pb, P9PROTO_NOTAG);
71 p9pbuf_put_4(pb, p9p->maxreq);
72 p9pbuf_put_str(pb, P9PROTO_VERSION);
73 DO_IO(p9pbuf_write, pu, pb, p9p->servsock, &done, rv);
75 puffs_framebuf_recycle(pb);
76 DO_IO(p9pbuf_read, pu, pb, p9p->servsock, &done, rv);
78 if ((type = p9pbuf_get_type(pb)) !
[all...]
H A Dnineproto.c46 proto_getqid(struct puffs_framebuf *pb, struct qid9p *qid) argument
49 if (puffs_framebuf_remaining(pb) < 1+4+8)
52 p9pbuf_get_1(pb, &qid->qidtype);
53 p9pbuf_get_4(pb, &qid->qidvers);
54 p9pbuf_get_8(pb, &qid->qidpath);
110 if ((rv = (a(pb, b)))) return rv; \
115 if ((rv = p9pbuf_get_str(pb, val, strsize))) return rv; \
120 proto_getstat(struct puffs_framebuf *pb, struct vattr *vap, argument
131 if ((rv = p9pbuf_get_2(pb, &size)))
133 if (puffs_framebuf_remaining(pb) < siz
188 struct puffs_framebuf *pb; local
215 struct puffs_framebuf *pb; local
249 struct puffs_framebuf *pb; local
272 proto_make_stat(struct puffs_framebuf *pb, const struct vattr *vap, const char *filename, enum vtype vt) argument
337 proto_expect_walk_nqids(struct puffs_framebuf *pb, uint16_t *nqids) argument
346 proto_expect_qid(struct puffs_framebuf *pb, uint8_t op, struct qid9p *qid) argument
355 proto_expect_stat(struct puffs_framebuf *pb, struct vattr *va) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dpaste.c35 struct paste_buffer *pb; local
37 pb = paste_get_index(ps, *idx);
39 return (pb);
64 struct paste_buffer *pb; local
69 pb = ARRAY_FIRST(ps);
72 xfree(pb->data);
73 xfree(pb);
82 struct paste_buffer *pb; local
87 pb = ARRAY_ITEM(ps, idx);
90 xfree(pb
103 struct paste_buffer *pb; local
130 struct paste_buffer *pb; local
149 paste_print(struct paste_buffer *pb, size_t width) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_psshfs/
H A Dpsbuf.c62 psbuf_get_type(struct puffs_framebuf *pb) argument
66 puffs_framebuf_getdata_atoff(pb, SFTP_TYPEOFF, &type, 1);
71 psbuf_get_len(struct puffs_framebuf *pb) argument
75 puffs_framebuf_getdata_atoff(pb, SFTP_LENOFF, &len, 4);
80 psbuf_get_reqid(struct puffs_framebuf *pb) argument
84 puffs_framebuf_getdata_atoff(pb, SFTP_REQIDOFF, &req, 4);
88 #define CUROFF(pb) (puffs_framebuf_telloff(pb))
90 psbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb, argument
99 if ((lenstate = READSTATE_LENGTH(CUROFF(pb))))
136 psbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb, int fd, int *done) argument
187 struct puffs_framebuf *pb; local
195 psbuf_recycleout(struct puffs_framebuf *pb) argument
203 psbuf_put_1(struct puffs_framebuf *pb, uint8_t val) argument
212 psbuf_put_2(struct puffs_framebuf *pb, uint16_t val) argument
222 psbuf_put_4(struct puffs_framebuf *pb, uint32_t val) argument
232 psbuf_put_8(struct puffs_framebuf *pb, uint64_t val) argument
242 psbuf_put_data(struct puffs_framebuf *pb, const void *data, uint32_t dlen) argument
252 psbuf_put_str(struct puffs_framebuf *pb, const char *str) argument
259 psbuf_put_vattr(struct puffs_framebuf *pb, const struct vattr *va, const struct psshfs_ctx *pctx) argument
306 psbuf_get_1(struct puffs_framebuf *pb, uint8_t *val) argument
313 psbuf_get_2(struct puffs_framebuf *pb, uint16_t *val) argument
324 psbuf_get_4(struct puffs_framebuf *pb, uint32_t *val) argument
335 psbuf_get_8(struct puffs_framebuf *pb, uint64_t *val) argument
346 psbuf_get_str(struct puffs_framebuf *pb, char **strp, uint32_t *strlenp) argument
368 psbuf_get_vattr(struct puffs_framebuf *pb, struct vattr *vap) argument
451 expectcode(struct puffs_framebuf *pb, int value) argument
477 psbuf_expect_status(struct puffs_framebuf *pb) argument
490 psbuf_expect_handle(struct puffs_framebuf *pb, char **hand, uint32_t *handlen) argument
501 psbuf_do_data(struct puffs_framebuf *pb, uint8_t *data, uint32_t *dlen) argument
550 psbuf_expect_name(struct puffs_framebuf *pb, uint32_t *count) argument
560 psbuf_expect_attrs(struct puffs_framebuf *pb, struct vattr *vap) argument
574 psbuf_req_data(struct puffs_framebuf *pb, int type, uint32_t reqid, const void *data, uint32_t dlen) argument
584 psbuf_req_str(struct puffs_framebuf *pb, int type, uint32_t reqid, const char *str) argument
[all...]
H A Dfs.c88 struct puffs_framebuf *pb; local
98 pb = psbuf_makeout();
99 psbuf_put_1(pb, SSH_FXP_INIT);
100 psbuf_put_4(pb, SFTP_PROTOVERSION);
101 DO_IO(psbuf_write, pu, pb, fd, &done, rv);
103 puffs_framebuf_recycle(pb);
104 DO_IO(psbuf_read, pu, pb, fd, &done, rv);
105 if (psbuf_get_type(pb) != SSH_FXP_VERSION)
107 psbuf_get_type(pb)), EPROTO);
108 pctx->protover = psbuf_get_reqid(pb);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dformat-perl-brace-18 tmpfiles="$tmpfiles f-pb-1.data"
9 cat <<\EOF > f-pb-1.data
39 tmpfiles="$tmpfiles f-pb-1-$n.in f-pb-1-$n.po"
40 cat <<EOF > f-pb-1-$n.in
43 ${XGETTEXT} -L Perl -o f-pb-1-$n.po f-pb-1-$n.in || exit 1
44 test -f f-pb-1-$n.po || exit 1
47 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then
53 if grep perl-brace-format f-pb
[all...]
H A Dformat-perl-brace-28 tmpfiles="$tmpfiles f-pb-2.data"
9 cat <<\EOF > f-pb-2.data
39 tmpfiles="$tmpfiles f-pb-2-$n.po f-pb-2-$n.mo"
40 cat <<EOF > f-pb-2-$n.po
47 if ${MSGFMT} --check-format -o f-pb-2-$n.mo f-pb-2-$n.po; then
53 ${MSGFMT} --check-format -o f-pb-2-$n.mo f-pb-2-$n.po 2> /dev/null
62 cat f-pb
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues/
H A Daddrdnvalues.c32 int addrdnvalues_preop_init(Slapi_PBlock *pb);
41 static int addrdnvalues_preop_add(Slapi_PBlock *pb) argument
46 if (slapi_pblock_get(pb, SLAPI_ADD_ENTRY, &e) != 0) {
54 slapi_send_ldap_result(pb, LDAP_OTHER, NULL,
65 int addrdnvalues_preop_init(Slapi_PBlock *pb) argument
67 if (slapi_pblock_set(pb, SLAPI_PLUGIN_VERSION, SLAPI_PLUGIN_VERSION_03) != 0 ||
68 slapi_pblock_set(pb, SLAPI_PLUGIN_DESCRIPTION, &pluginDescription) != 0 ||
69 slapi_pblock_set(pb, SLAPI_PLUGIN_PRE_ADD_FN, (void *)addrdnvalues_preop_add) != 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWstrict-aliasing-bogus-base-derived.C17 base* pb = &d; /* { dg-bogus "base vs. derived" } */ local
18 pb->x = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030914-2.c8 int f (struct s pa, int pb, ...) argument
10 return pb;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030914-2.c8 int f (struct s pa, int pb, ...) argument
10 return pb;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpciconf.c186 get_io_desc(pciconf_bus_t *pb, bus_size_t size) argument
190 n = pb->niowin;
191 for (i=n; i > 0 && size > pb->pciiowin[i-1].size; i--)
192 pb->pciiowin[i] = pb->pciiowin[i-1]; /* struct copy */
193 return &pb->pciiowin[i];
197 get_mem_desc(pciconf_bus_t *pb, bus_size_t size) argument
201 n = pb->nmemwin;
202 for (i=n; i > 0 && size > pb->pcimemwin[i-1].size; i--)
203 pb
212 probe_bus(pciconf_bus_t *pb) argument
295 alloc_busno(pciconf_bus_t *parent, pciconf_bus_t *pb) argument
315 pciconf_bus_t *pb; local
423 pci_do_device_query(pciconf_bus_t *pb, pcitag_t tag, int dev, int func, int mode) argument
691 setup_iowins(pciconf_bus_t *pb) argument
739 setup_memwins(pciconf_bus_t *pb) argument
834 pciconf_bus_t *pb; local
959 configure_bus(pciconf_bus_t *pb) argument
1096 pciconf_bus_t *pb; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dno-vfa-vect-45.c9 void bar (const float *pa, const float *pb, const float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
32 main1 (float *pa, float *pb, float *pc) argument
38 pa[i] = pb[i] * pc[i];
41 bar (pa,pb,pc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A Dvect-40.c8 void bar (float *pa, float *pb, float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
36 float *pb = b; local
41 pa[i] = pb[i] * pc[i];
44 bar (pa,pb,pc);
H A Dvect-45.c8 void bar (const float *pa, const float *pb, const float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
31 main1 (float *pa, float *pb, float *pc) argument
37 pa[i] = pb[i] * pc[i];
40 bar (pa,pb,pc);
H A Dvect-50.c8 void bar (float *pa, float *pb, float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
23 main1 (int n, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
29 pa[i] = pb[i] * pc[i];
32 bar (pa,pb,pc);
H A Dvect-51.c8 void bar (const float *pa, const float *pb, const float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
31 main1 (int n, float *pa, float *pb, float *pc) argument
37 pa[i] = pb[i] * pc[i];
40 bar (pa,pb,pc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility19.C21 void fr(B* pb, D1* p1, D2* p2) argument
23 pb->i = 1; // illegal// { dg-error "" } .*
28 void D2::mem(B* pb, D1* p1) argument
30 pb->i = 1; // illegal// { dg-error "" } .*
35 void g(B* pb, D1* p1, D2* p2) argument
37 pb->i = 1; // illegal// { dg-error "" } .*
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility19.C21 void fr(B* pb, D1* p1, D2* p2) argument
23 pb->i = 1; // illegal// { dg-error "" } .*
28 void D2::mem(B* pb, D1* p1) argument
30 pb->i = 1; // illegal// { dg-error "" } .*
35 void g(B* pb, D1* p1, D2* p2) argument
37 pb->i = 1; // illegal// { dg-error "" } .*
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsetprogname.c59 const char * pb; local
61 pb = strrchr((p != NULL)? p : argv0, '\\');
62 if (pb != NULL)
63 p = pb;
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A DATA_media.c185 pascal SInt16 ataManager(ataPB *pb);
193 pascal SInt16 ataManager(ataPB *pb);
216 ataManager(ataPB *pb) argument
229 | STACK_ROUTINE_PARAMETER(1, SIZE_CODE(sizeof(pb))),
230 pb);
261 ataMgrInquiry pb; local
279 clear_memory((void *)&pb, sizeof(pb));
281 pb.ataPBFunctionCode = kATAMgrManagerInquiry;
282 pb
311 ataBusInquiry pb; local
375 ataIdentify pb; local
411 ataDevConfiguration pb; local
516 ataIOPB pb; local
628 ataIOPB pb; local
682 ataIOPB pb; local
740 ataIdentify pb; local
827 ataIOPB pb; local
878 ataIOPB pb; local
935 ataIOPB pb; local
979 ataIOPB pb; local
1032 ataDrvrRegister pb; local
[all...]

Completed in 478 milliseconds

12345678910