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

1 2 3

  /src/usr.bin/make/unit-tests/
directive-if-nested.mk 11 all: set-up test tear-down
13 set-up: .PHONY
opt-query.mk 15 # variants Ensures that the up-to-date status is correctly
24 _!= touch -f opt-query-file.up-to-date
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
50 # expect: opt-query-file.up-to-date in compat mode: query status 0
53 # expect: opt-query-file.up-to-date in jobs mode: query status 0
57 @rm -f opt-query-file.up-to-date
75 # it is not up-to-date.
80 opt-query-file.up-to-date: ${MAKEFILE}
deptgt-posix.mk 32 set-up-sysdir: .USEBEFORE
74 after-for: .PHONY set-up-sysdir check-not-posix run
85 after-if: .PHONY set-up-sysdir check-not-posix run
96 in-included-file: .PHONY set-up-sysdir check-not-posix run
103 in-first-line: .PHONY set-up-sysdir check-is-posix run
111 after-comment-lines: .PHONY set-up-sysdir check-is-posix run
121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run
archive.mk 31 @${MAKE} -f ${MAKEFILE} set-up-library
87 set-up-library: .PHONY
100 # expect: Examining libbad.a...up-to-date.
101 # expect: Examining -lbad...up-to-date.
102 # expect: Examining libgood.a...library...up-to-date.
103 # expect: Examining -lgood...library...up-to-date.
  /src/lib/libc/compat/net/
