Searched defs:a_fstype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Disdir.c77 int isFstypeRemote(char *a_fstype);
281 * Arguments: a_fstype - [RO, *RO] - (char *)
290 isFstypeRemote(char *a_fstype) argument
301 if (strcmp(remoteFstypes[i], a_fstype) == 0) {

Completed in 57 milliseconds