/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);
|
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);
|
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);
|
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 *
|
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) {
|
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
|
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)
|
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! */
|
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) {
|
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.
|
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);
|
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...] |
/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) {
|