/src/lib/libpam/modules/pam_afslog/ |
pam_afslog.c | 59 const void *service = NULL; local in function:pam_sm_setcred 63 pam_get_item(pamh, PAM_SERVICE, &service); 64 if (service == NULL) 65 service = "pam_afslog"; 87 (const char *)service,
|
pam_afslog.c | 59 const void *service = NULL; local in function:pam_sm_setcred 63 pam_get_item(pamh, PAM_SERVICE, &service); 64 if (service == NULL) 65 service = "pam_afslog"; 87 (const char *)service,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
gpio.h | 41 struct gpio_service *service; member in struct:gpio
|
gpio.h | 41 struct gpio_service *service; member in struct:gpio
|
/src/usr.bin/getaddrinfo/ |
getaddrinfo.c | 64 char *service = NULL; local in function:main 93 service = optarg; 124 if (service != NULL) { 127 if ((p = strchr(service, '/')) != NULL) { 142 error = getaddrinfo(hostname, service, &hints, &addrinfo); 164 " [-f <family>] [-p <protocol>] [-t <socktype>] [-s <service>]\n");
|
getaddrinfo.c | 64 char *service = NULL; local in function:main 93 service = optarg; 124 if (service != NULL) { 127 if ((p = strchr(service, '/')) != NULL) { 142 error = getaddrinfo(hostname, service, &hints, &addrinfo); 164 " [-f <family>] [-p <protocol>] [-t <socktype>] [-s <service>]\n");
|
/src/sys/dev/bluetooth/ |
bthub.c | 178 prop_string_t service; local in function:bthub_pioctl 211 /* validate service name */ 212 service = prop_dictionary_get(dict, BTDEVservice); 213 if (prop_object_type(service) != PROP_TYPE_STRING) 229 if (!prop_object_equals(service, obj)) 248 prop_dictionary_set(prop, BTDEVservice, service);
|
bthub.c | 178 prop_string_t service; local in function:bthub_pioctl 211 /* validate service name */ 212 service = prop_dictionary_get(dict, BTDEVservice); 213 if (prop_object_type(service) != PROP_TYPE_STRING) 229 if (!prop_object_equals(service, obj)) 248 prop_dictionary_set(prop, BTDEVservice, service);
|
/src/usr.sbin/btdevctl/ |
btdevctl.c | 66 const char *service, *mode; local in function:main 71 service = NULL; 126 case 's': /* service */ 127 service = uppercase(optarg); 147 || service == NULL) 153 dev = db_get(&laddr, &raddr, service); 156 printf("Performing SDP query for service '%s'..\n", service); 158 dev = cfg_query(&laddr, &raddr, service); 173 if (set == true && !db_set(dev, &laddr, &raddr, service)) [all...] |
db.c | 60 * lookup laddr/raddr/service in database and return dictionary 63 db_get(bdaddr_t *laddr, bdaddr_t *raddr, const char *service) 100 dev = prop_dictionary_get(rdev, service); 108 * store dictionary in database at laddr/raddr/service 111 db_set(prop_dictionary_t dev, bdaddr_t *laddr, bdaddr_t *raddr, const char *service) 139 if (!prop_dictionary_set(rdev, service, dev)) 158 * We have to generate the service, but only HID, HF and HSET 169 const char *service; local in function:db_update0 203 service = "HID"; 207 service = "HF" [all...] |
btdevctl.c | 66 const char *service, *mode; local in function:main 71 service = NULL; 126 case 's': /* service */ 127 service = uppercase(optarg); 147 || service == NULL) 153 dev = db_get(&laddr, &raddr, service); 156 printf("Performing SDP query for service '%s'..\n", service); 158 dev = cfg_query(&laddr, &raddr, service); 173 if (set == true && !db_set(dev, &laddr, &raddr, service)) [all...] |
db.c | 60 * lookup laddr/raddr/service in database and return dictionary 63 db_get(bdaddr_t *laddr, bdaddr_t *raddr, const char *service) 100 dev = prop_dictionary_get(rdev, service); 108 * store dictionary in database at laddr/raddr/service 111 db_set(prop_dictionary_t dev, bdaddr_t *laddr, bdaddr_t *raddr, const char *service) 139 if (!prop_dictionary_set(rdev, service, dev)) 158 * We have to generate the service, but only HID, HF and HSET 169 const char *service; local in function:db_update0 203 service = "HID"; 207 service = "HF" [all...] |
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_kern_lib.c | 229 VCHIQ_SERVICE_T *service = NULL; local in function:vchiq_add_service 241 service = vchiq_add_service_internal( 248 if (service) { 249 *phandle = service->handle; 274 VCHIQ_SERVICE_T *service = NULL; local in function:vchiq_open_service 284 service = vchiq_add_service_internal(state, 290 if (service) { 291 *phandle = service->handle; 292 status = vchiq_open_service_internal(service, 295 vchiq_remove_service(service->handle) 383 VCHIQ_SERVICE_T *service; local in function:vchiq_blocking_bulk_transfer [all...] |
vchiq_kern_lib.c | 229 VCHIQ_SERVICE_T *service = NULL; local in function:vchiq_add_service 241 service = vchiq_add_service_internal( 248 if (service) { 249 *phandle = service->handle; 274 VCHIQ_SERVICE_T *service = NULL; local in function:vchiq_open_service 284 service = vchiq_add_service_internal(state, 290 if (service) { 291 *phandle = service->handle; 292 status = vchiq_open_service_internal(service, 295 vchiq_remove_service(service->handle) 383 VCHIQ_SERVICE_T *service; local in function:vchiq_blocking_bulk_transfer [all...] |
vchiq_shim.c | 102 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_peek 109 if (vchiu_queue_is_empty(&service->queue)) 112 header = vchiu_queue_peek(&service->queue); 134 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_remove 137 header = vchiu_queue_pop(&service->queue); 139 vchiq_release_message(service->handle, header); 165 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_queue 173 status = vchiq_queue_message(service->handle, &element, 1); 181 status = vchiq_queue_message(service->handle, &element, 1); 208 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle local in function:vchi_bulk_queue_receive 267 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_bulk_queue_transmit 327 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_dequeue 377 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_queuev 401 SHIM_SERVICE_T *service; local in function:vchi_held_msg_release 436 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_msg_hold 548 SHIM_SERVICE_T *service = local in function:shim_callback 609 SHIM_SERVICE_T *service = kzalloc(sizeof(SHIM_SERVICE_T), GFP_KERNEL); local in function:service_alloc 639 SHIM_SERVICE_T *service = service_alloc(instance, setup); local in function:vchi_service_open 672 SHIM_SERVICE_T *service = service_alloc(instance, setup); local in function:vchi_service_create 702 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_close 719 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_destroy 738 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_set_option 766 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_get_peer_version 839 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_use 859 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; local in function:vchi_service_release [all...] |
/src/usr.sbin/tcpdchk/ |
inetcf.c | 66 * Structure with everything we know about a service. 86 char *service; local in function:inet_cfg 138 service = strtok(buf, whitespace); /* service */ 139 if (service == 0 || *service == '#') 141 if (STR_NE(service, "stream") && STR_NE(service, "dgram")) 153 if (path[0] == '?') /* IRIX optional service */ 224 tcpd_warn("%s may be an insecure service", tcpd_proc_name) [all...] |
inetcf.c | 66 * Structure with everything we know about a service. 86 char *service; local in function:inet_cfg 138 service = strtok(buf, whitespace); /* service */ 139 if (service == 0 || *service == '#') 141 if (STR_NE(service, "stream") && STR_NE(service, "dgram")) 153 if (path[0] == '?') /* IRIX optional service */ 224 tcpd_warn("%s may be an insecure service", tcpd_proc_name) [all...] |
/src/usr.bin/getnameinfo/ |
getnameinfo.c | 61 * getnameinfo: Resolve IP addresses and ports to hostnames and service names, 71 * -H: Display only the hostname, omitting the service name 72 * -N: Display the numeric service name instead of the service name 76 * -S: Display only the service name, omitting the hostname 91 char hostname[NI_MAXHOST], service[NI_MAXSERV]; local in function:main 240 hostname, hostlen, service, servlen, flags); 244 print_result(hostname_only, service_only, hostname, service); 311 char *hostname, char *service) 317 printf("%s\n", service); [all...] |
getnameinfo.c | 61 * getnameinfo: Resolve IP addresses and ports to hostnames and service names, 71 * -H: Display only the hostname, omitting the service name 72 * -N: Display the numeric service name instead of the service name 76 * -S: Display only the service name, omitting the hostname 91 char hostname[NI_MAXHOST], service[NI_MAXSERV]; local in function:main 240 hostname, hostlen, service, servlen, flags); 244 print_result(hostname_only, service_only, hostname, service); 311 char *hostname, char *service) 317 printf("%s\n", service); [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/ |
amdgpu_gpio_service.c | 65 struct gpio_service *service; local in function:dal_gpio_service_create 68 service = kzalloc(sizeof(struct gpio_service), GFP_KERNEL); 70 if (!service) { 75 if (!dal_hw_translate_init(&service->translate, dce_version_major, 81 if (!dal_hw_factory_init(&service->factory, dce_version_major, 90 service->ctx = ctx; 94 service->factory.number_of_pins[index_of_id]; 98 service->busyness[index_of_id] = 102 if (!service->busyness[index_of_id]) { 108 service->busyness[index_of_id][i] = 0 299 struct gpio_service *service = gpio->service; local in function:dal_gpio_service_open [all...] |
amdgpu_gpio_service.c | 65 struct gpio_service *service; local in function:dal_gpio_service_create 68 service = kzalloc(sizeof(struct gpio_service), GFP_KERNEL); 70 if (!service) { 75 if (!dal_hw_translate_init(&service->translate, dce_version_major, 81 if (!dal_hw_factory_init(&service->factory, dce_version_major, 90 service->ctx = ctx; 94 service->factory.number_of_pins[index_of_id]; 98 service->busyness[index_of_id] = 102 if (!service->busyness[index_of_id]) { 108 service->busyness[index_of_id][i] = 0 299 struct gpio_service *service = gpio->service; local in function:dal_gpio_service_open [all...] |
/src/sys/external/bsd/vchiq/dist/interface/vchi/ |
vchi.h | 112 // Opaque service information 119 struct opaque_vchi_service_t *service; member in struct:__anonac3b4fdb0608 151 // Service registration & startup 155 const char * const vll_filename; /* VLL to load to start this service. This is an empty string if VLL is "static" */ 156 VCHI_SERVICE_INIT init; /* Service initialisation function */ 196 Global service API 198 // Routine to create a named service 203 // Routine to destory a service 206 // Routine to open a named service 214 // Routine to close a named service [all...] |
vchi_common.h | 64 //callback reasons when an event occurs on a service 87 // this side has sent XOFF to peer due to lack of data consumption by service 88 // (suggests the service may need to take some recovery action if it has 113 // service control options 126 typedef void (*VCHI_CALLBACK_T)( void *callback_param, //my service local param 165 // is used again after messages for that service are removed/dequeued by any 168 struct opaque_vchi_service_t *service; member in struct:__anonbe1bcfc30508
|
vchi.h | 112 // Opaque service information 119 struct opaque_vchi_service_t *service; member in struct:__anonac3b4fdb0608 151 // Service registration & startup 155 const char * const vll_filename; /* VLL to load to start this service. This is an empty string if VLL is "static" */ 156 VCHI_SERVICE_INIT init; /* Service initialisation function */ 196 Global service API 198 // Routine to create a named service 203 // Routine to destory a service 206 // Routine to open a named service 214 // Routine to close a named service [all...] |
/src/usr.bin/rfcomm_sppd/ |
rfcomm_sppd.c | 104 static const struct service { struct 124 const char *service; local in function:main 133 service = "SP"; 189 case 's': /* service class */ 190 service = optarg; 228 rfcomm = open_client(&laddr, &raddr, lm, psm, service); 230 rfcomm = open_server(&laddr, psm, channel, lm, service); 337 const char *service) 340 const struct service *s; 349 channel = strtoul(service, &ep, 10) [all...] |