HomeSort by: relevance | last modified time | path
    Searched defs:on (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/sbin/chkconfig/
chkconfig.sh 31 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53 # output $1 with 'on' or 'off' based on the return of checkyesno()
138 echo " $0 flag [ on | off ] "
139 echo " $0 [-f] flag [ on | off ]"
143 on() function
181 on)
182 action='on'
203 usage "-f flag requires 'on' or 'off'"
221 on)
    [all...]
  /src/usr.bin/xlint/lint1/
ckctype.c 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
100 const tnode_t *on, *cn; local in function:check_ctype_arg
102 for (on = arg; on->tn_op == CVT; on = on->u.ops.left)
103 if (on->tn_type->t_tspec == UCHAR)
105 if (on->tn_type->t_tspec == UCHAR)
  /src/usr.bin/make/unit-tests/
deptgt-ignore.mk 13 all: depends-on-failed depends-on-ignored
14 .PHONY: all depends-on-failed depends-on-ignored error-failed error-ignored
21 depends-on-failed: error-failed
23 depends-on-ignored: error-ignored
28 # on the target with the ignored commands are made.
job-output.mk 8 @${MAKE} -f ${MAKEFILE} -j1 echo-on-stdout-and-stderr
34 @${MAKE} -f ${MAKEFILE} echo-on-stdout-and-stderr 2>/dev/null
36 @${MAKE} -f ${MAKEFILE} echo-on-stdout-and-stderr 1>/dev/null
39 echo-on-stdout-and-stderr: .PHONY
archive.mk 3 # Very basic demonstration of handling archives, based on the description
28 @${MAKE} -f ${MAKEFILE} depend-on-existing-member
29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
  /src/tests/usr.bin/indent/
indent_off_on.c 4 * Tests for the comments 'INDENT OFF' and 'INDENT ON', which temporarily
13 /*INDENT ON*/
23 /*INDENT ON*/
35 /*INDENT ON*/
44 /*INDENT ON*/
51 /* INDENT ON */
59 /* INDENT ON */
68 /* INDENT ON */
76 /* INDENT ON */
104 * Any whitespace around the 'INDENT ON/OFF' is ignored, as is any whitespac
217 int on ; variable in typeref:typename:int
229 int on; variable in typeref:typename:int
    [all...]
lsym_preprocessing.c 232 * The 'INDENT OFF' state is global, it does not depend on the preprocessing
233 * directives, otherwise the declarations for 'on' and 'after' would be moved
243 int on; variable in typeref:typename:int
255 int on; variable in typeref:typename:int
  /src/bin/date/
netdate.c 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
74 * it performs the correction on all slaves. If it is in the slave state, it
76 * Returns 0 on success. Returns > 0 on failure.
109 static const int on = IP_PORTRANGE_LOW; local in function:netsettime
111 if (setsockopt(s, IPPROTO_IP, IP_PORTRANGE, &on,
112 sizeof(on)) == -1) {
  /src/bin/stty/
print.c 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
85 #define on(f) ((tmp&f) != 0) macro
87 if (fmt >= STTY_BSD || on(f) != d) \
88 bput(n + on(f));
156 bput("-parenb" + on(PARENB));
  /src/sys/dev/hpc/
button.c 30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
164 int on; local in function:button_intr
166 on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_active);
171 config_hook_call(CONFIG_HOOK_BUTTONEVENT, sc->sc_id, (void*)on);
hpcin.c 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
107 int on; local in function:hpcin_intr
109 on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_on);
111 config_connected_call(sc->sc_ct, (void *)on);
115 config_hook_call(sc->sc_type, sc->sc_id, (void *)on);
  /src/sys/ufs/ffs/
ffs_bswap.c 21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
220 struct ocg *on, *oo; local in function:ffs_cg_swap
222 on = (struct ocg *)n;
226 on->cg_btot[i] = bswap32(oo->cg_btot[i]);
228 on->cg_b[i][j] = bswap16(oo->cg_b[i][j]);
230 memmove(on->cg_iused, oo->cg_iused, 256);
231 on->cg_magic = bswap32(oo->cg_magic);
  /src/libexec/httpd/
