/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | lockf.c | 45 __lockf(int fildes, int function, off_t size) argument 58 switch (function) {
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcSendLIRR.cc | 41 * @param function ??? 49 HBA_UINT8 function, 59 port->sendLIRR(0, function, type, pRspBuffer, pRspBufferSize); 61 port->sendLIRR(wwnConversion(destWWN.wwn), function, type, local 46 Sun_fcSendLIRR(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
|
H A D | FCHBAPort.h | 100 HBA_UINT8 function, 99 sendLIRR(uint64_t destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
|
H A D | TgtFCHBAPort.h | 95 HBA_UINT8 function, 94 sendLIRR(uint64_t destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
|
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | debug.c | 38 const char* function, const char* msg ); 47 const char* function, const char* msg ) 50 level, file, line, function, msg ); 60 const char* function, const char* msg, ... ) 69 debug_handler ( level, file, line, function, msg_concat ); 87 const char* file, int line, const char* function) 111 _("Assertion (%s) at %s:%d in function %s() failed."), 112 cond_text, file, line, function); 46 default_handler( const int level, const char* file, int line, const char* function, const char* msg ) argument 59 ped_debug( const int level, const char* file, int line, const char* function, const char* msg, ... ) argument 86 ped_assert(const char* cond_text, const char* file, int line, const char* function) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/script/ |
H A D | parser.y | 77 %token <arg> GRUB_PARSER_TOKEN_FUNCTION "function" 131 | function { $$ = 0; } 148 | "function" { $$ = grub_script_add_arglist (state, 0, $1); } 270 function: "function" "name" label
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ProbeDescription.java | 36 * A DTrace probe description consists of provider, module, function, 63 * Instance with empty provider, module, function, and name fields 72 * Enumerates the provider, module, function, and name fields of a 80 /** Probe function */ 92 "function", "name"}); 108 private final String function; field in class:ProbeDescription 114 * in the format <i>{@code provider:module:function:name}</i> or 119 * <i>{@code provider:module:function:name}</i> or else (if no colon 140 function = ""; 145 function [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | setpci.c | 79 static int bus, device, function; variable 101 if (check_function && grub_pci_get_function (dev) != function) 227 function = grub_strtoul (ptr, (char **) &ptr, 16);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | md4.c | 119 #define function(a,b,c,d,k,s) a=rol(a+F(b,c,d)+in[k],s); macro 120 function(A,B,C,D, 0, 3); 121 function(D,A,B,C, 1, 7); 122 function(C,D,A,B, 2,11); 123 function(B,C,D,A, 3,19); 124 function(A,B,C,D, 4, 3); 125 function(D,A,B,C, 5, 7); 126 function(C,D,A,B, 6,11); 127 function(B,C,D,A, 7,19); 128 function( 137 #undef function macro 140 #define function macro 159 #undef function macro 162 #define function macro [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | md4.c | 119 #define function(a,b,c,d,k,s) a=rol(a+F(b,c,d)+in[k],s); macro 120 function(A,B,C,D, 0, 3); 121 function(D,A,B,C, 1, 7); 122 function(C,D,A,B, 2,11); 123 function(B,C,D,A, 3,19); 124 function(A,B,C,D, 4, 3); 125 function(D,A,B,C, 5, 7); 126 function(C,D,A,B, 6,11); 127 function(B,C,D,A, 7,19); 128 function( 137 #undef function macro 140 #define function macro 159 #undef function macro 162 #define function macro [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | cfga.c | 77 private_func(const char *function) argument 92 if (strcmp(*f, function) == 0) 101 const char *function, 119 else if ((rc = private_func(function)) != CFGA_OK) { 120 ap_err(a, ERR_CMD_INVAL, function); 122 } else if ((rc = ap_cmd_parse(a, function, options, &cmd)) != CFGA_OK) 100 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | logger.c | 53 static const char *function; variable 120 * @param function Name of function 128 function = _function;
|
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | logging.c | 278 * @handler: function to perform the logging 297 * @function: Function in which the log line occurred 305 * This is just a redirector function. The arguments are simply passed to the 312 int ntfs_log_redirect(const char *function, const char *file, argument 324 ret = ntfs_log.handler(function, file, line, level, data, format, args); 335 * @function: Function in which the log line occurred 350 int ntfs_log_handler_syslog(const char *function, const char *file, int line, argument 376 /* Source function */ 380 function); 401 * @function 420 ntfs_log_handler_fprintf(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument 537 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument 568 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument 598 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | pci.h | 96 int function; member in struct:grub_pci_device 114 return dev.function;
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 179 %type <l_node> function 292 DT_KEY_PROBE DT_TOK_IDENT function DT_TOK_COLON function ';' { 295 | DT_KEY_PROBE DT_TOK_IDENT function ';' { 744 | direct_declarator function { dt_decl_func($1, $2); } 805 | direct_abstract_declarator function { dt_decl_func($1, $2); } 806 | function { dt_decl_func(NULL, $1); } 822 function: DT_TOK_LPAR { dt_scope_push(NULL, CTF_ERR); } label
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 81 * of a function code and an error code) onto the stack our PKCS12 code 243 * matches of the requested type. This function only searches the lists of 354 * There are some limits to this function. It will ignore the following: 1523 * Note about error codes: This function is an internal function, and the 1525 * code if it is something that is unique or if the function which detected 1696 * Note about error codes: This function is an internal function, and the 1751 * Note about error codes: This function is an internal function, an 2497 ERR_SUNW_error(int function, int reason, char *file, int line) argument [all...] |
/osnet-11/usr/src/lib/libpp/common/ |
H A D | pplib.h | 206 int function; /* function macros */ member in struct:counter
|
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 108 * For each function there is an array of opt_control structures giving 200 static const char pfunc_unknown[] = "private function \"%s\" unknown"; 264 "function called out of sequence", 759 const char *function, 780 if (strcmp(function, "relocate-test") == 0) { 801 __fmt_errstring(errstring, strlen(function), 802 dgettext(TEXT_DOMAIN, pfunc_unknown), function); 758 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
|
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 882 DBG(1, ("prt_led_mod function\n")); 1003 cfga_private_func(const char *function, const char *ap_id, argument 1034 if (strncmp(function, str, len) == 0) 1057 ptr = function[len++]; 1059 str = (char *)function; 1347 * call-back function for di_devlink_walk
|
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 342 * Callback function for hp_traverse(), to sum up the 376 * Callback function for hp_traverse(), to add the error 803 DBG(1, ("prt_led_mod function\n")); 875 cfga_private_func(const char *function, const char *ap_id, argument 907 if (strncmp(function, str, len) == 0) 922 ptr = function[len++]; 924 str = (char *)function; 1186 * call-back function for di_devlink_walk
|
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
H A D | cfga.c | 1058 const char *function, 1103 if ((strncmp(function, str, len) == 0) && (function[len++] == '=') && 1104 ((cond = (str2cond(&function[len]))) != -1)) { 1108 } else if (strcmp(function, cfga_str(CMD_QUIESCE)) == 0) { 1111 } else if (strcmp(function, cfga_str(CMD_INSERT)) == 0) { 1114 } else if (strcmp(function, cfga_str(CMD_REMOVE)) == 0) { 1118 cfga_err(NULL, errstring, ERR_CMD_INVAL, (char *)function, 0); 1057 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 96 * lock ordering violation due to the pthread_atfork() prefork function 376 * function calls. The return(function_call) part is to allow the 771 lockf(int fildes, int function, off_t size) argument 776 PERFORM(__lockf(fildes, function, size)) 781 lockf64(int fildes, int function, off64_t size) argument 786 PERFORM(__lockf64(fildes, function, size))
|
/osnet-11/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 463 const char *function, 501 retval = (*libloc.libp->cfga_private_func_p)(function, 3247 * This function compares the ap's in a generic way. It does so by 462 config_private_func( const char *function, int num_ap_ids, char *const *ap_ids, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
|
/osnet-11/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 158 * a vendor specific library function that might invoke a callback function 506 * libraries and perform the function registration exercise 601 /* Call the registration function to get the list of pointers */ 605 /* Load the function pointers directly into 621 /* Load the function points directly into 753 /* Call the registration function to get the list of pointers */ 757 /* Load the function points directly into 769 /* This function is required */ 772 "function no 2743 HBA_SendLIRR( HBA_HANDLE handle, HBA_WWN sourceWWN, HBA_WWN destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument [all...] |
/osnet-11/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 194 * a vendor specific library function that might invoke a callback function 239 SMHBA_ENTRYPOINTS smhbafunctionTable; /* smhba function pointers */ 240 HBA_ENTRYPOINTSV2 functionTable; /* hba api function pointers */ 259 * Macro to use the right function table between smhba and hbaapi. 267 * Macro to use the right function ptr between smhba and hbaapi function table. 276 * Macro to use the hbaapi function ptr. 283 * Macro to use the hbaapi function ptr. 665 * libraries and perform the function registratio 3123 HBA_SendLIRR( HBA_HANDLE handle, HBA_WWN sourceWWN, HBA_WWN destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument [all...] |