Searched refs:indexp (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_store_subr.c | 443 bhnd_nvstore_path *path, void **indexp) in bhnd_nvstore_path_data_next() argument 458 if ((bhnd_nvram_data_next(sc->data, indexp)) == NULL) in bhnd_nvstore_path_data_next() 461 return (*indexp); in bhnd_nvstore_path_data_next() 468 if (*indexp == NULL) { in bhnd_nvstore_path_data_next() 475 index_ref = *indexp; in bhnd_nvstore_path_data_next() 488 *indexp = index_ref; in bhnd_nvstore_path_data_next()
|
H A D | bhnd_nvram_storevar.h | 120 bhnd_nvstore_path *path, void **indexp);
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 31 ctf_get_ctt_index(const ctf_file_t *fp, const void *v, uint_t *indexp, in ctf_get_ctt_index() argument 51 if (indexp != NULL) in ctf_get_ctt_index() 52 *indexp = index; in ctf_get_ctt_index()
|
H A D | ctf_impl.h | 305 uint_t *indexp, uint_t *typep, int *ischildp);
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 449 fbt_get_ctt_index(uint8_t version, const void *v, uint_t *indexp, in fbt_get_ctt_index() argument 469 if (indexp != NULL) in fbt_get_ctt_index() 470 *indexp = index; in fbt_get_ctt_index()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | util.h | 620 unsigned *indexp);
|
/freebsd/contrib/libevent/include/event2/ |
H A D | util.h | 620 unsigned *indexp);
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evutil.c | 1992 evutil_inet_pton_scope(int af, const char *src, void *dst, unsigned *indexp) in evutil_inet_pton_scope() argument 1998 *indexp = 0; /* Reasonable default */ in evutil_inet_pton_scope() 2017 *indexp = if_index; in evutil_inet_pton_scope()
|
/freebsd/contrib/libevent/ |
H A D | evutil.c | 1992 evutil_inet_pton_scope(int af, const char *src, void *dst, unsigned *indexp) in evutil_inet_pton_scope() argument 1998 *indexp = 0; /* Reasonable default */ in evutil_inet_pton_scope() 2017 *indexp = if_index; in evutil_inet_pton_scope()
|