Searched refs:fstype (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dp80211hdr.h263 #define WLAN_CTL_FRAMELEN(fstype) (\
264 (fstype) == WLAN_FSTYPE_BLOCKACKREQ ? 24 : \
265 (fstype) == WLAN_FSTYPE_BLOCKACK ? 152 : \
266 (fstype) == WLAN_FSTYPE_PSPOLL ? 20 : \
267 (fstype) == WLAN_FSTYPE_RTS ? 20 : \
268 (fstype) == WLAN_FSTYPE_CTS ? 14 : \
269 (fstype) == WLAN_FSTYPE_ACK ? 14 : \
270 (fstype) == WLAN_FSTYPE_CFEND ? 20 : \
271 (fstype) == WLAN_FSTYPE_CFENDCFACK ? 20 : 4)
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vfs.c68 static int sffs_init(int fstype, char *name);
157 sffs_init(int fstype, char *name) argument
178 ASSERT(fstype != 0);
179 sffs_fstype = fstype;
200 error = vfs_setfsops(fstype, sffs_vfsops_template, NULL);
208 (void) vfs_freevfsops_by_type(fstype);

Completed in 1286 milliseconds