Searched refs:pobj (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libpicltree/ |
H A D | picltree.c | 473 hash_add_newobj(hash_t *htbl, picl_hdl_t hdl, void *pobj) argument 479 n = hash_newobj(hash_val, pobj); 678 alloc_and_add_to_ptree(picl_obj_t *pobj) argument 680 pobj->ptree_hdl = alloc_ptreehdl(); 682 (void) hash_add_newobj(&ptreetbl, pobj->ptree_hdl, pobj); 721 picl_obj_t *pobj; local 724 pobj = hash_lookup_obj(&ptreetbl, proph); 725 if (pobj == NULL) 732 if (pobj 758 picl_obj_t *pobj; local 790 picl_obj_t *pobj; local 898 picl_obj_t *pobj; local 914 piclize_obj(picl_obj_t *pobj) argument 977 unpiclize_obj(picl_obj_t *pobj) argument 1207 picl_obj_t *pobj; local 1265 picl_obj_t *pobj; local 1341 destroy_table(picl_obj_t *pobj) argument 1600 picl_obj_t *pobj; local 1633 picl_obj_t *pobj; local 1791 picl_obj_t *pobj; local 2492 picl_obj_t *pobj; local 3300 picl_obj_t *pobj; local [all...] |
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/ |
H A D | sbb.py | 437 pobj = None 439 pobj = Popen.check_call(args, stdout=Popen.STORE, 443 pobj = cpe.popen 460 if pobj and verbose_file: 463 if pobj.stdout: 464 print >> verbose_file, '<STDOUT>:\n%s' % pobj.stdout, 465 if pobj.stderr: 466 print >> verbose_file, '<STDERR>:\n%s' % pobj.stderr,
|
H A D | legacygrub.py | 1453 pobj = None 1455 pobj = Popen.check_call(args, stdout=Popen.STORE, 1459 pobj = cpe.popen 1476 if pobj and verbose_file: 1479 if pobj.stdout: 1480 print >> verbose_file, '<STDOUT>:\n%s' % pobj.stdout, 1481 if pobj.stderr: 1482 print >> verbose_file, '<STDERR>:\n%s' % pobj.stderr,
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/ |
H A D | kmsKeystoreUtil.c | 757 KMS_RetrieveKeyObj(kms_session_t *sp, char *label, kms_object_t **pobj) argument 771 *pobj = NULL; 780 *pobj = NULL; 793 rv = kms_new_key_object(label, &dataUnit, pKey, pobj); 795 *pobj = NULL;
|
Completed in 52 milliseconds