Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 1108) sorted by relevance

12345678910>>...45

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbinfo.h155 #define ACPI_FACS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FACS,f) argument
158 #define ACPI_RSDP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_RSDP,f) argument
208 #define ACPI_ASF0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_ASF_INFO,f) argument
209 #define ACPI_ASF1_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_ASF_ALERT,f) argument
213 #define ACPI_ASF3_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_ASF_RMCP,f) argument
223 #define ACPI_DMAR2_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_DMAR_ATSR,f) argument
224 #define ACPI_DMAR3_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_DMAR_RHSA,f) argument
243 #define ACPI_HEST7_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_HEST_AER,f) argument
321 #define ACPI_PPTT2_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_PPTT_ID,f) argument
346 #define ACPI_FLAG_OFFSET(d,f,o) (UINT16) (ACPI_OFFSET (d,f) + o) argument
[all …]
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h87 #define init_field(f) { \ argument
95 #define term_field(f) { \ argument
103 #define init_form(f) { \ argument
111 #define term_form(f) { \ argument
120 #define P(f) ((f) -> curpage) argument
130 #define W(f) ((f) -> w) argument
131 #define X(f) ((f) -> curcol) argument
132 #define Y(f) ((f) -> currow) argument
133 #define T(f) ((f) -> toprow) argument
141 #define Buf(f) ((f) -> buf) argument
[all …]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c45 next(FIELD *f) in next()
62 prev(FIELD *f) in prev()
79 snext(FIELD *f) in snext()
93 sprev(FIELD *f) in sprev()
107 left(FIELD *f) in left()
121 right(FIELD *f) in right()
135 up(FIELD *f) in up()
159 down(FIELD *f) in down()
186 _next_field(FORM *f) in _next_field()
192 _prev_field(FORM *f) in _prev_field()
[all …]
H A Dchg_char.c44 _next_char(FORM *f) in _next_char()
62 _prev_char(FORM *f) in _prev_char()
77 _next_line(FORM *f) in _next_line()
89 _prev_line(FORM *f) in _prev_line()
101 _next_word(FORM *f) in _next_word()
141 _prev_word(FORM *f) in _prev_word()
161 _beg_field(FORM *f) in _beg_field()
172 _end_field(FORM *f) in _end_field()
189 _beg_line(FORM *f) in _beg_line()
200 _end_line(FORM *f) in _end_line()
[all …]
H A Dchg_data.c43 room_for_line(FORM *f) in room_for_line()
82 FORM *f = c->form; in _grow_field() local
273 _new_line(FORM *f) in _new_line()
355 _ins_char(FORM *f) in _ins_char()
374 _ins_line(FORM *f) in _ins_line()
392 _del_char(FORM *f) in _del_char()
399 _del_prev(FORM *f) in _del_prev()
468 _del_line(FORM *f) in _del_line()
477 _del_word(FORM *f) in _del_word()
506 _clr_eol(FORM *f) in _clr_eol()
[all …]
H A Dutility.c143 _pos_form_cursor(FORM *f) in _pos_form_cursor()
178 _update_current(FORM *f) in _update_current()
243 justify(FIELD *f, WINDOW *w) in justify()
268 unjustify(FIELD *f, WINDOW *w) in unjustify()
282 _sync_buffer(FORM *f) in _sync_buffer()
294 _sync_linked(FIELD *f) in _sync_linked()
309 display_field(FIELD *f) in display_field()
335 erase_field(FIELD *f) in erase_field()
351 _sync_field(FIELD *f) in _sync_field()
385 _sync_attrs(FIELD *f) in _sync_attrs()
[all …]
H A Dchg_page.c36 #define first(f) (0) argument
37 #define last(f) (f->maxpage - 1) argument
41 next(FORM *f) in next()
52 prev(FORM *f) in prev()
62 _next_page(FORM *f) in _next_page()
68 _prev_page(FORM *f) in _prev_page()
74 _first_page(FORM *f) in _first_page()
80 _last_page(FORM *f) in _last_page()
H A Dfield.c90 MakeType(FIELD *f, va_list *ap) in MakeType()
111 CopyType(FIELD *f, FIELD *fsrc) in CopyType()
133 FreeType(FIELD *f) in FreeType()
153 FIELD *f = (FIELD *) 0; in new_field() local
197 FIELD *f = (FIELD *) 0; in dup_field() local
246 FIELD *f = (FIELD *) 0; in link_field() local
285 free_field(FIELD *f) in free_field()
340 set_max_field(FIELD *f, int max) in set_max_field()
429 field_type(FIELD *f) in field_type()
435 field_arg(FIELD *f) in field_arg()
[all …]
H A Dpost.c37 post_form(FORM *f) in post_form()
68 unpost_form(FORM *f) in unpost_form()
90 pos_form_cursor(FORM *f) in pos_form_cursor()
102 set_current_field(FORM *f, FIELD *c) in set_current_field()
141 current_field(FORM *f) in current_field()
147 field_index(FIELD *f) in field_index()
156 set_form_page(FORM *f, int page) in set_form_page()
191 form_page(FORM *f) in form_page()
H A Dform.c75 insert(FIELD *f, FIELD *head) in insert()
111 sort_form(FORM *f) in sort_form()
153 FIELD **f = form->field; in disconnect_fields() local
171 connect_fields(FORM *f, FIELD **x) in connect_fields()
224 FORM *f; in new_form() local
245 free_form(FORM *f) in free_form()
260 set_form_fields(FORM *f, FIELD **fields) in set_form_fields()
288 form_fields(FORM *f) in form_fields()
294 field_count(FORM *f) in field_count()
314 data_behind(FORM *f) in data_behind()
[all …]
H A Ddriver.c44 #define CALL(x, f) (x.class ? (*x.class) (x.act, f) : E_SYSTEM_ERROR) argument
119 _page_navigation(PTF_int act, FORM *f) in _page_navigation()
137 _field_navigation(PTF_int act, FORM *f) in _field_navigation()
153 _data_navigation(PTF_int act, FORM *f) in _data_navigation()
160 _data_manipulation(PTF_int act, FORM *f) in _data_manipulation()
172 _misc_request(PTF_int act, FORM *f) in _misc_request()
178 form_driver(FORM *f, int c) in form_driver()
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.errmsg52 function f(i,j,i) { return i } function
88 function f(){}; {split($0, x, f)} function
91 function f(){}; {f = split($0, x)} function
97 function f(){}; {split($0, f)} function
101 function f() { print "x" } function
103 can.t use function f as argument in f function
105 function f() { print "x" } function
130 BEGIN { f() } function
131 function f() { next } function
185 function f() { print 1 } function
[all …]
H A DT.misc189 function f() { return 12345 } function
190 BEGIN { printf "<%s>\n", f() } function
286 function f(A) { delete A[1] } function
335 { if (f() == 1) exit }
344 { if (f() == 1) exit }
357 { if (f() == 1) exit }
/illumos-gate/usr/src/cmd/ast/libshell/common/
H A Dillumos_cmdlist.h45 #define BINCMDLIST(f) \ argument
47 #define USRBINCMDLIST(f) \ argument
49 #define SBINCMDLIST(f) \ argument
51 #define SUSRBINCMDLIST(f) \ argument
54 #define XPG6CMDLIST(f) \ argument
56 #define XPG4CMDLIST(f) \ argument
60 #define GNUCMDLIST(f) \ argument
69 #define ASTCMDLIST(f) \ argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Drecfmt.h46 #define RECTYPE(f) (((f)>>28)&((1<<4)-1)) argument
49 #define REC_D_DELIMITER(f) ((f)&((1<<8)-1)) argument
52 #define REC_F_SIZE(f) ((f)&((1<<28)-1)) argument
55 #define REC_U_ATTRIBUTES(f) ((f)&~((1<<28)-1)) argument
59 #define REC_V_HEADER(f) (((f)>>23)&((1<<5)-1)) argument
61 #define REC_V_LENGTH(f) ((((f)>>18)&1)+1) argument
62 #define REC_V_LITTLE(f) (((f)>>17)&1) argument
63 #define REC_V_INCLUSIVE(f) (((f)>>16)&1) argument
64 #define REC_V_SIZE(f) ((f)&((1<<16)-1)) argument
65 #define REC_V_ATTRIBUTES(f) ((f)&~((1<<16)-1)) argument
[all …]
H A Dsfio.h337 #define _SF_(f) (f) argument
358 #define __sf_fileno(f) (_SF_(f)->_file) argument
359 #define __sf_eof(f) (_SF_(f)->_flags&SF_EOF) argument
363 #define __sf_value(f) (_SF_(f)->_val) argument
420 #define sfstrclose(f) sfclose(f) argument
422 #define sfstrseek(f,p,m) \ argument
436 #define sfstrsize(f) ((f)->_size) argument
439 #define sfstrbase(f) ((char*)(f)->_data) argument
441 #define sfstruse(f) \ argument
445 #define sfstrrsrv(f,n) \ argument
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.c71 fsm_init(f) in fsm_init() argument
89 fsm_lowerup(f) in fsm_lowerup() argument
119 fsm_lowerdown(f) in fsm_lowerdown() argument
163 fsm_open(f) in fsm_open() argument
212 fsm_close(f, reason) in fsm_close() argument
273 fsm *f = (fsm *) arg; local
324 fsm_input(f, inpacket, l) in fsm_input() argument
600 fsm_rtermreq(f, id, p, len) in fsm_rtermreq() argument
634 fsm_rtermack(f) in fsm_rtermack() argument
669 fsm_rcoderej(f, inp, len) in fsm_rcoderej() argument
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dmemstream.c451 FILE *f; in fmemopen_fill_default() local
465 FILE *f; in fmemopen_fill_lbuf() local
483 FILE *f; in fmemopen_fill_nobuf() local
501 FILE *f; in fmemopen_fwrite_default() local
515 FILE *f; in fmemopen_fwrite_lbuf() local
533 FILE *f; in fmemopen_fwrite_nobuf() local
551 FILE *f; in fmemopen_alt_fwrite_default() local
565 FILE *f; in fmemopen_alt_fwrite_lbuf() local
583 FILE *f; in fmemopen_alt_fwrite_nobuf() local
601 FILE *f; in fmemopen_fputs_default() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.c48 sfclose(Sfio_t* f) in sfclose()
64 sfprintf(Sfio_t* f, const char* fmt, ...) in sfprintf()
97 sfputc(Sfio_t* f, int c) in sfputc()
115 sfputr(Sfio_t* f, const char* buf, int sep) in sfputr()
142 sfstrbase(Sfio_t* f) in sfstrbase()
171 #define _sf_strseek(f,p,m) \ argument
186 sfstrseek(Sfio_t* f, int n, int w) in sfstrseek()
196 sfstrset(Sfio_t* f, int n) in sfstrset()
206 sfstrtell(Sfio_t* f) in sfstrtell()
219 sfstruse(Sfio_t* f) in sfstruse()
[all …]
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c73 static int stack_check(ea_file_impl_t *f) in stack_check()
108 static void stack_free(ea_file_impl_t *f) in stack_free()
147 ea_file_impl_t *f, in stack_next_object()
254 fseek_wrapper(ea_file_impl_t *f, off_t adv) in fseek_wrapper()
276 fpos_wrapper(ea_file_impl_t *f) in fpos_wrapper()
282 bufpos_wrapper(ea_file_impl_t *f) in bufpos_wrapper()
319 ea_file_impl_t *f = (ea_file_impl_t *)ef; in ea_next_object() local
419 ea_file_impl_t *f = (ea_file_impl_t *)ef; in ea_previous_object() local
483 ea_file_impl_t *f, in xget_object()
821 ea_file_impl_t *f = (ea_file_impl_t *)ef; in ea_write_object() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfvprintf.c96 int sfvprintf(Sfio_t* f, const char* form, va_list args) in sfvprintf()
153 #define SFBUF(f) argument
154 #define SFINIT(f) (n_output = 0) argument
155 #define SFEND(f) argument
156 #define SFputc(f,c) SMputc(f,c) argument
157 #define SFnputc(f,c,n) SMnputc(f,c,n) argument
158 #define SFwrite(f,s,n) SMwrite(f,s,n) argument
161 #define SFBUF(f) (d = f->next, endd = f->endb) argument
162 #define SFINIT(f) (SFBUF(f), n_output = 0) argument
163 #define SFEND(f) ((n_output += d - f->next), (f->next = d)) argument
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c212 static fn_t f = "sbdp_get_board_num"; in sbdp_get_board_num() local
257 static fn_t f = "sbdp_get_unit_num"; in sbdp_get_unit_num() local
462 static fn_t f = "sbdp_bd_init"; in sbdp_bd_init() local
487 static fn_t f = "sbdp_bd_fini"; in sbdp_bd_fini() local
508 static fn_t f = "sbdp_wnode_init"; in sbdp_wnode_init() local
529 static fn_t f = "sbdp_wnode_fini"; in sbdp_wnode_fini() local
572 static fn_t f = "sbdp_cleanup_bd"; in sbdp_cleanup_bd() local
623 static fn_t f = "sbdp_get_wnodep"; in sbdp_get_wnodep() local
791 static fn_t f = "sbdp_set_err"; in sbdp_set_err() local
831 static fn_t f = "sbdp_ioctl"; in sbdp_ioctl() local
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dfunction-pointer-type.c3 void fa(void) { int (*f)(void); f = &fun; } in fa() local
4 void f0(void) { int (*f)(void); f = fun; } // C99,C11 6.3.2.1p4 in f0() local
5 void f1(void) { int (*f)(void); f = *fun; } // C99,C11 6.5.3.2p4 in f1() local
6 void f2(void) { int (*f)(void); f = **fun; } // C99,C11 6.5.3.2p4 in f2() local
7 void f3(void) { int (*f)(void); f = ***fun; } // C99,C11 6.5.3.2p4 in f3() local
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtypes.sh148 f() function
157 f() function
163 function f function
172 f() function
206 function f function
223 function f function
279 f() function
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dservice.c156 papi_status_t (*f)(); in service_send_peer() local
183 papi_status_t (*f)(); in service_connect() local
267 void (*f)(); in papiServiceDestroy() local
313 papi_status_t (*f)(); in papiServiceSetUserName() local
335 papi_status_t (*f)(); in papiServiceSetPassword() local
357 papi_status_t (*f)(); in papiServiceSetEncryption() local
378 papi_status_t (*f)(); in papiServiceSetAuthCB() local
414 char *(*f)(); in papiServiceGetServiceName() local
433 char *(*f)(); in papiServiceGetUserName() local
452 char *(*f)(); in papiServiceGetPassword() local
[all …]

12345678910>>...45