Searched refs:exp0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/mpsutil/
H A Dmps_show.c685 MPI2_CONFIG_PAGE_EXPANDER_0 *exp0; local
702 exp0 = mps_read_extended_config_page(fd,
707 if (exp0 == NULL) {
716 nphys = exp0->NumPhys;
717 handle = le16toh(exp0->DevHandle);
719 if (exp0->EnclosureHandle == 0x00)
722 snprintf(enchandle, 5, "%04d", le16toh(exp0->EnclosureHandle));
723 if (exp0->ParentDevHandle == 0x0)
726 snprintf(parent, 5, "%04x", le16toh(exp0->ParentDevHandle));
728 exp0
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exp.c186 return (exp0(vp, 0));
190 exp0(Char ***vp, int ignore) function
194 etraci("exp0 p1", p1, vp);
201 exp0(vp, (ignore & TEXP_IGNORE) || p1) :
205 etraci("exp0 p1", p1, vp);
545 ccode = exp0(vp, ignore);
H A Dsh.decls.h130 extern tcsh_number_t exp0 (Char ***, int);
H A Dsh.func.c575 status = !exp0(&v, 1);

Completed in 65 milliseconds