/src/lib/libc/gmon/ |
Makefile.inc | 42 mcount.po: mcount.${GMONOBJEXT} 43 cp mcount.${GMONOBJEXT} mcount.po 45 gmon.po: gmon.${GMONOBJEXT} 46 cp gmon.${GMONOBJEXT} gmon.po
|
/src/sys/arch/evbmips/adm5120/ |
autoconf.c | 99 prop_object_t po; local in function:device_register 106 (po = prop_dictionary_get(properties, "initial-gpio")) != NULL) { 109 "initial-gpio", po) == FALSE) { 115 (po = prop_dictionary_get(properties, "mac-address")) != NULL) { 118 "mac-address", po) == FALSE) {
|
/src/common/lib/libprop/ |
prop_object.c | 82 _prop_object_init(struct _prop_object *po, const struct _prop_object_type *pot) 85 po->po_type = pot; 86 po->po_refcnt = 1; 96 _prop_object_fini(struct _prop_object *po _PROP_ARG_UNUSED) 108 struct _prop_object *po = obj; local in function:prop_object_retain 111 _PROP_ATOMIC_INC32_NV(&po->po_refcnt, ncnt); 127 struct _prop_object *po; local in function:prop_object_release_emergency 133 po = obj; 136 if (po->po_type->pot_lock != NULL) 137 po->po_type->pot_lock() 183 struct _prop_object *po; local in function:prop_object_release 235 struct _prop_object *po = obj; local in function:prop_object_type [all...] |
prop_array.c | 105 prop_object_t po; local in function:_prop_array_free 123 po = pa->pa_array[pa->pa_count - 1]; 124 _PROP_ASSERT(po != NULL); 131 *obj = po; 142 *obj = po; 160 struct _prop_object *po; local in function:_prop_array_externalize 189 while ((po = _prop_array_iterator_next_object_locked(pai)) != NULL) { 191 (*po->po_type->pot_extern)(ctx, po) == false || 335 prop_object_t po = NULL local in function:_prop_array_iterator_next_object_locked 359 prop_object_t po; local in function:_prop_array_iterator_next_object 427 prop_object_t po; local in function:prop_array_copy 600 prop_object_t po = NULL; local in function:prop_array_get 709 prop_object_t po; local in function:prop_array_remove [all...] |
prop_dictionary.c | 358 prop_object_t po; local in function:_prop_dictionary_free 376 po = pd->pd_array[pd->pd_count - 1].pde_objref; 377 _PROP_ASSERT(po != NULL); 384 *obj = po; 400 *obj = po; 436 prop_dictionary_keysym_t pdk, struct _prop_object *po) 438 if (po == NULL) { 463 return (*po->po_type->pot_extern)(ctx, po); 472 struct _prop_object *po; local in function:_prop_dictionary_externalize 745 prop_object_t po; local in function:prop_dictionary_copy 958 prop_object_t po = NULL; local in function:_prop_dictionary_get 983 prop_object_t po = NULL; local in function:prop_dictionary_get 1135 prop_object_t po = pde->pde_objref; local in function:_prop_dictionary_remove [all...] |
prop_array_util.c | 353 prop_array_add_and_rel(prop_array_t array, prop_object_t po) 357 if (po == NULL) 359 rv = prop_array_add(array, po); 360 prop_object_release(po); 366 prop_object_t po) 370 if (po == NULL) 372 rv = prop_array_set(array, indx, po); 373 prop_object_release(po);
|
prop_extern.c | 661 prop_object_externalize_to_file(prop_object_t po, const char *fname) 663 return _prop_object_externalize_to_file((struct _prop_object *)po, 672 prop_object_externalize_to_file_with_format(prop_object_t po, 675 return _prop_object_externalize_to_file((struct _prop_object *)po, 685 prop_object_externalize(prop_object_t po) 687 return _prop_object_externalize((struct _prop_object *)po, 696 prop_object_externalize_with_format(prop_object_t po, prop_format_t fmt) 698 return _prop_object_externalize((struct _prop_object *)po, fmt);
|
prop_dictionary_util.c | 307 prop_object_t po) 311 if (po == NULL) 313 rv = prop_dictionary_set(dict, key, po); 314 prop_object_release(po);
|
/src/lib/libpuffs/ |
paths.c | 52 struct puffs_pathobj po; local in function:puffs_path_pcnbuild 59 rv = pu->pu_pathtransform(pu, &pn_parent->pn_po, pcn, &po); 63 po.po_path = pcn->pcn_name; 64 po.po_len = pcn->pcn_namelen; 75 rv = pu->pu_pathbuild(pu, &pn_parent->pn_po, &po, 0, 80 pu->pu_pathfree(pu, &po); 142 struct puffs_pathobj *po = arg; local in function:puffs_path_walkcmp 145 if (po->po_len != PNPLEN(pn)) 153 if (pn->pn_po.po_hash != po->po_hash) 159 if (pu->pu_pathcmp(pu, po, &po2, PNPLEN(pn), 0) == 0 [all...] |
/src/usr.sbin/puffs/mount_sysctlfs/ |
sysctlfs.c | 157 sysctlfs_pathfree(struct puffs_usermount *pu, struct puffs_pathobj *po) 160 free(po->po_path); 164 getnode(struct puffs_usermount *pu, struct puffs_pathobj *po, int nodetype) 178 if (po->po_len == 0) 181 pn = puffs_pn_nodewalk(pu, puffs_path_walkcmp, po); 193 sname = po->po_path; 194 memcpy(myname, po->po_path, po->po_len * sizeof(myname[0])); 198 myname[po->po_len-1] = CTL_QUERY; 201 if (sysctl(myname, po->po_len, sn, &sl 363 struct puffs_pathobj po; local in function:sysctlfs_fs_fhtonode 647 struct puffs_pathobj po; local in function:sysctlfs_node_readdir [all...] |
/src/sys/arch/hppa/spmath/ |
Makefile | 20 CLEANFILES+= ${LIB}.o ${LIB}.po 31 ${LIB}.po:: ${POBJS:O} 33 @rm -f ${LIB}.po 34 @${LD} -r -o ${LIB}.po `${LORDER} ${POBJS} | tsort`
|
Makefile.inc | 13 SPMATH_PROF= ${SPMATHDST}/spmath.po 32 @${SPMATHMAKE} spmath.po
|
/src/sys/lib/libkern/ |
Makefile | 22 lib${LIB}.po:: ${POBJS:O} __buildproflib
|
Makefile.inc | 32 KERNLIB_PROF= ${KERNDST}/libkern.po 76 @${KERNMAKE} libkern.po
|
/src/lib/libperfuse/ |
debug.c | 100 const struct perfuse_opcode *po; local in function:perfuse_opname 102 for (po = perfuse_opcode; po->opcode; po++) { 103 if (po->opcode == opcode) 104 return po->opname; 107 return po->opname; /* "UNKNOWN" */
|
/src/lib/libarch/ |
Makefile | 14 POBJS+= ${ASM:.o=.po}
|
/src/sys/dev/sysmon/ |
swsensor.c | 185 prop_object_t po, obj; local in function:swsensor_init 216 po = prop_dictionary_get_keysym(pd, obj); 217 type = prop_object_type(po); 219 val = prop_number_signed_value(po); 233 str = prop_string_value(po); 303 if (prop_bool_true(po))
|
/src/common/lib/libppath/ |
ppath.c | 360 prop_object_t o, po; local in function:ppath_lookup_helper 364 for (po = NULL, o = o0, i = 0; i < p->p_len && o != NULL; i++) { 369 po = o; 375 po = o; 386 *pop = po; 451 prop_object_t po; local in function:ppath_create_object 453 if (ppath_lookup_helper(o, p, &po, &pc, &i) != NULL) 461 return prop_array_set(po, pc->pc_idx, v) ? 0 : ENOMEM; 463 return prop_dictionary_set(po, pc->pc_key, v) ? 0 : ENOMEM; 473 prop_object_t po; local in function:ppath_set_object 537 prop_object_t po; local in function:ppath_delete_object 634 prop_object_t npo = NULL, po, v; local in function:ppath_copyset_object_helper [all...] |
/src/sys/arch/m68k/fpsp/ |
Makefile.inc | 50 @${FPSPMAKE} fpsp.po
|
/src/usr.sbin/faithd/ |
ftp.c | 463 unsigned int ho[4], po[2]; local in function:ftp_copyresult 479 &ho[0], &ho[1], &ho[2], &ho[3], &po[0], &po[1]); 493 sin->sin_port = htons(((po[0] & 0xff) << 8) | (po[1] & 0xff)); 585 unsigned int af, hal, ho[16], pal, po[2]; local in function:ftp_copycommand 672 &pal, &po[0], &po[1]); 685 sin6->sin6_port = htons(((po[0] & 0xff) << 8) | (po[1] & 0xff)) [all...] |
/src/sys/lib/libgnuefi/ |
Makefile.inc | 29 GNUEFILIB_PROF= ${GNUEFIDST}/libgnuefi.po 66 @${GNUEFIMAKE} libgnuefi.po
|
/src/sys/lib/libz/ |
Makefile.inc | 27 ZLIB_PROF= ${ZDST}/libz.po 61 @${ZMAKE} libz.po
|
/src/sys/lib/libsa/ |
Makefile.inc | 29 SALIB_PROF= ${SADST}/libsa.po 66 @${SAMAKE} libsa.po
|
/src/share/mk/ |
bsd.lib.mk | 95 MKDEP_SUFFIXES?= .o .po .pico .go .ln .d 155 # .po is used for profiling object files. 157 .SUFFIXES: .out .a .ln .pico .po .go .o .s .S .c .cc .cpp .cxx .C .m .F .f .r .y .l .cl .p .h 257 .c.po: 283 .cc.po .cpp.po .cxx.po .C.po: 309 .f.po: 340 .m.po [all...] |
/src/lib/libpthread/ |
Makefile | 121 pthread_specific.po: pthread_specific.o 123 cp pthread_specific.o pthread_specific.po
|