Home
last modified time | relevance | path

Searched refs:set_func (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c60 typedef int (*set_func)(struct tac_handle *, const char *); typedef
63 set_func, const char *);
69 set_func func, const char *funcname) in do_item()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sa.c1365 int (*set_func)(struct cam_periph *periph, struct mtparamset *ps, member
1472 error = first_ent->set_func(periph, first, in saparamsetlist()
1488 error = ent->set_func(periph, &params[i], 1); in saparamsetlist()
1496 first_ent->set_func(periph, first, contig_ents); in saparamsetlist()