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

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_diskstorage_tbl.c80 * NOTE: according to MIB removable means removable media, not the
87 int32_t removable; /* enum snmpTCTruthValue*/ member in struct:disk_entry
262 .removable = SNMP_FALSE
267 .removable = SNMP_FALSE
272 .removable = SNMP_TRUE
277 .removable = SNMP_TRUE
282 .removable = SNMP_TRUE
322 disk_entry->removable = found->removable;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h62 void SetRemovable(bool removable) { m_can_be_removed = removable; } argument
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dlistener.c600 bool removable; local
604 removable = sockpath != NULL &&
621 if (removable &&
/freebsd-11-stable/sys/dev/usb/storage/
H A Dustorage_fs.c176 uint8_t removable:1; member in struct:ustorage_fs_lun
384 sc->sc_lun[0].removable = 1;
1003 /* Non - removable, direct - access device */
1004 if (currlun->removable)
1244 if (!currlun->removable) {
1271 if (!currlun->removable) {
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hub.c1243 uint8_t removable; local
1481 removable = 0;
1491 /* check if port is removable */
1497 removable++;
1501 removable++;
1504 DPRINTF("Assuming removable port\n");
1505 removable++;
1539 "removable, %s powered\n", nports, (nports != 1) ? "s" : "",
1540 removable, udev->flags.self_powered ? "self" : "bus");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc785 // the MAP_RESILIENT_CODESIGN flag. Also if a file from removable media

Completed in 131 milliseconds