Home
last modified time | relevance | path

Searched refs:capflags (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c508 static int capflags; variable
517 if ((capflags & O_CREAT) == 0) in open_file()
518 fd = open(name, capflags); in open_file()
520 fd = open(name, capflags, capmode); in open_file()
546 if ((capflags & O_CREAT) != 0) { in fileargs_add_cache()
626 capflags = (int)dnvlist_get_number(newlimits, "flags", 0); in fileargs_limit()
628 if ((capflags & O_CREAT) != 0) in fileargs_limit()
/freebsd-13.1/sys/dev/otus/
H A Dif_otusreg.h1020 uint8_t capflags; member
H A Dif_otus.c695 sc->capflags = sc->eeprom.baseEepHeader.opCapFlags; in otus_attachhook()
711 (sc->capflags & AR5416_OPFLAGS_11A) ? in otus_attachhook()