Home
last modified time | relevance | path

Searched refs:cln (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/
H A Dsnapused_003_pos.ksh70 log_must zfs clone $USEDTEST@snap$i $USEDTEST/cln$i
71 log_must zfs set is:cloned=yes $USEDTEST/cln$i
73 mntpnt_cln=$(get_prop mountpoint $USEDTEST/cln$i)
H A Dsnapused_004_pos.ksh84 log_must zfs clone $USEDTEST@snap$i $USEDTEST/cln$i
86 mntpnt_cln=$(get_prop mountpoint $USEDTEST/cln$i)
87 log_must zfs set refreservation="$r_size"M $USEDTEST/cln$i
/freebsd/tests/sys/cddl/zfs/tests/snapused/
H A Dsnapused_003_pos.ksh83 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 Dsnapused_004_pos.ksh97 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 Dtarg.c583 GNodeListNode *ln, *cln; in Targ_Propagate() local
592 for (cln = gn->cohorts.first; cln != NULL; cln = cln->next) { in Targ_Propagate()
593 GNode *cohort = cln->datum; in Targ_Propagate()
H A Dsuff.c1204 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()
H A Dmake.c1323 GNodeListNode *cln; in add_wait_dependency() local
1326 for (cln = owln; (cn = cln->datum) != wn; cln = cln->next) { in add_wait_dependency()
/freebsd/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c27 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 Dsh.c630 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 DAVRInstrInfo.td1677 def : InstAlias<"cln", (BCLRs 2)>;