Home
last modified time | relevance | path

Searched refs:op_id (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/net/
H A Dgethostnamadr.c162 const int op_id = 1; in host_id_func() local
197 memcpy(p, &op_id, sizeof(int)); in host_id_func()
228 memcpy(p, &op_id, sizeof(int)); in host_id_func()
H A Dgetaddrinfo.c1739 const int op_id = 0; /* identifies the getaddrinfo for the cache */ in addrinfo_id_func() local
1779 memcpy(p, &op_id, sizeof(int)); in addrinfo_id_func()
/freebsd/crypto/openssl/crypto/evp/
H A Dkeymgmt_lib.c578 int op_id) in evp_keymgmt_util_query_operation_name() argument
584 name = keymgmt->query_operation_name(op_id); in evp_keymgmt_util_query_operation_name()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c1938 u16 op_id; in iwl_dbgfs_rfi_freq_table_write() local
1940 if (kstrtou16(buf, 10, &op_id)) in iwl_dbgfs_rfi_freq_table_write()
1944 if (!op_id) { in iwl_dbgfs_rfi_freq_table_write()
/freebsd/crypto/openssl/include/crypto/
H A Devp.h802 int op_id);