Searched refs:cln (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/ |
| H A D | snapused_003_pos.ksh | 71 log_must zfs clone $USEDTEST@snap$i $USEDTEST/cln$i 72 log_must zfs set is:cloned=yes $USEDTEST/cln$i 74 mntpnt_cln=$(get_prop mountpoint $USEDTEST/cln$i)
|
| H A D | snapused_004_pos.ksh | 85 log_must zfs clone $USEDTEST@snap$i $USEDTEST/cln$i 87 mntpnt_cln=$(get_prop mountpoint $USEDTEST/cln$i) 88 log_must zfs set refreservation="$r_size"M $USEDTEST/cln$i
|
| /freebsd/tests/sys/cddl/zfs/tests/snapused/ |
| H A D | snapused_003_pos.ksh | 83 log_must $ZFS clone $USEDTEST@snap$i $USEDTEST/cln$i 84 log_must $ZFS set is:cloned=yes $USEDTEST/cln$i 86 mntpnt_cln=$(get_prop mountpoint $USEDTEST/cln$i)
|
| H A D | snapused_004_pos.ksh | 97 log_must $ZFS clone $USEDTEST@snap$i $USEDTEST/cln$i 99 mntpnt_cln=$(get_prop mountpoint $USEDTEST/cln$i) 100 log_must $ZFS set refreservation="$r_size"M $USEDTEST/cln$i
|
| /freebsd/contrib/bmake/ |
| H A D | targ.c | 586 GNodeListNode *ln, *cln; in Targ_Propagate() local 595 for (cln = gn->cohorts.first; cln != NULL; cln = cln->next) { in Targ_Propagate() 596 GNode *cohort = cln->datum; in Targ_Propagate()
|
| H A D | suff.c | 1204 ExpandWildcards(GNodeListNode *cln, GNode *pgn) in ExpandWildcards() argument 1206 GNode *cgn = cln->datum; in ExpandWildcards() 1228 Lst_InsertBefore(&pgn->children, cln, gn); in ExpandWildcards() 1242 Lst_Remove(&pgn->children, cln); in ExpandWildcards() 1321 ExpandChildren(GNodeListNode *cln, GNode *pgn) in ExpandChildren() argument 1323 GNode *cgn = cln->datum; in ExpandChildren() 1341 ExpandWildcards(cln, pgn); in ExpandChildren() 1369 Lst_InsertBefore(&pgn->children, cln, gn); in ExpandChildren() 1372 ExpandWildcards(cln->prev, pgn); in ExpandChildren() 1386 Lst_Remove(&pgn->children, cln); in ExpandChildren()
|
| /freebsd/tests/sys/kern/ |
| H A D | ssl_sendfile.c | 51 SSL *cln; /* client connection */ member 148 ATF_REQUIRE(ssl = c->cln = SSL_new(c->ctx)); in common_init() 177 SSL_free(c->cln); in common_cleanup() 308 while (nread < FSIZE && (n = SSL_read_b(c.cln, buf, sizeof(buf))) > 0) { in ATF_TC_BODY() 337 (n = SSL_read_b(c.cln, buf, sizeof(buf))) > 0) { in ATF_TC_BODY() 373 while (nread < TRUNC && (n = SSL_read_b(c.cln, buf, sizeof(buf))) > 0) { in ATF_TC_BODY() 414 while (nread < FSIZE && (n = SSL_read_b(c.cln, buf, in ATF_TC_BODY() 422 while (nread < GROW && (n = SSL_read_b(c.cln, buf, sizeof(buf))) > 0) { in ATF_TC_BODY() 487 (n = SSL_read_b(c.cln, buf, sizeof(buf))) > 0) { in ATF_TC_BODY()
|
| /freebsd/usr.sbin/bootparamd/callbootd/ |
| H A D | callbootd.c | 27 static char cln[MAX_MACHINE_NAME+1]; variable 74 stat_whoami_res.client_name = cln; in main() 77 stat_getfile_res.server_name = cln; in main()
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.c | 630 char *cln, *cus, *cgr; in main() local 651 cln = getenv("LOGNAME"); in main() 655 else if (cln != NULL) in main() 656 setv(STRuser, quote(SAVE(cln)), VAR_READWRITE); in main() 661 if (cln == NULL) in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 1433 def : InstAlias<"cln", (BCLRs 2)>;
|