Home
last modified time | relevance | path

Searched refs:loc (Results 151 – 175 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c172 verifytag(struct tag *tp, uint32_t loc, struct tag *otp, int expect) in verifytag() argument
196 if ((int)loc != -1 && tloc != loc) in verifytag()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c639 Dwarf_Locdesc *loc; in ctf_dwarf_member_location() local
706 ctf_dwarf_dealloc(cup, loc->ld_s, DW_DLA_LOC_BLOCK); in ctf_dwarf_member_location()
707 ctf_dwarf_dealloc(cup, loc, DW_DLA_LOCDESC); in ctf_dwarf_member_location()
711 *valp = loc->ld_s->lr_number; in ctf_dwarf_member_location()
713 ctf_dwarf_dealloc(cup, loc->ld_s, DW_DLA_LOC_BLOCK); in ctf_dwarf_member_location()
714 ctf_dwarf_dealloc(cup, loc, DW_DLA_LOCDESC); in ctf_dwarf_member_location()
1211 Dwarf_Unsigned loc, bitsz, bytesz; in ctf_dwarf_member_offset() local
1217 &loc)) == 0) { in ctf_dwarf_member_offset()
1218 *offp = loc; in ctf_dwarf_member_offset()
1224 if ((ret = ctf_dwarf_member_location(cup, die, &loc)) != 0) in ctf_dwarf_member_offset()
[all …]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c1127 char *loc = NULL; in fmd_xprt_list_suspect_local() local
1150 &loc) != 0) { in fmd_xprt_list_suspect_local()
1151 if (fru && topo_fmri_label(thp, fru, &loc, &err) == 0) in fmd_xprt_list_suspect_local()
1153 FM_FAULT_LOCATION, loc); in fmd_xprt_list_suspect_local()
1154 else if (rsrc && topo_fmri_label(thp, rsrc, &loc, in fmd_xprt_list_suspect_local()
1157 FM_FAULT_LOCATION, loc); in fmd_xprt_list_suspect_local()
1158 if (loc) in fmd_xprt_list_suspect_local()
1159 topo_hdl_strfree(thp, loc); in fmd_xprt_list_suspect_local()
H A Dfmd_api.c1305 char *loc = NULL, *serial = NULL; in fmd_case_add_suspect() local
1362 (void) topo_fmri_label(thp, fru, &loc, &err); in fmd_case_add_suspect()
1364 (void) topo_fmri_label(thp, rsrc, &loc, &err); in fmd_case_add_suspect()
1365 if (loc != NULL) { in fmd_case_add_suspect()
1368 (void) nvlist_add_string(nvl, FM_FAULT_LOCATION, loc); in fmd_case_add_suspect()
1369 topo_hdl_strfree(thp, loc); in fmd_case_add_suspect()
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c897 kcpc_ctx_t **loc; in kcpc_ctx_free() local
901 loc = &kcpc_ctx_list[hash]; in kcpc_ctx_free()
902 ASSERT(*loc != NULL); in kcpc_ctx_free()
903 while (*loc != ctx) in kcpc_ctx_free()
904 loc = &(*loc)->kc_next; in kcpc_ctx_free()
905 *loc = ctx->kc_next; in kcpc_ctx_free()
H A Dipc.c1116 void *loc; in ipc_commit_end() local
1145 loc = avl_find(&service->ipcs_keys, perm, &where); in ipc_commit_end()
1146 ASSERT(loc == NULL); in ipc_commit_end()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c903 locale_t loc = uselocale(NULL); in p_b_term() local
951 if (loc->collate->lc_is_posix) { in p_b_term()
957 finish, loc) <= 0, REG_ERANGE); in p_b_term()
959 if (_collate_range_cmp(start, i, loc) in p_b_term()
961 _collate_range_cmp(i, finish, loc) in p_b_term()
1564 locale_t loc = uselocale(NULL); in findmust() local
1576 strcmp(loc->runelocale->__encoding, "UTF-8") != 0) in findmust()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dloc.c399 nwamd_loc_action(const char *loc, nwam_action_t action) in nwamd_loc_action() argument
402 (NWAM_OBJECT_TYPE_LOC, loc, NULL, action); in nwamd_loc_action()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dbdn.h51 } loc; /* DEFAULT e-None */ member
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c545 char *loc) in send_download_request() argument
557 hostname, port, loc); in send_download_request()
559 (void) snprintf(url, sizeof (url), "/%s", loc); in send_download_request()
/illumos-gate/usr/src/cmd/svc/milestone/
H A DMakefile113 net-loc \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c410 avl_index_t loc; in sa_add_layout_entry() local
451 if ((findtb = avl_find(&sa->sa_layout_hash_tree, tb, &loc)) != NULL) { in sa_add_layout_entry()
468 avl_index_t loc; in sa_find_layout() local
475 tb = avl_find(&sa->sa_layout_hash_tree, &tbsearch, &loc); in sa_find_layout()
1175 avl_index_t loc; in sa_attr_iter() local
1183 tb = avl_find(&sa->sa_layout_num_tree, &search, &loc); in sa_attr_iter()
1675 avl_index_t loc; in sa_find_idx_tab() local
1688 tb = avl_find(&sa->sa_layout_num_tree, &search, &loc); in sa_find_idx_tab()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1108 Vector nscopes, Locale loc, in ServiceRecordInMemory() argument
1117 Assert.nonNullParameter(loc, "loc"); in ServiceRecordInMemory()
1120 attrList = attributeVectorToServerAttribute(alist, loc); in ServiceRecordInMemory()
1122 locale = loc; in ServiceRecordInMemory()
1807 Locale loc = rec.getLocale(); in deleteAttributes() local
1826 if (loc.getLanguage().equals("tr")) { in deleteAttributes()
1828 stringVectorToAttributePattern(attrTags, loc); in deleteAttributes()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c894 register u_int32_t loc; local
912 loc = opt_hash(sopt->name);
913 bucket = hash_tbl[loc];
928 hash_tbl[loc] = he;
/illumos-gate/usr/src/cmd/more/
H A Dmore.c976 char *loc; in command() local
1156 loc = setlocale(LC_MESSAGES, 0); in command()
1157 sprintf(filebuf, LOCAL_HELP, loc); in command()
1159 if ((strcmp(loc, "C") == 0) || (helpf = fopen (filebuf, "r")) == NULL) { in command()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame.c2402 char *loc = 0; in dwarf_fde_section_offset() local
2409 loc = (char *) in_fde->fd_fde_start; in dwarf_fde_section_offset()
2411 *fde_off = (loc - start); in dwarf_fde_section_offset()
2434 char *loc = 0; in dwarf_cie_section_offset() local
2441 loc = (char *) in_cie->ci_cie_start; in dwarf_cie_section_offset()
2443 *cie_off = (loc - start); in dwarf_cie_section_offset()
H A Ddwarf_loclists.c1315 Dwarf_Loc_Expr_Op loc = desc[i].ld_s; in _dwarf_free_loclists_head() local
1316 if(loc) { in _dwarf_free_loclists_head()
1317 dwarf_dealloc(dbg,loc,DW_DLA_LOC_BLOCK_C); in _dwarf_free_loclists_head()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2338 int loc = 0; in readenv_user() local
2356 if ((*s2 != '\0') && (loc < LOC_ALL)) { in readenv_user()
2359 loc = LOC_ALL; in readenv_user()
2364 if ((*s2 != '\0') && (loc < LOC_MESG)) { in readenv_user()
2367 loc = LOC_MESG; in readenv_user()
2375 (*s2++ == '=') && (*s2 != '\0') && (loc < LOC_LANG)) { in readenv_user()
2377 loc = LOC_LANG; in readenv_user()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3943 struct file_loc *loc) in filedbmline_comment() argument
3947 loc->offset = ftell(etcf); in filedbmline_comment()
3991 loc->offset = ftell(etcf); in filedbmline_comment()
3994 loc->size = len; in filedbmline_comment()
4003 struct file_loc *loc) in filedbmline_plus() argument
4007 loc->offset = ftell(etcf); in filedbmline_plus()
4027 loc->offset = ftell(etcf); in filedbmline_plus()
4030 loc->size = len; in filedbmline_plus()
4096 struct file_loc loc; in addfile() local
4102 while (tt->filedbmline(&line, etcf, &lineno, &loc)) { in addfile()
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c478 intptr_t loc = ((intptr_t)*datap) + reloc; in get_encoded_val() local
518 res += loc; in get_encoded_val()
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cmp.c505 av1394_pcr_make_ph(int loc, int type, int num) in av1394_pcr_make_ph() argument
526 if (loc == IEC61883_LOC_REMOTE) { in av1394_pcr_make_ph()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1523 destroy_loc_callback(nwam_loc_handle_t loc, void *arg) in destroy_loc_callback() argument
1525 nwam_error_t ret = nwam_loc_destroy(loc, NWAM_FLAG_DO_NOT_FREE); in destroy_loc_callback()
1526 return (destroy_ret(NWAM_OBJECT_TYPE_LOC, ret, loc)); in destroy_loc_callback()
2662 list_loc_callback(nwam_loc_handle_t loc, void *arg) in list_loc_callback() argument
2664 return (list_callback(NWAM_OBJECT_TYPE_LOC, loc, arg, "Locations")); in list_loc_callback()
3371 export_loc_callback(nwam_loc_handle_t loc, void *arg) in export_loc_callback() argument
3383 if ((ret = nwam_loc_get_name(loc, &name)) != NWAM_SUCCESS) in export_loc_callback()
3401 ret = nwam_loc_get_prop_value(loc, props[i], &vals); in export_loc_callback()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c198 char uuid[UUID_PRINTABLE_STRING_LENGTH], path[256], loc[2048]; in delref() local
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c984 uint32_t blkno, size, loc; in ud_ialloc() local
1017 loc = ud_xlate_to_daddr(udf_vfsp, prn, blkno, 1, &dummy); in ud_ialloc()
1020 bp = ud_bread(pip->i_dev, loc << udf_vfsp->udf_l2d_shift, lbsize); in ud_ialloc()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c6823 uintptr_t loc; in tx_allow_value() local
6830 loc = (uintptr_t)cmds_arg; in tx_allow_value()
6833 cmds = (struct rep_protocol_transaction_cmd *)loc; in tx_allow_value()
6882 loc += sz; in tx_allow_value()
6898 uintptr_t loc; in tx_modifies_action() local
6901 loc = (uintptr_t)cmds_arg; in tx_modifies_action()
6921 loc += sz; in tx_modifies_action()
6936 uintptr_t loc; in tx_only_enabled() local
6939 loc = (uintptr_t)cmds_arg; in tx_only_enabled()
6942 cmd = (struct rep_protocol_transaction_cmd *)loc; in tx_only_enabled()
[all …]

12345678