| /src/sys/fs/udf/ |
| udf_readwrite.c | 188 int icbflags, addr_type, file_type, intern, has_fids, has_sbm, l_ea; local in function:udf_fixup_node_internals 210 addr_type = (icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK); 212 intern = (addr_type == UDF_ICB_INTERN_ALLOC); 221 addr_type = (icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK); 223 intern = (addr_type == UDF_ICB_INTERN_ALLOC);
|
| udf_allocation.c | 95 uint32_t icbflags, addr_type; 117 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 121 if (addr_type == UDF_ICB_INTERN_ALLOC) { 242 uint32_t icbflags, addr_type; 278 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 292 if (addr_type == UDF_ICB_INTERN_ALLOC) { 661 int slot, addr_type, icbflags; local in function:udf_translate_file_extent 680 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 683 if (addr_type == UDF_ICB_INTERN_ALLOC) { 1820 int icbflags, addr_type, adlen, extnr local in function:udf_get_adslot 1932 int icbflags, addr_type, adlen, extnr; local in function:udf_append_adslot 2245 int addr_type, icbflags; local in function:udf_record_allocation_in_node 2610 int addr_type; local in function:udf_grow_node 2885 int icbflags, addr_type; local in function:udf_shrink_node [all...] |
| udf_subr.c | 439 int addr_type, icblen, icbflags; local in function:udf_check_track_metadata_overlap 476 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 479 if (addr_type == UDF_ICB_SHORT_ALLOC) { 5111 int file_char, refcnt, icbflags, addr_type, hit, error; local in function:udf_dir_attach 5135 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 5228 if (addr_type == UDF_ICB_INTERN_ALLOC) { 5233 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 5237 if (addr_type != UDF_ICB_INTERN_ALLOC) { 6570 int icbflags, addr_type; local in function:udf_read_internal 6591 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK 6614 int icbflags, addr_type; local in function:udf_write_internal [all...] |
| /src/sys/sys/ |
| ipmi.h | 78 int addr_type; member in struct:ipmi_addr 84 int addr_type; member in struct:ipmi_system_interface_addr 90 int addr_type; member in struct:ipmi_ipmb_addr
|
| cdio.h | 25 uint32_t addr_type:4; member in struct:cd_toc_entry 28 uint32_t addr_type:4; member in struct:cd_toc_entry 52 uint32_t addr_type:4; member in struct:cd_sub_channel_q_data 55 uint32_t addr_type:4; member in struct:cd_sub_channel_q_data 86 uint32_t addr_type:4; member in struct:cd_sub_channel_position_data 89 uint32_t addr_type:4; member in struct:cd_sub_channel_position_data
|
| /src/sys/dev/isa/ |
| mcdreg.h | 147 u_char addr_type:4; member in struct:mcd_qchninfo::__anon69815b9d0108 156 u_char addr_type:4; member in struct:mcd_qchninfo::__anon69815b9d0208 165 u_char addr_type:4; member in struct:mcd_qchninfo::__anon69815b9d0308
|
| /src/sys/netinet/ |
| sctp_header.h | 71 u_int16_t addr_type[1]; /* array of supported address types */ member in struct:sctp_supported_addr_param 168 u_int32_t addr_type; /* address type */ member in struct:sctp_state_cookie 202 u_int16_t addr_type; member in struct:sctp_unresolv_addr
|
| /src/sys/arch/sparc64/dev/ |
| vnet.c | 63 uint8_t addr_type; member in struct:vnet_attr_info 1048 ai.addr_type = VNET_ADDR_ETHERMAC;
|
| /src/sys/dev/scsipi/ |
| scsipi_cd.h | 213 uint8_t addr_type; member in struct:scsipi_read_trackinfo 247 uint8_t addr_type; /* bit 1 holds immediate */ member in struct:scsipi_close_tracksession
|
| /src/sbin/efi/ |
| devpath3.c | 1429 uint8_t addr_type; member in struct:devpath_msg_bluetoothle::__anon16695f1b2208 1439 p->addr_type); 1445 DEVPATH_FMT(addr_type: 0x%02x\n), 1449 p->addr_type);
|
| /src/sbin/newfs_udf/ |
| udf_core.c | 3889 int dscr_size, l_ea, l_ad, icbflags, addr_type; local in function:udf_translate_vtop 3970 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 3971 if (addr_type != UDF_ICB_SHORT_ALLOC) {
|
| /src/sbin/fsck_udf/ |
| main.c | 2239 int dscr_size, l_ea, l_ad, icbflags, addr_type; local in function:udf_metadata_node_supported 2249 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 2250 if (addr_type != UDF_ICB_SHORT_ALLOC) {
|