Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 189) sorted by relevance

12345678

/titanic_51/usr/src/uts/common/os/
H A Dgroup.c45 group_create(group_t *g) in group_create() argument
55 group_destroy(group_t *g) in group_destroy() argument
71 group_empty(group_t *g) in group_empty() argument
88 group_add(group_t * g,void * e,int gflag) group_add() argument
114 group_remove(group_t * g,void * e,int gflag) group_remove() argument
146 group_expand(group_t * g,uint_t n) group_expand() argument
156 group_grow_set(group_t * g) group_grow_set() argument
196 group_shrink_set(group_t * g) group_shrink_set() argument
282 group_iterate(group_t * g,group_iter_t * iter) group_iterate() argument
301 group_access_at(group_t * g,uint_t idx) group_access_at() argument
318 group_add_at(group_t * g,void * e,uint_t idx) group_add_at() argument
335 group_remove_at(group_t * g,uint_t idx) group_remove_at() argument
346 group_find(group_t * g,void * e) group_find() argument
[all...]
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dgetgraent.c78 struct gradata *g = gradata; in _gradata() local
90 struct gradata *g = _gradata(); in getgranam() local
114 struct gradata *g in setgraent() local
133 struct gradata *g = _gradata(); endgraent() local
171 struct gradata *g = _gradata(); getgraent() local
234 struct gradata *g = _gradata(); interpret() local
261 struct gradata *g = _gradata(); freeminuslist() local
276 struct gradata *g = _gradata(); interpretwithsave() local
291 struct gradata *g = _gradata(); onminuslist() local
307 struct gradata *g = _gradata(); getnextfromyellow() local
331 struct gradata *g = _gradata(); getfirstfromyellow() local
354 struct gradata *g = _gradata(); getnamefromyellow() local
383 struct gradata *g = _gradata(); addtominuslist() local
405 struct gradata *g = _gradata(); save() local
[all...]
/titanic_51/usr/src/boot/sys/sys/
H A Dioccom.h56 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) argument
57 #define _IOWINT(g,n) _IOC(IOC_VOID, (g), (n), sizeof(int)) argument
58 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) argument
59 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) argument
61 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), ( argument
[all...]
/titanic_51/usr/src/uts/common/klm/
H A Dnlm_impl.c299 nlm_globals_register(struct nlm_globals *g) in nlm_globals_register() argument
307 nlm_globals_unregister(struct nlm_globals *g) in nlm_globals_unregister() argument
318 struct nlm_globals *g; in nlm_kmem_reclaim() local
345 nlm_gc(struct nlm_globals * g) nlm_gc() argument
504 struct nlm_globals *g; nlm_reclaimer() local
601 nlm_suspend_zone(struct nlm_globals * g) nlm_suspend_zone() argument
663 nlm_resume_zone(struct nlm_globals * g) nlm_resume_zone() argument
1194 nlm_host_unregister(struct nlm_globals * g,struct nlm_host * hostp) nlm_host_unregister() argument
1344 struct nlm_globals *g; nlm_host_wait_grace() local
1411 nlm_host_cancel_slocks(struct nlm_globals * g,struct nlm_host * hostp) nlm_host_cancel_slocks() argument
1610 nlm_host_find_locked(struct nlm_globals * g,const char * netid,struct netbuf * naddr,avl_index_t * wherep) nlm_host_find_locked() argument
1647 nlm_host_find(struct nlm_globals * g,const char * netid,struct netbuf * addr) nlm_host_find() argument
1673 nlm_host_findcreate(struct nlm_globals * g,char * name,const char * netid,struct netbuf * addr) nlm_host_findcreate() argument
1747 nlm_host_find_by_sysid(struct nlm_globals * g,sysid_t sysid) nlm_host_find_by_sysid() argument
1792 nlm_host_release_locked(struct nlm_globals * g,struct nlm_host * hostp) nlm_host_release_locked() argument
1818 nlm_host_release(struct nlm_globals * g,struct nlm_host * hostp) nlm_host_release() argument
1833 nlm_host_unmonitor(struct nlm_globals * g,struct nlm_host * host) nlm_host_unmonitor() argument
1856 nlm_host_monitor(struct nlm_globals * g,struct nlm_host * host,int state) nlm_host_monitor() argument
1937 nlm_slock_register(struct nlm_globals * g,struct nlm_host * host,struct nlm4_lock * lock,struct vnode * vp) nlm_slock_register() argument
1963 nlm_slock_unregister(struct nlm_globals * g,struct nlm_slock * nslp) nlm_slock_unregister() argument
1988 nlm_slock_wait(struct nlm_globals * g,struct nlm_slock * nslp,uint_t timeo_secs) nlm_slock_wait() argument
2047 nlm_slock_grant(struct nlm_globals * g,struct nlm_host * hostp,struct nlm4_lock * alock) nlm_slock_grant() argument
2347 nlm_svc_starting(struct nlm_globals * g,struct file * fp,const char * netid,struct knetconfig * knc) nlm_svc_starting() argument
2438 nlm_svc_stopping(struct nlm_globals * g) nlm_svc_stopping() argument
2527 struct nlm_globals *g; nlm_vp_active() local
2567 struct nlm_globals *g; nlm_unexport() local
2763 struct nlm_globals *g; nlm_cprsuspend() local
2775 struct nlm_globals *g; nlm_cprresume() local
[all...]
H A Dklmmod.c74 struct nlm_globals *g; in lm_zone_init() local
104 struct nlm_globals *g = data; lm_zone_fini() local
183 struct nlm_globals *g; lm_svc() local
318 struct nlm_globals *g; lm_shutdown() local
429 struct nlm_globals *g; lm_get_sysid() local
453 struct nlm_globals *g; lm_rel_sysid() local
[all...]
H A Dnlm_service.c78 #define NLM_IN_GRACE(g) (ddi_get_lbolt() < (g)->grace_threshold) argument
282 struct nlm_globals *g; in nlm_do_notify1() local
322 struct nlm_globals *g; in nlm_do_test() local
463 struct nlm_globals *g; nlm_do_lock() local
773 struct nlm_globals *g; nlm_do_cancel() local
870 struct nlm_globals *g; nlm_do_unlock() local
967 struct nlm_globals *g; nlm_do_granted() local
1022 struct nlm_globals *g; nlm_do_free_all() local
1127 struct nlm_globals *g; nlm_do_share() local
1195 struct nlm_globals *g; nlm_do_unshare() local
[all...]
H A Dnlm_client.c143 nlm_reclaim_client(struct nlm_globals *g, struct nlm_host *hostp) in nlm_reclaim_client() argument
268 struct nlm_globals *g; in nlm_frlock() local
469 nlm_client_cancel_all(struct nlm_globals *g, struct nlm_host *hostp) in nlm_client_cancel_all() argument
561 struct nlm_globals *g; nlm_safemap() local
599 struct nlm_globals *g; nlm_has_sleep() local
621 struct nlm_globals *g = NULL; nlm_register_lock_locally() local
754 struct nlm_globals *g; nlm_call_lock() local
1219 struct nlm_globals *g; nlm_shrlock() local
[all...]
/titanic_51/usr/src/lib/nsswitch/compat/common/
H A Dgetgrent.c112 struct group *g = (struct group *)argp->returnval; local
121 struct group *g = (struct group *)argp->returnval; local
141 struct group *g = (struct group *)argp->returnval; local
169 struct group *g; local
235 struct group *g = (struct group *)argp-&gt;buf.result; global() local
[all...]
/titanic_51/usr/src/cmd/sendmail/libmilter/
H A Dengine.c835 st_optionneg(g) in st_optionneg() argument
1165 st_connectinfo(g) st_connectinfo() argument
1287 st_eoh(g) st_eoh() argument
1311 st_data(g) st_data() argument
1336 st_helo(g) st_helo() argument
1366 st_header(g) st_header() argument
1411 st_sender(g) st_sender() argument
1428 st_rcpt(g) st_rcpt() argument
1445 st_unknown(g) st_unknown() argument
1473 st_macros(g) st_macros() argument
1531 st_quit(g) st_quit() argument
1556 st_bodychunk(g) st_bodychunk() argument
1584 st_bodyend(g) st_bodyend() argument
1629 st_abortfct(g) st_abortfct() argument
[all...]
/titanic_51/usr/src/lib/libshell/common/tests/
H A Dtypes.sh178 function g function
211 function g function
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcolor.c86 init_color(short color, short r, short g, short b) in init_color() argument
161 color_content(short color, short *r, short *g, short *b) in color_content() argument
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c95 init_color(short color, short r, short g, short b) in init_color() argument
154 color_content(short color, short *r, short *g, short *b) in color_content() argument
/titanic_51/usr/src/cmd/ipf/tools/
H A Dipfcomp.c155 frgroup_t *g; local
300 frgroup_t *g; global() local
351 frgroup_t *g; global() local
403 frgroup_t *g; emittail() local
452 frgroup_t *g; global() local
965 frgroup_t *g; global() local
[all...]
/titanic_51/usr/src/cmd/acctadm/
H A Dres.c221 int r, g, id; in printgroup() local
300 char *p, *g, *copy; in str2buf() local
348 char *str, *g; buf2str() local
[all...]
/titanic_51/usr/src/lib/libcurses/screen/
H A Dinit_color.c53 init_color(short color, short r, short g, short b) in init_color() argument
125 _rgb_to_hls(float r,float g,float b,int * hh,int * ll,int * ss) _rgb_to_hls() argument
[all...]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtypes.sh178 function g function
211 function g function
/titanic_51/usr/src/cmd/sgs/libelf/common/
H A Dhash.c41 unsigned int g; in elf_hash() local
/titanic_51/usr/src/lib/libm/common/C/
H A Dgamma.c37 double g; in gamma() local
H A Dlgamma.c37 double g; in lgamma() local
H A Dlgamma_r.c35 double g; in lgamma_r() local
/titanic_51/usr/src/lib/libc/port/locale/
H A Dregfree.c54 struct re_guts *g; in regfree() local
[all...]
/titanic_51/usr/src/lib/libbc/libc/sys/sys5/
H A Dchown.c31 chown(char *s, int u, int g) in chown() argument
/titanic_51/usr/src/lib/libbc/libc/sys/4.2/
H A Dchown.c32 chown(char *s, int u, int g) in chown() argument
/titanic_51/usr/src/lib/libsum/common/
H A Dsum-sha2.c479 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
490 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
499 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
511 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
569 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
847 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
858 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
867 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
879 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
934 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
/titanic_51/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c461 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
472 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
481 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
493 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
551 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; SHA256_Transform() local
829 ROUND512_0_TO_15(a,b,c,d,e,f,g,h) global() argument
840 ROUND512_0_TO_15(a,b,c,d,e,f,g,h) global() argument
849 ROUND512(a,b,c,d,e,f,g,h) global() argument
861 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; SHA512_Transform() local
916 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; SHA512_Transform() local
[all...]

12345678