/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | actbinfo.h | 155 #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 D | utility.h | 89 #define init_field(f) { \ argument 97 #define term_field(f) { \ argument 105 #define init_form(f) { \ argument 113 #define term_form(f) { \ argument 122 #define P(f) ((f) -> curpage) argument 132 #define W(f) ((f) -> w) argument 133 #define X(f) ((f) -> curcol) argument 134 #define Y(f) ((f) -> currow) argument 135 #define T(f) ((f) -> toprow) argument 143 #define Buf(f) ((f) -> buf) argument [all …]
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | chg_field.c | 47 next(FIELD *f) in next() 64 prev(FIELD *f) in prev() 81 snext(FIELD *f) in snext() 95 sprev(FIELD *f) in sprev() 109 left(FIELD *f) in left() 123 right(FIELD *f) in right() 137 up(FIELD *f) in up() 161 down(FIELD *f) in down() 188 _next_field(FORM *f) in _next_field() 194 _prev_field(FORM *f) in _prev_field() [all …]
|
H A D | chg_char.c | 46 _next_char(FORM *f) in _next_char() 64 _prev_char(FORM *f) in _prev_char() 79 _next_line(FORM *f) in _next_line() 91 _prev_line(FORM *f) in _prev_line() 103 _next_word(FORM *f) in _next_word() 143 _prev_word(FORM *f) in _prev_word() 163 _beg_field(FORM *f) in _beg_field() 174 _end_field(FORM *f) in _end_field() 191 _beg_line(FORM *f) in _beg_line() 202 _end_line(FORM *f) in _end_line() [all …]
|
H A D | chg_data.c | 84 FORM *f = c->form; in _grow_field() local 275 _new_line(FORM *f) in _new_line() 357 _ins_char(FORM *f) in _ins_char() 376 _ins_line(FORM *f) in _ins_line() 394 _del_char(FORM *f) in _del_char() 401 _del_prev(FORM *f) in _del_prev() 470 _del_line(FORM *f) in _del_line() 479 _del_word(FORM *f) in _del_word() 508 _clr_eol(FORM *f) in _clr_eol() 516 _clr_eof(FORM *f) in _clr_eof() [all …]
|
H A D | utility.c | 145 _pos_form_cursor(FORM *f) in _pos_form_cursor() 180 _update_current(FORM *f) in _update_current() 245 justify(FIELD *f, WINDOW *w) in justify() 270 unjustify(FIELD *f, WINDOW *w) in unjustify() 284 _sync_buffer(FORM *f) in _sync_buffer() 296 _sync_linked(FIELD *f) in _sync_linked() 311 display_field(FIELD *f) in display_field() 337 erase_field(FIELD *f) in erase_field() 353 _sync_field(FIELD *f) in _sync_field() 387 _sync_attrs(FIELD *f) in _sync_attrs() [all …]
|
H A D | chg_page.c | 38 #define first(f) (0) argument 39 #define last(f) (f->maxpage - 1) argument 43 next(FORM *f) in next() 54 prev(FORM *f) in prev() 64 _next_page(FORM *f) in _next_page() 70 _prev_page(FORM *f) in _prev_page() 76 _first_page(FORM *f) in _first_page() 82 _last_page(FORM *f) in _last_page()
|
H A D | field.c | 90 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 D | post.c | 39 post_form(FORM *f) in post_form() 70 unpost_form(FORM *f) in unpost_form() 92 pos_form_cursor(FORM *f) in pos_form_cursor() 104 set_current_field(FORM *f, FIELD *c) in set_current_field() 143 current_field(FORM *f) in current_field() 149 field_index(FIELD *f) in field_index() 158 set_form_page(FORM *f, int page) in set_form_page() 193 form_page(FORM *f) in form_page()
|
H A D | form.c | 77 insert(FIELD *f, FIELD *head) in insert() 113 sort_form(FORM *f) in sort_form() 155 FIELD **f = form->field; in disconnect_fields() local 173 connect_fields(FORM *f, FIELD **x) in connect_fields() 226 FORM *f; in new_form() local 247 free_form(FORM *f) in free_form() 262 set_form_fields(FORM *f, FIELD **fields) in set_form_fields() 290 form_fields(FORM *f) in form_fields() 296 field_count(FORM *f) in field_count() 316 data_behind(FORM *f) in data_behind() [all …]
|
H A D | driver.c | 46 #define CALL(x, f) (x.class ? (*x.class) (x.act, f) : E_SYSTEM_ERROR) argument 121 _page_navigation(PTF_int act, FORM *f) in _page_navigation() 139 _field_navigation(PTF_int act, FORM *f) in _field_navigation() 155 _data_navigation(PTF_int act, FORM *f) in _data_navigation() 162 _data_manipulation(PTF_int act, FORM *f) in _data_manipulation() 174 _misc_request(PTF_int act, FORM *f) in _misc_request() 180 form_driver(FORM *f, int c) in form_driver()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.errmsg | 52 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 D | T.misc | 189 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 D | illumos_cmdlist.h | 45 #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 D | recfmt.h | 46 #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 D | sfio.h | 337 #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 D | fsm.c | 71 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 D | memstream.c | 451 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 D | sfstr.c | 48 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 D | exacct_ops.c | 75 static int stack_check(ea_file_impl_t *f) in stack_check() 110 static void stack_free(ea_file_impl_t *f) in stack_free() 149 ea_file_impl_t *f, in stack_next_object() 256 fseek_wrapper(ea_file_impl_t *f, off_t adv) in fseek_wrapper() 278 fpos_wrapper(ea_file_impl_t *f) in fpos_wrapper() 284 bufpos_wrapper(ea_file_impl_t *f) in bufpos_wrapper() 321 ea_file_impl_t *f = (ea_file_impl_t *)ef; in ea_next_object() local 421 ea_file_impl_t *f = (ea_file_impl_t *)ef; in ea_previous_object() local 485 ea_file_impl_t *f, in xget_object() 823 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 D | sfvprintf.c | 96 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 D | sbdp.c | 212 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 D | function-pointer-type.c | 3 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 D | types.sh | 148 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 D | service.c | 156 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 …]
|