Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 1314) sorted by relevance

12345678910>>...53

/f-stack/freebsd/tools/
H A Dmiidevs2h.awk65 function collectline(f, line) {
67 line = ""
70 line = line "("
76 line = line $f
78 line = line " "
82 line = line $f
84 line = line " "
88 line = line ")"
89 return line
119 ouis[nouis, 3] = collectline(4, line)
[all …]
H A Dpccarddevs2h.awk64 function collectline(f, line) {
66 line = ""
69 line = line "("
75 line = line $f
77 line = line " "
81 line = line $f
83 line = line " "
87 line = line ")"
88 return line
119 vendors[nvendors, 3] = collectline(4, line)
[all …]
/f-stack/freebsd/sys/
H A Dsx.h160 int line) in __sx_xlock() argument
192 #define sx_xlock_(sx, file, line) \ argument
193 (void)_sx_xlock((sx), 0, (file), (line))
196 #define sx_xunlock_(sx, file, line) \ argument
197 _sx_xunlock((sx), (file), (line))
199 #define sx_xlock_(sx, file, line) \ argument
207 #define sx_slock_(sx, file, line) \ argument
212 _sx_sunlock((sx), (file), (line))
218 #define sx_slock_(sx, file, line) \ argument
258 sx_xunlock_(sx, file, line); \
[all …]
H A Dmutex.h98 int line);
102 const char *file, int line);
104 const char *file, int line);
114 const char *file, int line);
120 int line);
122 int line);
124 int line);
126 const char *file, int line);
128 const char *file, int line);
133 int line);
[all …]
/f-stack/freebsd/netgraph/
H A Dnetgraph.h183 int line);
185 int line);
187 int line);
196 hook->lastline = line; in _chkhook()
203 _chkhook(hook, file, line); in _ng_hook_ref()
210 _chkhook(hook, file, line); in _ng_hook_name()
217 _chkhook(hook, file, line); in _ng_hook_unref()
224 _chkhook(hook, file, line); in _ng_hook_set_private()
231 _chkhook(hook, file, line); in _ng_hook_set_rcvmsg()
463 node->lastline = line; in _chknode()
[all …]
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h184 int line);
186 int line);
188 int line);
197 hook->lastline = line; in _chkhook()
204 _chkhook(hook, file, line); in _ng_hook_ref()
211 _chkhook(hook, file, line); in _ng_hook_name()
218 _chkhook(hook, file, line); in _ng_hook_unref()
225 _chkhook(hook, file, line); in _ng_hook_set_private()
232 _chkhook(hook, file, line); in _ng_hook_set_rcvmsg()
465 node->lastline = line; in _chknode()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_active.c17 const char *func, int line) { in mallctl_bool_set() argument
25 line, name); in mallctl_bool_set()
27 line, name); in mallctl_bool_set()
32 int line) { in mallctl_prof_active_get_impl() argument
40 bool prof_active_new, const char *func, int line) { in mallctl_prof_active_set_impl() argument
42 prof_active_new, func, line); in mallctl_prof_active_set_impl()
49 const char *func, int line) { in mallctl_thread_prof_active_get_impl() argument
51 func, line); in mallctl_thread_prof_active_get_impl()
60 thread_prof_active_new, func, line); in mallctl_thread_prof_active_set_impl()
71 line); in prof_sampling_probe_impl()
[all …]
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_09.H.out1line"><div class="title">Item </div><div class="title"> Count</div></div><div class="li…
H A Dtest_09.HP.out1 <div class="line">
5 <div class="line">
9 <div class="line">
13 <div class="line">
17 <div class="line">
21 <div class="line">
25 <div class="line">
27 <div class="line">
29 <div class="line">
33 <div class="line">
[all …]
H A Dtest_08.H.out1line"><div class="title">Item </div><div class="title"> Count</div></div><div class="li…
H A Dtest_08.HP.out1 <div class="line">
5 <div class="line">
9 <div class="line">
13 <div class="line">
17 <div class="line">
21 <div class="line">
25 <div class="line">
27 <div class="line">
29 <div class="line">
33 <div class="line">
[all …]
H A Dtest_09.HIPx.out1 <div class="line">
5 <div class="line">
9 <div class="line">
13 <div class="line">
17 <div class="line">
21 <div class="line">
25 <div class="line">
27 <div class="line">
29 <div class="line">
33 <div class="line">
[all …]
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dcstyle.pl259 $line = '';
269 $line = $_;
340 if (($line =~ tr/\t/\t/) * 7 + length($line) > 80) {
397 next line;
406 next line;
455 next line;
461 next line;
487 next line;
506 next line;
525 next line;
[all …]
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dexample.c24 char *line; in main() local
58 while((line = linenoise("hello> ")) != NULL) { in main()
60 if (line[0] != '\0' && line[0] != '/') { in main()
61 printf("echo: '%s'\n", line); in main()
62 linenoiseHistoryAdd(line); /* Add to the history. */ in main()
64 } else if (!strncmp(line,"/historylen",11)) { in main()
66 int len = atoi(line+11); in main()
68 } else if (line[0] == '/') { in main()
69 printf("Unreconized command: %s\n", line); in main()
71 free(line); in main()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_hexdump.c18 char line[LINE_LEN]; /* space needed 8+16*3+3+16 == 75 */ in rte_hexdump() local
25 out = snprintf(line, LINE_LEN, "%08X:", ofs); in rte_hexdump()
28 snprintf(line + out, LINE_LEN - out, in rte_hexdump()
31 strcpy(line + out, " "); in rte_hexdump()
37 out += snprintf(line + out, LINE_LEN - out, " | "); in rte_hexdump()
46 fprintf(f, "%s\n", line); in rte_hexdump()
56 char line[LINE_LEN]; in rte_memdump() local
61 line[0] = '\0'; in rte_memdump()
65 fprintf(f, "%s", line); in rte_memdump()
67 line[out] = '\0'; in rte_memdump()
[all …]
/f-stack/dpdk/devtools/
H A Dupdate_version_map_abi.py59 for line in f_in:
61 line = line.strip('\n').strip()
74 experimental_lines += [line]
80 internal_lines += [line]
84 if not line:
100 match = func_line_regex.match(line)
118 for line in sorted(lines):
136 for line in lines:
138 if not line:
151 for line in lines:
[all …]
H A Dcheck-maintainers.sh42 for line in $( (sed '/^-\+$/d' $1 ; echo) | sed 's,^$,§,') ; do
43 if echo "$line" | grep -q '^§$' ; then
61 elif echo "$line" | grep -q '^[A-Z]: ' ; then
63 maintainers=$(add_line_to_if "$line" "$maintainers" 'M: ')
65 flines=$(add_line_to_if "$line" "$flines" 'F: ')
67 xlines=$(add_line_to_if "$line" "$xlines" 'X: ')
69 title="$line"
79 for line in $(sed -n 's,^[FX]: ,,p' $1 | tr '*' '#') ; do
80 line=$(printf "$line" | tr '#' '*')
81 match=$(files "$line")
[all …]
/f-stack/freebsd/kern/
H A Dsubr_hints.c78 line[eqidx] = line[i] = '\0'; in static_hints_to_env()
86 kern_setenv(line, line + eqidx + 1); in static_hints_to_env()
234 (*line)++; in res_find()
315 *line = 0; in resource_find()
343 int line; in resource_int_value() local
345 line = 0; in resource_int_value()
367 int line; in resource_long_value() local
369 line = 0; in resource_long_value()
389 int line; in resource_string_value() local
391 line = 0; in resource_string_value()
[all …]
H A Dkern_lock.c233 line); in lockmgr_note_exclusive_acquire()
247 line); in lockmgr_note_exclusive_release()
721 file, line, flags); in lockmgr_slock_hard()
1012 line); in lockmgr_upgrade()
1234 file, line, NULL); in lockmgr_slock()
1270 int line; in lockmgr_unlock() local
1273 line = __LINE__; in lockmgr_unlock()
1351 file, line); in __lockmgr_args()
1749 file, line); in _lockmgr_assert()
1756 line); in _lockmgr_assert()
[all …]
H A Dkern_mutex.c273 file, line)); in __mtx_lock_flags()
285 line); in __mtx_lock_flags()
287 file, line); in __mtx_lock_flags()
305 line); in __mtx_unlock_flags()
318 int line) in __mtx_lock_spin_flags() argument
353 line); in __mtx_lock_spin_flags()
359 int line) in __mtx_trylock_spin_flags() argument
387 int line) in __mtx_unlock_spin_flags() argument
400 line); in __mtx_unlock_spin_flags()
490 int line) in __mtx_lock_sleep() argument
[all …]
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_proxy_module.c248 line.data = ngx_pnalloc(c->pool, line.len); in ngx_mail_proxy_pop3_handler()
267 line.data = ngx_pnalloc(c->pool, line.len); in ngx_mail_proxy_pop3_handler()
304 if (c->send(c, line.data, line.len) < (ssize_t) line.len) { in ngx_mail_proxy_pop3_handler()
363 line.data = ngx_pnalloc(c->pool, line.len); in ngx_mail_proxy_imap_handler()
382 line.data = ngx_pnalloc(c->pool, line.len); in ngx_mail_proxy_imap_handler()
402 line.data = ngx_pnalloc(c->pool, line.len); in ngx_mail_proxy_imap_handler()
438 if (c->send(c, line.data, line.len) < (ssize_t) line.len) { in ngx_mail_proxy_imap_handler()
499 line.data = ngx_pnalloc(c->pool, line.len); in ngx_mail_proxy_smtp_handler()
569 line.len = p - line.data; in ngx_mail_proxy_smtp_handler()
597 line.len = ngx_sprintf(line.data, in ngx_mail_proxy_smtp_handler()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi2013 …<enum-decl name='pool_state' filepath='../../include/sys/fs/zfs.h' line='899' column='1' id='type-…
2378 …<enum-decl name='vdev_aux' filepath='../../include/sys/fs/zfs.h' line='869' column='1' id='type-id…
2403 …<enum-decl name='vdev_state' filepath='../../include/sys/fs/zfs.h' line='852' column='1' id='type-…
3521 …<parameter type-id='type-id-44' name='hdl' filepath='os/linux/libzfs_pool_os.c' line='212' column=…
3522 …<parameter type-id='type-id-45' name='zhp' filepath='os/linux/libzfs_pool_os.c' line='212' column=…
3527 …<parameter type-id='type-id-44' name='hdl' filepath='os/linux/libzfs_pool_os.c' line='61' column='…
3529 …<parameter type-id='type-id-105' name='msg' filepath='os/linux/libzfs_pool_os.c' line='61' column=…
3600 …<parameter type-id='type-id-22' name='len' filepath='os/linux/libzfs_util_os.c' line='192' column=…
3604 …<parameter type-id='type-id-250' name='di' filepath='os/linux/libzfs_util_os.c' line='169' column=…
3615 …<parameter type-id='type-id-44' name='hdl' filepath='os/linux/libzfs_util_os.c' line='49' column='…
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dcec-gpio.txt3 The HDMI CEC GPIO module supports CEC implementations where the CEC line
4 is hooked up to a pull-up GPIO line and - optionally - the HPD line is
5 hooked up to another GPIO line.
7 Please note: the maximum voltage for the CEC line is 3.63V, for the HPD and
9 when connecting them to a GPIO line.
13 - cec-gpios: gpio that the CEC line is connected to. The line should be
24 - hpd-gpios: gpio that the HPD line is connected to.
28 - v5-gpios: gpio that the 5V line is connected to.
30 Example for the Raspberry Pi 3 where the CEC line is connected to
31 pin 26 aka BCM7 aka CE1 on the GPIO pin header, the HPD line is
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c112 s = fgets(line, sizeof (line), fd); in zgetline()
116 if (line[0] == '\n' || line[0] == '#') in zgetline()
118 len = strlen(line); in zgetline()
120 line[len - 1] = '\0'; in zgetline()
121 last = line[skiplen]; in zgetline()
129 return (line); in zgetline()
229 char *line; in nfs_copy_entries() local
376 s = fgets(line, sizeof (line), fp); in nfs_is_shared()
380 if (line[0] == '\n' || line[0] == '#') in nfs_is_shared()
382 len = strlen(line); in nfs_is_shared()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi1955 …<parameter type-id='type-id-256' name='a' filepath='../../module/nvpair/nvpair.c' line='1801' colu…
1956 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1801' colu…
1962 …<parameter type-id='type-id-248' name='a' filepath='../../module/nvpair/nvpair.c' line='1794' colu…
1963 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1794' colu…
1969 …<parameter type-id='type-id-262' name='a' filepath='../../module/nvpair/nvpair.c' line='1787' colu…
1970 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1787' colu…
1976 …<parameter type-id='type-id-254' name='a' filepath='../../module/nvpair/nvpair.c' line='1780' colu…
1977 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1780' colu…
1983 …<parameter type-id='type-id-261' name='a' filepath='../../module/nvpair/nvpair.c' line='1773' colu…
1984 …<parameter type-id='type-id-264' name='n' filepath='../../module/nvpair/nvpair.c' line='1773' colu…
[all …]

12345678910>>...53