daemon-bozo.c 26 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
130 int e, i, on = 1; local in function:bozo_daemon_init
157 if (setsockopt(httpd->sock[i], SOL_SOCKET, SO_REUSEADDR, &on,
158 sizeof(on)) == -1)
217 bozowarn(httpd, "poll on fd %d pid %d revents %d: %s",
276 /* fail on programmer errors */
282 /* sleep on some temporary kernel failures */
  /src/sys/arch/hpc/stand/hpcboot/
console.h 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
57 BOOL &on(void) { return _on; } function in class:Console
  /src/sys/external/bsd/drm2/drm/
drmfb.c 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
203 * (can be disabled while stuff is still drawn on the screen),
206 * This toggles between DPMS ON and DPMS OFF; backlight toggles
207 * between DPMS ON and DPMS SUSPEND.
217 const int on = *(const int *)data; local in function:drmfb_genfb_ioctl
218 const int dpms_mode = on? DRM_MODE_DPMS_ON : DRM_MODE_DPMS_OFF;
  /src/sys/arch/sun3/dev/
bw2.c 35 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
155 * only on a CG? overlay plane. We can use only the
260 /* Guess based on machine ID. */
290 /* Make sure video is on. */
335 * I turned on PMAP_NC here to disable the cache as I was
346 int *on = data; local in function:bw2gvideo
348 *on = sc->sc_video_on;
357 int *on = data; local in function:bw2svideo
359 if (sc->sc_video_on == *on)
361 sc->sc_video_on = *on;
    [all...]
fb.c 35 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
173 int on = 1; local in function:fb_unblank
178 (*devfb->fb_driver->fbd_svideo)(devfb, (void *)&on);
195 /* Set FB size based on EEPROM screen shape code. */
274 * Turn video on or off using the P4 register.
277 fb_pfour_set_video(struct fbdevice *fb, int on)
282 *fb->fb_pfour = pfour | (on ? P4_REG_VIDEO : 0);
  /src/sys/arch/zaurus/dev/
lcdctl.c 22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
50 int on; /* BACKLIGHT_ON signal */ member in struct:lcdctl_backlight
186 ioexp_set_backlight(bl->on, bl->cont);
188 scoop_set_backlight(bl->on, bl->cont);
  /src/sys/compat/ultrix/
ultrix_ioctl.c 22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
138 * as well, gcc on the sparc definitely generates much better
248 /* not present on NetBSD */
516 int on = 1; local in function:ultrix_sys_ioctl
517 return ultrix_do_ioctl(SCARG(&ap, fd), TIOCCONS, &on, l);
638 int on; local in function:ultrix_sys_ioctl
640 error = copyin(SCARG(&ap, data), &on, sizeof(on));
643 return ultrix_do_ioctl(SCARG(&ap, fd), TIOCUCNTL, &on, l);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object.c 196 struct drm_i915_gem_object *obj, *on; local in function:__i915_gem_free_objects
200 llist_for_each_entry_safe(obj, on, freed, freed) {
316 * Since we require blocking on struct_mutex to unbind the freed
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_buddy.c 273 struct i915_buddy_block *block, *on; local in function:i915_buddy_free_list
275 list_for_each_entry_safe(block, on, objects, link) {
intel_memory_region.c 44 struct i915_buddy_block *block, *on; local in function:intel_memory_region_free_pages
47 list_for_each_entry_safe(block, on, blocks, link) {
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_evict.c 105 pr_err("No objects on the GGTT inactive list!\n");
123 struct drm_i915_gem_object *obj, *on; local in function:cleanup_objects
125 list_for_each_entry_safe(obj, on, list, st_link) {
155 pr_err("i915_gem_evict_something failed on a full GGTT with err=%d\n",
170 pr_err("i915_gem_evict_something failed on a full GGTT with err=%d\n",
239 pr_err("i915_gem_evict_for_node on a full GGTT returned err=%d\n",
377 pr_err("i915_gem_evict_vm on a full GGTT returned err=%d]\n",
388 pr_err("i915_gem_evict_vm on a full GGTT returned err=%d]\n",
500 pr_err("Unexpected error from request alloc (on %s): %d\n",
520 pr_info("Submitted %lu contexts/requests on %s\n"
    [all...]
  /src/sys/fs/filecorefs/
filecore_vnops.c 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
60 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
101 * fifo, or a block or character device resident on the
119 * Check mode permission on inode pointer. Mode is READ, WRITE or EXEC.
210 long size, n, on; local in function:filecore_read
243 on = filecore_blkoff(fcmp, uio->uio_offset);
244 n = MIN(filecore_blksize(fcmp, ip, lbn) - on, uio->uio_resid);
253 on = uio->uio_offset;
254 n = MIN(FILECORE_DIR_SIZE - on, uio->uio_resid);
268 error = uiomove((char *)(bp->b_data) + on, (int)n, uio)
    [all...]
  /src/bin/ed/
buf.c 25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
67 seek_write = 1; /* force seek on write */
175 static long on = 0; local in function:get_addressed_line_node
178 if (n > on) {
179 if (n <= (on + addr_last) >> 1) {
180 for (; on < n; on++)
184 for (on = addr_last; on > n; on--
    [all...]

Completed in 26 milliseconds

1 2 3 4