Home
last modified time | relevance | path

Searched refs:pc_key (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/common/lib/libppath/
H A Dppath.c55 #define pc_key pc_u.u_key macro
103 return pc->pc_key; in ppath_component_key()
128 if ((pc->pc_key = ppath_strdup(key)) == NULL) { in ppath_key()
155 ppath_strfree(pc->pc_key); in ppath_component_release()
377 ? prop_dictionary_get(o, pc->pc_key) in ppath_lookup_helper()
463 return prop_dictionary_set(po, pc->pc_key, v) ? 0 : ENOMEM; in ppath_create_object()
482 return prop_dictionary_set(po, pc->pc_key, v) ? 0 : ENOMEM; in ppath_set_object()
547 prop_dictionary_remove(po, pc->pc_key); in ppath_delete_object()
664 ? (prop_dictionary_remove(npo, pc->pc_key), true) in ppath_copyset_object_helper()
665 : prop_dictionary_set(npo, pc->pc_key, v); in ppath_copyset_object_helper()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Dpriocntl.d93 int pc_key; member