compat_ns_ntoa.c 57 uint8_t *up = addr.x_host.c_host; local in function:ns_ntoa
58 uint8_t *uplim = up + 6;
64 while (up < uplim && *up==0)
65 up++;
66 if (up == uplim) {
72 sprintf(cp, ".%x", *up++);
73 while (up < uplim) {
75 sprintf(cp, "%02x", *up++);
  /src/lib/libc/db/btree/
bt_seq.c 372 * Get the first item on the next page, but by going up and down the tree.
379 EPGNO *up; local in function:__bt_rseq_next
385 /* Move up the tree. */
386 up = BT_POP(t);
389 if (up == NULL)
391 if ((h = mpool_get(t->bt_mp, up->pgno, 0)) == NULL)
393 idx = up->index;
411 * Get the last item on the previous page, but by going up and down the tree.
418 EPGNO *up; local in function:__bt_rseq_prev
424 /* Move up the tree. *
    [all...]
  /src/games/hack/
hack.do.c 69 /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */
176 pline("You can't go up here.");
180 pline("You are being held, and cannot go up.");
195 boolean up = (newlevel < dlevel); local in function:goto_level
215 up ? "up" : "down");
251 if (up) {
291 if (uwep != uball && !up /* %% */ && rn2(5)) {
  /src/lib/libc/gdtoa/
gethex.c 45 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local in function:gethex
299 up = 0;
306 up = 1;
309 up = 1 - sign;
312 up = sign;
314 if (up) {
  /src/regress/sys/kern/getcwd/
old_getcwd.c 88 char *ept, *eup, *up; local in function:old_getcwd
116 if ((up = malloc(upsize = 1024 - 4)) == NULL)
118 eup = up + MAXPATHLEN;
119 bup = up;
120 up[0] = '.';
121 up[1] = '\0';
133 if (lstat(up, &s))
149 free(up);
159 if ((up = realloc(up, upsize *= 2)) == NULL
    [all...]
  /src/sys/arch/ews4800mips/ews4800mips/
disklabel_conv.c 166 struct ux_partition *up; local in function:disklabel_to_vtoc
179 up = vtoc->partition;
181 for (i = 0; i < vtoc->npartitions; i++, up++, p++) {
182 if ((up->nsectors = p->p_size) != 0)
183 up->start_sector = p->p_offset - offset;
185 up->start_sector = 0;
189 up->tag = VTOC_TAG_BOOT;
190 up->flags = VTOC_FLAG_UNMOUNT;
193 up->tag = VTOC_TAG_STAND;
196 up->tag = VTOC_TAG_SWAP
219 struct ux_partition *up; local in function:vtoc_to_disklabel
    [all...]
  /src/sys/arch/i386/pci/
gcscehci.c 103 struct usb_pci *up; local in function:gcscehci_attach
156 TAILQ_FOREACH(up, &ehci_pci_alldevs, next) {
157 if (up->bus == pa->pa_bus && up->device == pa->pa_device) {
159 device_xname(up->usb)));
160 sc->sc.sc_comps[ncomp++] = up->usb;
  /src/sys/dev/cardbus/
ehci_cardbus.c 134 struct usb_cardbus *up; local in function:ehci_cardbus_attach
179 TAILQ_FOREACH(up, &ehci_cardbus_alldevs, next) {
180 if (up->bus == ca->ca_bus) {
182 device_xname(up->usb)));
183 sc->sc.sc_comps[ncomp++] = up->usb;
233 usb_cardbus_add(struct usb_cardbus *up, struct cardbus_attach_args *ca,
239 TAILQ_INSERT_TAIL(&ehci_cardbus_alldevs, up, next);
240 up->bus = ca->ca_bus;
241 up->function = ca->ca_function;
242 up->usb = bu
    [all...]
  /src/sys/arch/sparc/dev/
kbd_pckbport.c 283 * XXX at least one keyboard is reported to lock up
454 int key, up; local in function:kbd_pckbport_decode
492 up = 1;
500 up = 0;
506 key, (up ? "up " : "down"), sunkey));
508 if (up)
588 /* 0x48 */ 69, /* R8/Up */
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.c 208 up(struct semaphore *s) function in typeref:typename:void
  /src/sys/arch/powerpc/ibm4xx/
trap.c 519 const char *up; local in function:bigcopyin
535 up = (char *)vmaprange(p, (vaddr_t)uaddr, len, VM_PROT_READ);
538 memcpy(kp, up, len);
542 vunmaprange((vaddr_t)up, len);
639 char *up; local in function:bigcopyout
655 up = (char *)vmaprange(p, (vaddr_t)uaddr, len,
659 memcpy(up, kp, len);
663 vunmaprange((vaddr_t)up, len);
  /src/bin/ed/
io.c 77 undo_t *up = NULL; local in function:read_stream
94 if (up)
95 up->t = lp;
96 else if ((up = push_undo_stack(UADD, current_addr,
sub.c 125 undo_t *up; local in function:search_and_replace
140 up = NULL;
150 } else if (up)
151 up->t = get_addressed_line_node(current_addr);
152 else if ((up = push_undo_stack(UADD,
  /src/lib/libskey/
skeylogin.c 136 /* Look up user name in database */
200 /* Look up next user in database */
450 u_char hseed[SKEY_MAX_SEED_LEN], flg = 1, *up; local in function:skey_authenticate
459 /* Cons up a fake prompt if no entry in keys file */
478 if ((up = SHA1Data(username, strlen(username), NULL)) != NULL) {
484 ptr = hash_collapse(up);
485 memset(up, 0, strlen(up));
515 SHA1End(&ctx, up);
522 SHA1Update(&ctx, up, strlen(up))
    [all...]
  /src/sys/arch/evbarm/smdk2xx0/
smdk2410_kbd.c 86 #define KCDR_SETWAKEUP 0xa9 /* define wake-up keys */
424 int key, up; local in function:sskbd_soft_intr
430 up = key & 0x80;
438 printf("key %d %s\n", key, up ? "up" : "down");
441 up ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
  /src/sys/external/bsd/ipf/netinet/
ip_scan.c 313 char *s, *t, *up; local in function:ipf_scan_matchstr
318 up = str;
320 for (s = sp->s_txt, t = sp->s_msk; i; i--, s++, t++, up++)
324 if (*s != *up)
328 if (!ISALPHA(*up) || ((*s & 0x5f) != (*up & 0x5f)))
  /src/usr.bin/rusers/
rusers.c 145 struct utmpidlearr *up = (struct utmpidlearr *)replyp; local in function:rusers_reply
151 if (!allopt && !up->uia_cnt)
157 #define HOSTWID (int)sizeof(up->uia_arr[0]->ui_utmp.ut_host)
158 #define LINEWID (int)sizeof(up->uia_arr[0]->ui_utmp.ut_line)
159 #define NAMEWID (int)sizeof(up->uia_arr[0]->ui_utmp.ut_name)
164 for (x = 0; x < up->uia_cnt; x++) {
173 up->uia_arr[x]->ui_utmp.ut_name);
179 up->uia_arr[x]->ui_utmp.ut_line);
181 uttime = up->uia_arr[x]->ui_utmp.ut_time;
185 minutes = up->uia_arr[x]->ui_idle
228 struct utmpidlearr up; local in function:onehost
259 struct utmpidlearr up; local in function:allhosts
    [all...]
  /src/usr.sbin/ac/
ac.c 230 struct utmp_list *up; local in function:on_console
232 for (up = head; up; up = up->next)
233 if (is_login_tty(up->usr.ut_line))
246 struct user_list *up; local in function:update_user
248 for (up = head; up != NULL; up = up->next)
354 struct user_list *up; local in function:show_today
    [all...]
  /src/usr.sbin/lpr/lpc/
cmds.c 1012 up(int argc, char *argv[]) function in typeref:typename:void
1019 printf("Usage: up {all | printer ...}\n");
  /src/games/worms/
worms.c 213 unsigned long ul, up; local in function:main
227 ul = up = 0;
254 if (up > 1)
260 up = 1;
263 if (up == 1 && ul <= 1000)
265 up += 2;
271 if ((up & 1) != 0) /* up == 1 || up == 3 */
318 up = ul = strtoul(optarg, &ep, 10)
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe_dcb.c 211 * updated before calling this routine to use current up-to maps.
216 int up; local in function:ixgbe_dcb_unpack_pfc_cee
222 for (*pfc_up = 0, up = 0; up < IXGBE_DCB_MAX_USER_PRIORITY; up++) {
223 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled)
224 *pfc_up |= 1 << up;
267 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up)
270 u8 prio_mask = 1 << up;
293 u8 up; local in function:ixgbe_dcb_unpack_map_cee
    [all...]

Completed in 30 milliseconds

1 2 3