Home
last modified time | relevance | path

Searched refs:num_msg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/telnet/libtelnet/
H A Dsra.c479 auth_conv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata) in auth_conv() argument
484 malloc(sizeof(struct pam_response) * num_msg); in auth_conv()
489 for (i = 0; i < num_msg; i++) { in auth_conv()
/freebsd/sys/dev/mana/
H A Dhw_channel.c626 mana_hwc_init_inflight_msg(struct hw_channel_context *hwc, uint16_t num_msg) in mana_hwc_init_inflight_msg() argument
630 sema_init(&hwc->sema, num_msg, "gdma hwc sema"); in mana_hwc_init_inflight_msg()
632 err = mana_gd_alloc_res_map(num_msg, &hwc->inflight_msg_res, in mana_hwc_init_inflight_msg()
/freebsd/libexec/ftpd/
H A Dftpd.c1195 auth_conv(int num_msg, const struct pam_message **msg, in auth_conv() argument
1202 reply = calloc(num_msg, sizeof *reply); in auth_conv()
1206 for (i = 0; i < num_msg; i++) { in auth_conv()