/src/lib/libc/posix1e/ |
acl_support.c | 183 int stage = ACL_USER_OBJ; local in function:_posix1e_acl_check 202 if (stage > ACL_USER_OBJ) 204 stage = ACL_USER; 210 if (stage > ACL_USER) 212 stage = ACL_USER; 222 if (stage > ACL_GROUP_OBJ) 224 stage = ACL_GROUP; 230 if (stage > ACL_GROUP) 232 stage = ACL_GROUP; 241 if (stage > ACL_MASK [all...] |
/src/usr.bin/make/unit-tests/ |
dep-op-missing.mk | 8 # but that is removed in an early stage of parsing.
|
varname-makeflags.mk | 13 .if !make(*stage*) 70 # At this stage, MAKEFLAGS is not yet involved. 81 # At this point, the stage 1 make provides the environment variable 87 # The 'DOLLARS=\$\{varname\}' assignment is escaped so that the stage 160 @${MAKE} -f ${MAKEFILE} STAGE=1 VAR=value override_stage_1 164 # variable, in this case provided by stage 0. 179 @${MAKE} -f ${MAKEFILE} STAGE=2 override_stage_2 182 @echo '$@: STAGE=<${STAGE}> VAR=<${VAR}>'
|
var-op-assign.mk | 24 # early stage of parsing and applies to all line types, except for the
|
/src/sys/arch/sun68k/stand/ |
README | 9 stage program from a set of filesystem block numbers that are hard-coded 34 installboot would find the inumber for the 2nd stage boot program
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
nouveau_nvkm_subdev_clk_gk104.c | 459 } stage[] = { local in function:gk104_clk_prog 470 for (i = 0; i < ARRAY_SIZE(stage); i++) { 472 if (!(stage[i].mask & (1 << j))) 476 stage[i].exec(clk, j);
|
nouveau_nvkm_subdev_clk_gf100.c | 426 } stage[] = { local in function:gf100_clk_prog 435 for (i = 0; i < ARRAY_SIZE(stage); i++) { 439 stage[i].exec(clk, j);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
sched_policy.c | 103 int stage = stage_check++ % GVT_TS_BALANCE_STAGE_NUM; local in function:gvt_balance_timeslice 105 /* The timeslice accumulation reset at stage 0, which is 108 if (stage == 0) {
|
/src/sys/arch/x68k/stand/xxboot/ |
boot.S | 4 | (1) IPL (or previous stage loader) loads first 1KB of this primary
|
/src/distrib/atari/floppies/prepare/ |
install.md | 137 NetBSD installation. At this stage, the only thing you _must_ setup
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
da850-lego-ev3.dts | 305 * EEPROM contains the first stage bootloader, HW ID and Bluetooth MAC.
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
svga3d_cmd.h | 896 uint32 stage; member in struct:__anon411ade0f2208
|
/src/sys/arch/m68k/m68k/ |
busaddrerr.s | 198 movl %sp@(FR_HW+36),%d1 | long format, use stage B address
|
/src/sys/dev/audio/ |
audio.c | 3118 * stage). Therefore, the number of accurate bytes or samples 4277 * Initialize the codec stage of this track as necessary. 4278 * If successful, it initializes the codec stage as necessary, stores updated 4340 * Initialize the chvol stage of this track as necessary. 4341 * If successful, it initializes the chvol stage as necessary, stores updated 4401 * Initialize the chmix stage of this track as necessary. 4402 * If successful, it initializes the chmix stage as necessary, stores updated 4467 * Initialize the freq stage of this track as necessary. 4468 * If successful, it initializes the freq stage as necessary, stores updated 4549 * When one block is filled, it is sent to the next stage (converting and/o [all...] |
/src/sys/arch/luna68k/stand/boot/ |
locore.S | 312 movl %a1@(38),%d1 | long format, use stage B address
|
/src/sys/arch/x68k/stand/boot_ufs/ |
boot.S | 8 | (1) IPL (or previous stage loader) loads first 1KB of this primary
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_binding.c | 585 cmd->body.s1.stage = binding->texture_stage;
|
vmwgfx_execbuf.c | 1654 if (cur_state->stage >= SVGA3D_NUM_TEXTURE_UNITS) { 1656 (unsigned int) cur_state->stage); 1678 binding.texture_stage = cur_state->stage;
|
/src/sys/arch/sun3/sun3/ |
locore.s | 229 movl %a1@(36),%d1 | long format, use stage B address
|
/src/sys/arch/sun3/sun3x/ |
locore.s | 206 movl %a1@(36),%d1 | long format, use stage B address
|
/src/sys/dev/ic/ |
gem.c | 230 gem_partial_detach(struct gem_softc *sc, enum gem_attach_stage stage) 234 sc->sc_att_stage = stage;
|
/src/sys/dev/pci/ |
if_cas.c | 820 cas_partial_detach(struct cas_softc *sc, enum cas_attach_stage stage) 824 sc->sc_att_stage = stage;
|
if_sip.c | 953 sipcom_do_detach(device_t self, enum sip_attach_stage stage) 963 switch (stage) {
|
/src/sys/arch/atari/atari/ |
locore.s | 199 movl %sp@(FR_HW+36),%d1 | long format, use stage B address
|
/src/sys/arch/amiga/amiga/ |
locore.s | 214 movl %sp@(FR_HW+36),%d1 | long format, use stage B address
|