HomeSort by: relevance | last modified time | path
    Searched refs:cbfunc (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/config/
hash.c 370 ht_enumerate(struct hashtab *ht, ht_callback cbfunc, void *arg)
380 rval += (*cbfunc)(hp->h_name, hp->h_value, arg);
  /src/crypto/external/bsd/netpgp/dist/src/lib/
crypto.h 257 pgp_cbfunc_t *cbfunc; /* callback function */ member in struct:pgp_cbdata_t
packet-parse.c 3455 stream->cbinfo.cbfunc = cb;
3508 return (cbinfo->cbfunc) ? cbinfo->cbfunc(pkt, cbinfo) : PGP_FINISHED;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c 3275 void (*cbfunc)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx);
3287 cbfunc = zfs_create_cb;
3291 cbfunc = zvol_create_cb;
3295 cbfunc = NULL;
3304 if (cbfunc == NULL)
3350 is_insensitive ? DS_FLAG_CI_DATASET : 0, cbfunc, &zct);

Completed in 20 milliseconds