Searched refs:system_id (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.c146 char * system_id; member in struct:BSDPClient_s
421 char * system_id = NULL; local
435 system_id = (char *)malloc(system_id_len + 1);
436 if (system_id == NULL) {
440 (UInt8 *)system_id);
441 system_id[system_id_len] = '\0';
443 return (system_id);
453 make_bsdp_request(char * system_id, struct dhcp * request, int pkt_size, argument
498 BSDP_VENDOR_CLASS_ID "/" BSDP_ARCHITECTURE "/%s", system_id);
859 char * system_id local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dsom.h94 short system_id; member in struct:som_exec_data
H A Dsom.c1745 obj_som_exec_data (abfd)->system_id = file_hdrp->system_id;
2071 if (!_PA_RISC_ID (file_hdr.system_id))
3819 /* Setting of the system_id has to happen very late now that copying of
3822 obj_som_file_hdr (abfd)->system_id = obj_som_exec_data (abfd)->system_id;
3824 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC2_0;
3826 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_1;
3828 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_0;
6111 lst.system_id
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dlacp.h67 u_char system_id[6]; member in struct:__anon14591
/macosx-10.10/bless-103/libbless/Misc/
H A DBLElToritoFindUEFI.c62 char system_id [32]; member in struct:__anon6887
78 char system_id [32]; member in struct:__anon6888
398 contextprintf (inContext, kBLLogLevelVerbose, " .system_id=%.31s\n", bvd->system_id);
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim163 syn keyword phpMethods name specified value create_attribute create_cdata_section create_comment create_element_ns create_element create_entity_reference create_processing_instruction create_text_node doctype document_element dump_file dump_mem get_element_by_id get_elements_by_tagname html_dump_mem xinclude entities internal_subset name notations public_id system_id get_attribute_node get_attribute get_elements_by_tagname has_attribute remove_attribute set_attribute tagname add_namespace append_child append_sibling attributes child_nodes clone_node dump_node first_child get_content has_attributes has_child_nodes insert_before is_blank_node last_child next_sibling node_name node_type node_value owner_document parent_node prefix previous_sibling remove_child replace_child replace_node set_content set_name set_namespace unlink_node data target process result_dump_file result_dump_mem contained

Completed in 100 milliseconds