Searched refs:cget (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/ctladm/ |
| H A D | ctladm.h | 45 char *cget(void *hook, char *name);
|
| H A D | util.c | 87 cget(void *hook, char *name) in cget() function
|
| H A D | ctladm.c | 963 sensestr = cget(&hook, NULL); in cctl_error_inject()
|
| /freebsd-14.2/sbin/camcontrol/ |
| H A D | util.c | 87 cget(void *hook, char *name) in cget() function
|
| H A D | camcontrol.h | 117 char *cget(void *hook, char *name);
|
| H A D | camcontrol.c | 4780 datastr = cget(&hook, NULL); in scsicmd() 4815 datastr = cget(&hook, NULL); in scsicmd() 4840 resstr = cget(&hook, NULL); in scsicmd() 7736 datastr = cget(&hook, NULL); in smpcmd() 7764 datastr = cget(&hook, NULL); in smpcmd()
|
| /freebsd-14.2/usr.sbin/pmcannotate/ |
| H A D | pmcannotate.c | 677 int cget, asmsrc; in main() local 685 while ((cget = getopt(argc, argv, "ahl:k:")) != -1) in main() 686 switch(cget) { in main()
|