Searched refs:idxp (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/krb5/src/util/ |
| H A D | t_tsenum.pm | 83 <NAME>_find_or_append(<NAME> *en, <TYPE> value, long *idxp, int *added) 102 *idxp = idx; 107 *idxp = idx;
|
| /freebsd/sys/libkern/ |
| H A D | iconv_xlat16.c | 64 uint32_t *headp, **idxp; in iconv_xlat16_open() local 69 idxp = (uint32_t **)csp->cp_data; in iconv_xlat16_open() 71 if (*idxp) { in iconv_xlat16_open() 77 idxp++; in iconv_xlat16_open()
|
| /freebsd/sys/x86/iommu/ |
| H A D | amd_idpgtbl.c | 132 int lvl, int flags, vm_pindex_t *idxp, struct sf_buf **sf) in amdiommu_pgtbl_map_pte() argument 140 if (*sf != NULL && idx == *idxp) { in amdiommu_pgtbl_map_pte() 145 *idxp = idx; in amdiommu_pgtbl_map_pte()
|
| H A D | intel_idpgtbl.c | 329 int flags, vm_pindex_t *idxp, struct sf_buf **sf) in dmar_pgtbl_map_pte() argument 340 if (*sf != NULL && idx == *idxp) { in dmar_pgtbl_map_pte() 345 *idxp = idx; in dmar_pgtbl_map_pte()
|
| /freebsd/sys/contrib/openzfs/module/nvpair/ |
| H A D | nvpair.c | 1927 const char *idxp; in nvlist_lookup_nvpair_ei_sep() local 1961 idxp = strchr(np, '['); in nvlist_lookup_nvpair_ei_sep() 1964 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep() 1965 idxp = NULL; in nvlist_lookup_nvpair_ei_sep() 1971 if (idxp) { in nvlist_lookup_nvpair_ei_sep() 1973 n = idxp++ - np; in nvlist_lookup_nvpair_ei_sep() 1976 skip_whitespace(idxp); in nvlist_lookup_nvpair_ei_sep() 1977 sepp = idxp; in nvlist_lookup_nvpair_ei_sep() 1981 if (ddi_strtol(idxp, &idxep, 0, &idx)) in nvlist_lookup_nvpair_ei_sep() 1984 idx = strtol(idxp, &idxep, 0); in nvlist_lookup_nvpair_ei_sep() [all …]
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_store.c | 450 void *cookiep, *idxp; in bhnd_nvstore_export_merge() local 477 idxp = NULL; in bhnd_nvstore_export_merge() 478 while ((cookiep = bhnd_nvstore_path_data_next(sc, path, &idxp))) { in bhnd_nvstore_export_merge()
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | services | 1091 idxp 603/tcp 1092 idxp 603/udp
|