Searched refs:p_change (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/chpass/
H A Dtable.c48 { "change", p_change, 1, 6, NULL, NULL },
H A Dchpass.h69 int p_change(char *, struct passwd *, ENTRY *);
H A Dfield.c171 p_change(char *p, struct passwd *pw, ENTRY *ep __unused) function
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h42 * @param p_change - ecore fills 1 iff bulletin board has changed, 0 otherwise.
47 u8 *p_change);
206 static OSAL_INLINE enum _ecore_status_t ecore_vf_read_bulletin(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *p_change) {return ECORE_INVAL;} argument
H A Decore_vf.c1720 u8 *p_change)
1727 *p_change = 0;
1748 *p_change = 1;
1719 ecore_vf_read_bulletin(struct ecore_hwfn *p_hwfn, u8 *p_change) argument
H A Dqlnx_os.c5681 uint8_t p_change; local
5711 ecore_vf_read_bulletin(hwfn, &p_change);

Completed in 91 milliseconds