Home
last modified time | relevance | path

Searched refs:indexp (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c443 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 Dbhnd_nvram_storevar.h120 bhnd_nvstore_path *path, void **indexp);
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c31 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 Dctf_impl.h305 uint_t *indexp, uint_t *typep, int *ischildp);
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c449 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 Dutil.h620 unsigned *indexp);
/freebsd/contrib/libevent/include/event2/
H A Dutil.h620 unsigned *indexp);
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil.c1992 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 Devutil.c1992 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()