| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 754 LLE_WLOCK(ln); in nd6_llinfo_timer() 789 nd6_llinfo_settimer_locked(ln, ln->ln_ntick); in nd6_llinfo_timer() 906 ln = NULL; in nd6_llinfo_timer() 1210 return (ln); in nd6_lookup() 1228 return (ln); in nd6_alloc() 1408 ln = *lnp; in nd6_free() 1531 lltable_unlink_entry(ln->lle_tbl, ln); in nd6_free() 1822 nbi->expire = ln->la_expire + ln->lle_remtime / hz + in nd6_ioctl() 2250 if (ln != NULL && (ln->r_flags & RLLE_VALID) != 0) { in nd6_resolve() 2252 bcopy(ln->r_linkdata, desten, ln->r_hdrlen); in nd6_resolve() [all …]
|
| H A D | nd6_nbr.c | 620 struct llentry *ln; in nd6_na_input() local 636 ln = NULL; in nd6_na_input() 750 if (ln == NULL) { in nd6_na_input() 779 ln = NULL; in nd6_na_input() 853 ln = NULL; in nd6_na_input() 899 ln->la_asked = 0; in nd6_na_input() 900 if (ln->la_hold != NULL) { in nd6_na_input() 905 if (ln != NULL) in nd6_na_input() 906 LLE_WUNLOCK(ln); in nd6_na_input() 918 if (ln != NULL) in nd6_na_input() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | cirrus,lochnagar.yaml | 48 - ln-cdc-clkout # Output clock from CODEC card. 49 - ln-dsp-clkout # Output clock from DSP card. 58 - ln-adat-mclk # Optional input clock from ADAT. 59 - ln-pmic-32k # On board fixed clock. 60 - ln-clk-12m # On board fixed clock. 61 - ln-clk-11m # On board fixed clock. 62 - ln-clk-24m # On board fixed clock. 63 - ln-clk-22m # On board fixed clock. 64 - ln-clk-8m # On board fixed clock. 65 - ln-usb-clk-24m # On board fixed clock. [all …]
|
| /f-stack/tools/ |
| H A D | Makefile | 14 ln -sf ${PREFIX_BIN}/f-stack/arp ${PREFIX_BIN}/ff_arp 15 ln -sf ${PREFIX_BIN}/f-stack/ndp ${PREFIX_BIN}/ff_ndp 16 ln -sf ${PREFIX_BIN}/f-stack/ifconfig ${PREFIX_BIN}/ff_ifconfig 17 ln -sf ${PREFIX_BIN}/f-stack/ipfw ${PREFIX_BIN}/ff_ipfw 18 ln -sf ${PREFIX_BIN}/f-stack/netstat ${PREFIX_BIN}/ff_netstat 19 ln -sf ${PREFIX_BIN}/f-stack/ngctl ${PREFIX_BIN}/ff_ngctl 20 ln -sf ${PREFIX_BIN}/f-stack/route ${PREFIX_BIN}/ff_route 21 ln -sf ${PREFIX_BIN}/f-stack/sysctl ${PREFIX_BIN}/ff_sysctl 22 ln -sf ${PREFIX_BIN}/f-stack/top ${PREFIX_BIN}/ff_top 23 ln -sf ${PREFIX_BIN}/f-stack/traffic ${PREFIX_BIN}/ff_traffic [all …]
|
| /f-stack/dpdk/buildtools/ |
| H A D | map_to_win.py | 9 def is_function_line(ln): argument 10 return ln.startswith('\t') and ln.endswith(';\n') and ":" not in ln 38 functions = [ln[:-2] + '\n' for ln in sorted(f_in.readlines()) 39 if is_function_line(ln)]
|
| /f-stack/tools/libxo/xolint/ |
| H A D | xolint.pl | 78 my $ln, $new = 0, $first = 1, $need_nl; 80 for ($ln = 0; $ln <= $#input; $ln++) { 81 chomp($_ = $input[$ln]); 83 $ln += 1; 138 local $ln, $rln, $line, $replay; 140 for ($ln = 0; $ln < $#input; $ln++) { 141 $line = $input[$ln]; 175 $rln = $ln + 1; 226 if ($ln + 1 < $#input) { 227 $line = $input[++$ln];
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | pubsub.c | 91 listNode *ln; in pubsubUnsubscribeChannel() local 103 ln = listSearchKey(clients,c); in pubsubUnsubscribeChannel() 105 listDelNode(clients,ln); in pubsubUnsubscribeChannel() 151 listNode *ln; in pubsubUnsubscribePattern() local 158 listDelNode(c->pubsub_patterns,ln); in pubsubUnsubscribePattern() 203 listNode *ln; in pubsubUnsubscribeAllPatterns() local 208 while ((ln = listNext(&li)) != NULL) { in pubsubUnsubscribeAllPatterns() 209 robj *pattern = ln->value; in pubsubUnsubscribeAllPatterns() 228 listNode *ln; in pubsubPublishMessage() local 235 listNode *ln; in pubsubPublishMessage() local [all …]
|
| H A D | multi.c | 237 listNode *ln; in watchForKey() local 242 while((ln = listNext(&li))) { in watchForKey() 243 wk = listNodeValue(ln); in watchForKey() 267 listNode *ln; in unwatchAllKeys() local 271 while((ln = listNext(&li))) { in unwatchAllKeys() 277 wk = listNodeValue(ln); in unwatchAllKeys() 296 listNode *ln; in touchWatchedKey() local 305 while((ln = listNext(&li))) { in touchWatchedKey() 306 client *c = listNodeValue(ln); in touchWatchedKey() 318 listNode *ln; in touchWatchedKeysOnFlush() local [all …]
|
| H A D | blocked.c | 113 listNode *ln; in processUnblockedClients() local 117 ln = listFirst(server.unblocked_clients); in processUnblockedClients() 118 serverAssert(ln != NULL); in processUnblockedClients() 119 c = ln->value; in processUnblockedClients() 208 listNode *ln; in disconnectAllBlockedClients() local 212 while((ln = listNext(&li))) { in disconnectAllBlockedClients() 213 client *c = listNodeValue(ln); in disconnectAllBlockedClients() 258 listNode *ln = listFirst(l); in handleClientsBlockedOnKeys() local 259 readyList *rl = ln->value; in handleClientsBlockedOnKeys() 384 listNode *ln; in handleClientsBlockedOnKeys() local [all …]
|
| H A D | replication.c | 175 listNode *ln; in replicationFeedSlaves() local 280 listNode *ln; in replicationFeedSlavesFromMasterStream() local 305 listNode *ln; in replicationFeedMonitors() local 568 listNode *ln; in startBgsaveForReplication() local 711 listNode *ln; in syncCommand() local 943 listNode *ln; in updateSlavesWaitingBgsave() local 2081 listNode *ln; in roleCommand() local 2282 listNode *ln; in refreshGoodSlavesCount() local 2421 listNode *ln; in replicationCountAcksByOffset() local 2489 listNode *ln; in processClientsWaitingReplicas() local [all …]
|
| H A D | sort.c | 401 zskiplistNode *ln; in sortCommand() local 409 ln = zsl->tail; in sortCommand() 413 ln = zsl->header->level[0].forward; in sortCommand() 415 ln = zslGetElementByRank(zsl,start+1); in sortCommand() 420 sdsele = ln->ele; in sortCommand() 425 ln = desc ? ln->backward : ln->level[0].forward; in sortCommand() 510 listNode *ln; in sortCommand() local 515 while((ln = listNext(&li))) { in sortCommand() 516 redisSortOperation *sop = ln->value; in sortCommand() 538 listNode *ln; in sortCommand() local [all …]
|
| H A D | redis-cli.c | 2106 listNode *ln; in freeClusterManagerNodeFlags() local 2150 listNode *ln; in freeClusterManager() local 2284 listNode *ln; in clusterManagerRemoveNodeFromList() local 2302 listNode *ln; in clusterManagerNodeByName() local 2327 listNode *ln; in clusterManagerNodeByAbbreviatedName() local 2576 listNode *ln; in clusterManagerNodeFlagString() local 2683 listNode *ln; in clusterManagerShowNodes() local 2697 listNode *ln; in clusterManagerShowClusterInfo() local 3369 listNode *ln; in clusterManagerLoadInfoFromNode() local 3540 listNode *ln; in clusterManagerIsConfigConsistent() local [all …]
|
| H A D | networking.c | 260 clientReplyBlock *tail = ln? listNodeValue(ln): NULL; in _addReplyStringToList() 451 if (ln->next != NULL && (next = listNodeValue(ln->next)) && in setDeferredMultiBulkLength() 795 listNode *ln; in unlinkClient() local 848 listNode *ln; in freeClient() local 917 listDelNode(l,ln); in freeClient() 1084 listNode *ln; in handleClientsWithPendingWrites() local 1593 listNode *ln; in getClientsMaxBuffers() local 1698 listNode *ln; in getAllClientsInfoString() local 1714 listNode *ln; in clientCommand() local 2141 listNode *ln; in flushSlavesOutputBuffers() local [all …]
|
| H A D | defrag.c | 303 listNode *ln, *newln; in activeDefragList() local 304 for (ln = l->head; ln; ln = ln->next) { in activeDefragList() 314 ln = newln; in activeDefragList() 318 sds newsds, sdsele = ln->value; in activeDefragList() 322 robj *newele, *ele = ln->value; in activeDefragList() 324 ln->value = newele; in activeDefragList() 338 listNode *ln, *newln; in activeDefragSdsListAndDict() local 342 for (ln = l->head; ln; ln = ln->next) { in activeDefragSdsListAndDict() 352 ln = newln; in activeDefragSdsListAndDict() 355 sdsele = ln->value; in activeDefragSdsListAndDict() [all …]
|
| H A D | bio.c | 172 listNode *ln; in bioProcessBackgroundJobs() local 180 ln = listFirst(bio_jobs[type]); in bioProcessBackgroundJobs() 181 job = ln->value; in bioProcessBackgroundJobs() 210 listDelNode(bio_jobs[type],ln); in bioProcessBackgroundJobs()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_write_filter_module.c | 58 ngx_chain_t *cl, *ln, **ll, **out, *chain; in ngx_stream_write_filter() local 160 for (ln = in; ln; ln = ln->next) { in ngx_stream_write_filter() 166 cl->buf = ln->buf; in ngx_stream_write_filter() 241 ln = cl; in ngx_stream_write_filter() 243 ngx_free_chain(c->pool, ln); in ngx_stream_write_filter() 271 ln = cl; in ngx_stream_write_filter() 273 ngx_free_chain(c->pool, ln); in ngx_stream_write_filter()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_write_filter_module.c | 53 ngx_chain_t *cl, *ln, **ll, *chain; in ngx_http_write_filter() local 136 for (ln = in; ln; ln = ln->next) { in ngx_http_write_filter() 142 cl->buf = ln->buf; in ngx_http_write_filter() 234 ln = cl; in ngx_http_write_filter() 236 ngx_free_chain(r->pool, ln); in ngx_http_write_filter() 331 ln = cl; in ngx_http_write_filter() 333 ngx_free_chain(r->pool, ln); in ngx_http_write_filter()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 226 list_link_init(list_node_t *ln) in list_link_init() argument 228 ln->next = NULL; in list_link_init() 229 ln->prev = NULL; in list_link_init() 233 list_link_active(list_node_t *ln) in list_link_active() argument 235 EQUIV(ln->next == NULL, ln->prev == NULL); in list_link_active() 236 return (ln->next != NULL); in list_link_active()
|
| /f-stack/freebsd/i386/ |
| H A D | Makefile | 21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done 23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done 25 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done
|
| /f-stack/freebsd/amd64/ |
| H A D | Makefile | 21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done 23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done 25 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zfs-tests.sh | 221 ln -sf "$j/$i" "$STF_PATH/$i" || \ 292 ln -fs "$STF_PATH/awk" "$STF_PATH/nawk" 294 ln -fs /sbin/fsck.ext4 "$STF_PATH/fsck" 295 ln -fs /sbin/mkfs.ext4 "$STF_PATH/newfs" 296 ln -fs "$STF_PATH/gzip" "$STF_PATH/compress" 297 ln -fs "$STF_PATH/gunzip" "$STF_PATH/uncompress" 298 ln -fs "$STF_PATH/exportfs" "$STF_PATH/share" 299 ln -fs "$STF_PATH/exportfs" "$STF_PATH/unshare" 301 ln -fs /usr/local/bin/ksh93 "$STF_PATH/ksh" 518 sudo ln -fs /usr/local/bin/ksh93 /bin/ksh
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_compat.c | 53 size_t cnt, lp, ln; in execvPe() local 91 ln = strlen(name); in execvPe() 98 if (lp + ln + 2 > sizeof (buf)) { in execvPe() 107 bcopy(name, buf + lp + 1, ln); in execvPe() 108 buf[lp + ln + 1] = '\0'; in execvPe()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_barrier.c | 135 uint32_t lc, ln; in plock_test1_lcore() local 143 for (ln = rte_lcore_count(); ln != 0 && lpt->lc != lc; lpt++, ln--) in plock_test1_lcore() 146 if (ln == 0) { in plock_test1_lcore()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_009_neg.ksh | 57 log_mustnot runat $TESTDIR/myfile.$$ ln -s /etc/passwd foo 60 log_mustnot runat $TESTDIR/myfile.$$ ln /etc/passwd foo
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | module-setup.sh.in | 101 …ln -s ../zfs-import-$_item.service "${initdir}/$systemdsystemunitdir/zfs-import.target.wants"/zfs-… 106 …ln -s ../zfs-env-bootfs.service "${initdir}/${systemdsystemunitdir}/zfs-import.target.wants"/zfs-e… 113 …ln -s ../zfs-import.target "${initdir}/$systemdsystemunitdir/initrd.target.wants"/zfs-import.target 119 ln -s ../$_service "${initdir}/$systemdsystemunitdir/initrd.target.wants"/$_service
|