Home
last modified time | relevance | path

Searched refs:doing (Results 1 – 25 of 256) sorted by relevance

1234567891011

/freebsd-13.1/usr.bin/gprof/
H A Dprintgprof.c543 nltype *doing; in sortmembers() local
552 for ( (doing = todo)&&(todo = doing -> cnext); in sortmembers()
553 doing ; in sortmembers()
554 (doing = todo )&&(todo = doing -> cnext )){ in sortmembers()
556 if ( membercmp( doing , prev -> cnext ) == GREATERTHAN ) { in sortmembers()
560 doing -> cnext = prev -> cnext; in sortmembers()
561 prev -> cnext = doing; in sortmembers()
/freebsd-13.1/crypto/heimdal/appl/afsutil/
H A DChangeLog18 credential cache when doing afslog.
21 cache when doing afslog.
83 actually doing anything, and try to get tokens via krb4 if krb5
/freebsd-13.1/crypto/heimdal/appl/telnet/
H A Dtelnet.state28 * if we are doing so at request initiation
58 * if we are doing so at request acknowledgment
/freebsd-13.1/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in86 # Are we doing an upgrade?
103 # If we're here then we're doing an uninstall (not upgrade).
/freebsd-13.1/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in86 # Are we doing an upgrade?
103 # If we're here then we're doing an uninstall (not upgrade).
/freebsd-13.1/share/examples/diskless/
H A DME18 /conf/<appropriate-machine>. When doing a diskless boot, /conf/ME is
24 When doing a diskless boot, this softlink is typically part of the / NFS
/freebsd-13.1/sys/amd64/conf/
H A DGENERIC-MMCCAM1 # MMCCAM is the kernel config for doing MMC on CAM development
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Drt1011.txt26 u32. The temperature was measured while doing the calibration. Units: Celsius degree
H A Dmaxim,max98390.yaml21 description: The calculated temperature data was measured while doing the calibration.
/freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,gicp.txt5 interrupts by doing a memory transaction. It is used by the ICU
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DDocumentation.md9 * [CookBook](CookBook.md) -- recipes for doing various tasks using Google Mock.
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dsereal12 # doing (byte&0xF0)>>4 here, but unfortunately that's not
/freebsd-13.1/usr.sbin/bsdconfig/include/
H A Doptions.hlp48 of other problems. It's most useful to those who are doing unattended
87 what you are doing! This will change the release name used by
/freebsd-13.1/tools/tools/find-sb/
H A DREADME17 code and don't immediately understand how it works and what it's doing, then
/freebsd-13.1/share/examples/tests/
H A DREADME11 remove all comments while doing so and then write your own if necessary.
/freebsd-13.1/sbin/ipf/ipmon/
H A Dipmon_y.y80 %type <ipmd> doopt doing
93 line: IPM_MATCH '{' matching ';' '}' IPM_DO '{' doing ';' '}'
136 doing:
138 | doopt ',' doing { $1->ipmd_next = $3; $$ = $1; }
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_rlimit.m470 # HMS: Only if we are doing the MLOCKALL stuff...
/freebsd-13.1/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def50 in doing so we'll speed the clock up a little every second instead of slowing
/freebsd-13.1/tests/sys/cddl/zfs/tests/inheritance/
H A Dstate024.cfg38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dstate024.cfg38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
/freebsd-13.1/contrib/atf/
H A DFREEBSD-upgrade26 of doing so is by using the release files already imported into the
/freebsd-13.1/sys/arm/conf/
H A DNOTES1 # arm-specific changes for doing a LINT build.
/freebsd-13.1/contrib/bsnmp/
H A DREADME16 As usual by doing:
/freebsd-13.1/tools/tools/crypto/
H A DREADME15 more buffer sizes to use in doing tests.
/freebsd-13.1/contrib/ncurses/form/
H A DREAD.ME40 For things that still need doing, see the TO-DO file in the top-level

1234567891011