/src/sbin/gpt/ |
remove.c | 69 change(struct gpt_ent *ent, void *v __unused, int backup __unused) function in typeref:typename:void 92 return gpt_change_ent(gpt, &find, change, NULL);
|
type.c | 70 change(struct gpt_ent *ent, void *v, int backup __unused) function in typeref:typename:void 114 return gpt_change_ent(gpt, &find, change, &newtype);
|
label.c | 71 change(struct gpt_ent *ent, void *v, int backup __unused) function in typeref:typename:void 161 return gpt_change_ent(gpt, &find, change, name);
|
/src/games/ching/castching/ |
castching.c | 54 * castching - Read a question, cast a change, and output the line 70 static char *change(void); 72 static char string[6+1]; /* where the actual change string is put */ 86 printf("%s\n", change()); 106 * Get a set of six lines making up a change. 109 change(void) function in typeref:typename:char *
|
/src/games/hack/ |
hack.tty.c | 178 int change = 0; local in function:setftty 184 change++; 191 change++; 193 if (change) {
|
/src/sbin/restore/ |
restore.c | 418 badentry(ip, "cannot KEEP and change modes"); 567 long change; local in function:removeoldnodes 571 change = 0; 581 change++; 583 } while (change); 646 * be removed since its type may change from one leaf type 716 * or an out of order volume change is encountered 726 * If volume change out of order occurred the
|
/src/lib/libc/db/hash/ |
hash_bigkey.c | 595 uint32_t change; local in function:__big_split 604 change = (__call_hash(hashp, key.data, (int)key.size) != obucket); 615 if (change) 675 if (change)
|
/src/usr.sbin/screenblank/ |
screenblank.c | 98 int ch, change, fflag = 0, kflag = 0, mflag = 0, state; local in function:main 243 change = 0; 254 change = 1; 258 change = 1; 264 if (!change) { 270 if (change) { 380 /* Don't change the state of non-framebuffers! */
|
/src/games/tetris/ |
scores.c | 443 * The first two appear in 5.99 between the time_t change and 657 int change; local in function:savescore 670 change = 0; 681 change = 1; 686 change = 1; /* gotta rewrite, sigh */ 696 change = 1; 699 if (change) {
|
/src/sys/ufs/lfs/ |
ulfs_vnops.c | 418 * Change the mode on a file. 456 int64_t change; local in function:ulfs_chown 477 change = DIP(ip, blocks); 478 (void) lfs_chkdq(ip, -change, cred, 0); 486 if ((error = lfs_chkdq(ip, change, cred, 0)) == 0) { 490 (void) lfs_chkdq(ip, -change, cred, FORCE); 496 (void) lfs_chkdq(ip, change, cred, FORCE); 1049 * Set update and change flags. 1094 * Set update and change flags.
|
/src/sbin/dump/ |
traverse.c | 282 int ret, change = 0; local in function:mapdirs 339 change = 1; 344 change = 1; /* subdirs have inherited nodump */ 349 change = 1; 353 return (change);
|
/src/sys/dev/usb/ |
uhub.c | 78 "int"/*change*/, 89 "int"/*change*/); 539 int change, status, reconnect, rescan; local in function:uhub_explore 573 if (PORTSTAT_ISSET(sc, 0)) { /* hub status change */ 583 change = UGETW(hs.wHubChange); 585 dev, /*portno*/0, status, change, /*reattach*/0); 587 status, change, 0); 589 if (change & UHS_LOCAL_POWER) 592 if (change & UHS_OVER_CURRENT) 605 status = change = 0 [all...] |
vhci.c | 208 int change; member in struct:__anon32e6285d0208 545 port->change |= UPS_C_PORT_ENABLED; 575 USETW(ps.wPortChange, port->change); 798 port->change = UPS_C_CONNECT_STATUS | UPS_C_PORT_RESET; 810 * status/change and see it needs to perform an attach. 893 port->change = UPS_C_CONNECT_STATUS | UPS_C_PORT_RESET; 897 * status/change and see it needs to perform a detach.
|
motg.c | 801 int status, change, totlen = 0; local in function:motg_roothub_ctrl 910 status = change = 0; 914 change |= UPS_C_CONNECT_STATUS; 920 change |= UPS_C_PORT_ENABLED; 929 change |= UPS_C_PORT_RESET; 931 USETW(ps.wPortChange, change);
|
/src/sys/arch/mips/atheros/dev/ |
if_ae.c | 94 * to a change in link status. Is that needed. 799 u_short change = ifp->if_flags ^ sc->sc_if_flags; local in function:ae_ifflags_cb 801 if ((change & ~(IFF_CANTCHANGE | IFF_DEBUG)) != 0) 803 else if ((change & IFF_PROMISC) != 0)
|
/src/sys/dev/cadence/ |
if_cemac.c | 414 u_short change = ifp->if_flags ^ sc->sc_if_flags; local in function:cemac_ifflags_cb 417 if ((change & ~(IFF_CANTCHANGE | IFF_DEBUG)) != 0) { 419 } else if ((change & IFF_PROMISC) != 0) {
|
/src/sys/compat/linux/common/ |
linux_cdrom.h | 166 u_int8_t change : 1; member in struct:linux_cdrom_slot 168 u_int8_t change : 1;
|
/src/sys/ufs/ufs/ |
ufs_vnops.c | 705 * Change the mode on a file. 762 int64_t change; local in function:ufs_chown 789 change = DIP(ip, blocks); 790 (void) chkdq(ip, -change, cred, 0); 798 if ((error = chkdq(ip, change, cred, 0)) == 0) { 802 (void) chkdq(ip, -change, cred, FORCE); 808 (void) chkdq(ip, change, cred, FORCE); 1985 * Set update and change flags. 2047 * Set update and change flags.
|
/src/sys/dev/ic/ |
elinkxl.c | 1440 u_short change = ifp->if_flags ^ sc->sc_if_flags; local in function:ex_ifflags_cb 1442 if ((change & ~(IFF_CANTCHANGE | IFF_DEBUG)) != 0) 1444 else if ((change & IFF_PROMISC) != 0)
|
bcmgenet.c | 944 u_short change = ifp->if_flags ^ sc->sc_if_flags; local in function:genet_ifflags_cb 947 if ((change & ~(IFF_CANTCHANGE | IFF_DEBUG)) != 0) { 949 } else if ((change & IFF_PROMISC) != 0) {
|
dwc_gmac.c | 1139 u_short change = ifp->if_flags ^ sc->sc_if_flags; local in function:dwc_gmac_ifflags_cb 1142 if ((change & ~(IFF_CANTCHANGE | IFF_DEBUG)) != 0) { 1144 } else if ((change & IFF_PROMISC) != 0) {
|
/src/sys/dev/pci/ |
if_nfe.c | 667 u_short change = ifp->if_flags ^ sc->sc_if_flags; local in function:nfe_ifflags_cb 674 if ((change & ~(IFF_CANTCHANGE | IFF_DEBUG)) != 0) 676 else if ((change & IFF_PROMISC) != 0)
|
/src/sys/kern/ |
vfs_lookup.c | 111 change = 1; \ 118 size_t change, i, newlen, slen; local in function:symlink_magic 124 for (change = i = newlen = 0; i < *len; ) { 187 if (change) { 2061 * Because lookup_once can change the startdir, we need our 2102 * that uses "state->" can be shuffled around without having to change
|
/src/sys/fs/nfs/server/ |
nfs_nfsdsubs.c | 1595 int change = 0; local in function:nfsrv_fixattr 1603 * and nobody seems to be upset, so I think it's best not to change 1616 change++; 1625 change++; 1631 change++; 1640 change++; 1646 if (change) {
|
/src/sys/arch/arm/imx/ |
if_enet.c | 962 u_short change = ifp->if_flags ^ sc->sc_if_flags; local in function:enet_ifflags_cb 964 if ((change & ~(IFF_CANTCHANGE | IFF_DEBUG)) != 0) 966 else if ((change & (IFF_PROMISC | IFF_ALLMULTI)) == 0) 1149 * FDEN can change when ECR[ETHEREN] is 0 1184 /* update registers if need change */
|