Home
last modified time | relevance | path

Searched refs:state_len (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/mptutil/
H A Dmpt_show.c210 if (state_len > 0) in print_vol()
228 if (state_len > 0) in print_pd()
247 if (state_len > 0) in print_standalone()
396 int error, fd, i, len, state_len; in show_volumes() local
423 state_len = strlen("State"); in show_volumes()
433 if (len > state_len) in show_volumes()
434 state_len = len; in show_volumes()
438 len = state_len - strlen("State"); in show_volumes()
508 state_len = 0; in show_drives()
519 if (len > state_len) in show_drives()
[all …]
/freebsd/usr.sbin/mfiutil/
H A Dmfi_show.c309 if (state_len > 0) in print_ld()
331 if (state_len > 0) in print_pd()
452 u_int i, len, state_len; in show_volumes() local
476 state_len = strlen("State"); in show_volumes()
479 if (len > state_len) in show_volumes()
480 state_len = len; in show_volumes()
501 print_ld(&info, state_len); in show_volumes()
534 u_int i, len, state_len; in show_drives() local
557 state_len = 0; in show_drives()
572 if (len > state_len) in show_drives()
[all …]
H A Dmfiutil.h171 void print_ld(struct mfi_ld_info *info, int state_len);
172 void print_pd(struct mfi_pd_info *info, int state_len);
/freebsd/lib/libpam/modules/pam_radius/
H A Dpam_radius.c80 const char *rhost, const void *state, size_t state_len) in build_access_request() argument
132 rad_put_attr(radh, RAD_STATE, state, state_len) == -1) { in build_access_request()