/src/usr.bin/make/unit-tests/ |
archive-suffix.exp | 1 `all' is up to date.
|
opt-touch-jobs.exp | 2 `opt-touch-join' is up to date. 3 `opt-touch-use' is up to date.
|
opt-touch.exp | 1 `opt-touch-join' is up to date. 2 `opt-touch-use' is up to date.
|
opt-no-action-touch.exp | 9 `opt-touch-join' is up to date. 10 `opt-touch-use' is up to date.
|
opt-query.exp | 8 Making opt-query-file.up-to-date in compat mode: 9 `opt-query-file.up-to-date' is up to date. 10 opt-query-file.up-to-date in compat mode: query status 0 18 Making opt-query-file.up-to-date in jobs mode: 19 opt-query-file.up-to-date in jobs mode: query status 0
|
unexport-env.mk | 3 # pick up a bunch of exported vars 7 # an example of setting up a minimal environment.
|
depsrc-phony.mk | 5 # name exists and would be considered up to date. 7 # Without the .PHONY, this target would be "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/sys/dev/pci/ |
usb_pci.c | 56 usb_pci_add(struct usb_pci *up, struct pci_attach_args *pa, device_t bu) 61 TAILQ_INSERT_TAIL(&ehci_pci_alldevs, up, next); 62 up->bus = pa->pa_bus; 63 up->device = pa->pa_device; 64 up->function = pa->pa_function; 65 up->usb = bu; 69 usb_pci_rem(struct usb_pci *up) 74 if (up->usb) 75 TAILQ_REMOVE(&ehci_pci_alldevs, up, next);
|
/src/usr.bin/who/ |
utmpentry.c | 267 getentry(struct utmpentry *e, struct utmp *up) 269 COMPILE_ASSERT(sizeof(e->name) > sizeof(up->ut_name)); 270 COMPILE_ASSERT(sizeof(e->line) > sizeof(up->ut_line)); 271 COMPILE_ASSERT(sizeof(e->host) > sizeof(up->ut_host)); 277 * up->ut_* because they may not be terminated. For this 281 memcpy(e->name, up->ut_name, sizeof(up->ut_name)); 282 memcpy(e->line, up->ut_line, sizeof(up->ut_line)); 283 memcpy(e->host, up->ut_host, sizeof(up->ut_host)) [all...] |
/src/usr.sbin/user/ |
user.c | 735 setdefaults(user_t *up) 758 if (fprintf(fp, "group\t\t%s\n", up->u_primgrp) <= 0 || 759 fprintf(fp, "base_dir\t%s\n", up->u_basedir) <= 0 || 760 fprintf(fp, "skel_dir\t%s\n", up->u_skeldir) <= 0 || 761 fprintf(fp, "shell\t\t%s\n", up->u_shell) <= 0 || 763 fprintf(fp, "class\t\t%s\n", up->u_class) <= 0 || 764 fprintf(fp, "homeperm\t0%o\n", up->u_homeperm) <= 0 || 766 fprintf(fp, "inactive\t%s\n", (up->u_inactive == NULL) ? 767 UNSET_INACTIVE : up->u_inactive) <= 0 || 768 fprintf(fp, "expire\t\t%s\n", (up->u_expire == NULL) 804 user_t *up = &dp->user; local in function:read_defaults 1851 user_t *up = &def.user; local in function:useradd 2013 user_t *up = &def.user; local in function:usermod 2146 user_t *up = &def.user; local in function:userdel [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/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/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/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/etc/rc.d/ |
pflogd | 24 ifconfig pflog0 up
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rockchip-pinconf.dtsi | 8 pcfg_pull_up: pcfg-pull-up { 9 bias-pull-up; 119 pcfg_pull_up_drv_level_0: pcfg-pull-up-drv-level-0 { 120 bias-pull-up; 125 pcfg_pull_up_drv_level_1: pcfg-pull-up-drv-level-1 { 126 bias-pull-up; 131 pcfg_pull_up_drv_level_2: pcfg-pull-up-drv-level-2 { 132 bias-pull-up; 137 pcfg_pull_up_drv_level_3: pcfg-pull-up-drv-level-3 { 138 bias-pull-up; [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/toshiba/ |
tmpv7708_pins.dtsi | 51 bias-pull-up; 56 bias-pull-up; 61 bias-pull-up; 66 bias-pull-up; 71 bias-pull-up; 76 bias-pull-up; 81 bias-pull-up; 86 bias-pull-up; 91 bias-pull-up;
|
/src/tests/sbin/ifconfig/ |
t_repeated_updown.sh | 33 atf_set "descr" "Test with ifconfig(8) that repeated up/down " \ 50 state="up" 55 ifconfig $i up 56 echo "Initialized $i up" 62 ifconfig $i up 63 echo "Test $n: $i up"
|
/src/usr.sbin/lpr/lpc/ |
extern.h | 52 void up(int, char **);
|
/src/distrib/utils/embedded/ |
usermode | 44 # check bridging is set up 47 *.*.*.*) echo "bridging is already up on ${bridging}" ;; 49 sudo ifconfig tap0 create up 51 sudo brconfig bridge0 add tap0 add ${interface} up
|
/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/kern/ |
kern_pax.c | 698 struct pax_segvguard_uid_entry *up; local in function:pax_segvguard_cleanup 703 while ((up = LIST_FIRST(&p->segv_uids)) != NULL) { 704 LIST_REMOVE(up, sue_list); 705 kmem_free(up, sizeof(*up)); 721 struct pax_segvguard_uid_entry *up; local in function:pax_segvguard 757 up = kmem_alloc(sizeof(*up), KM_SLEEP); 758 up->sue_uid = kauth_cred_getuid(l->l_cred); 759 up->sue_ncrashes = 1 [all...] |
/src/sys/arch/vax/consolerl/ |
upmboo.com | 5 ! 'up' drive type boot to multi user mode
15 DEPOSIT R10 2 ! 'up' drive type - uba0 - drive 0
|
upsboo.com | 5 ! 'up' drive type boot to single user mode
15 DEPOSIT R10 2 ! 'up' drive type - uba0 - drive 0
|