Searched refs:idxp (Results 1 – 8 of 8) 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 | 1956 const char *idxp; in nvlist_lookup_nvpair_ei_sep() local 1990 idxp = strchr(np, '['); in nvlist_lookup_nvpair_ei_sep() 1993 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep() 1994 idxp = NULL; in nvlist_lookup_nvpair_ei_sep() 2000 if (idxp) { in nvlist_lookup_nvpair_ei_sep() 2002 n = idxp++ - np; in nvlist_lookup_nvpair_ei_sep() 2005 skip_whitespace(idxp); in nvlist_lookup_nvpair_ei_sep() 2006 sepp = idxp; in nvlist_lookup_nvpair_ei_sep() 2010 if (ddi_strtol(idxp, &idxep, 0, &idx)) in nvlist_lookup_nvpair_ei_sep() 2013 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
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 9292 spa_split_collect_dtl(vdev_t *vd, uint64_t *objs, uint_t *idxp) argument 9296 objs[(*idxp)++] = space_map_object(vd->vdev_dtl_sm); 9300 spa_split_collect_dtl(vd->vdev_child[c], objs, idxp);
|