Searched refs:qo (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | c11-atomic.c | 6 int _Atomic qo; variable 10 void f01(typeof(&qo) dst) { } /* check-should-pass */ in f01() 16 qo = uo; /* check-should-pass */ in foo() 17 uo = qo; /* check-should-pass */ in foo() 22 const int qo; in ref() local 27 pqo = &qo; /* check-should-pass */ in ref() 33 puo = &qo; /* check-should-fail */ in ref() 42 pqo = &qo; /* check-should-pass */ in bar() 48 puo = &qo; /* check-should-fail */ in bar() 54 extern typeof(&qo) pqo; in baz() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/cpio/ |
H A D | cpio_test.ksh | 189 if { find $FILES | $CPIO -qo 2>&4 | $CPIO -qivt 2>&4; } >/dev/null; then 196 set -- $(echo $DEVICE | $CPIO -qo 2>&4 | $CPIO -qivt 2>&4 | grep ${DEVICE#/})
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_kernel.c | 1255 struct query_obj *qo = (struct query_obj *)cl; in build_result_set() local 1261 if (qo->classes & (1 << pool_elem_class((pool_elem_t *)key))) { in build_result_set() 1267 if (qo->src) { in build_result_set() 1272 if (parent == (pool_knl_elem_t *)qo->src) in build_result_set() 1281 if (qo->props) { in build_result_set() 1283 for (i = 0; qo->props[i] != NULL; i++) { in build_result_set() 1288 pool_value_get_name(qo->props[i]), &val) == in build_result_set() 1293 if (pool_value_equal(qo->props[i], in build_result_set() 1301 (void) pool_knl_result_set_append(qo->rs, in build_result_set() 1304 (void) pool_knl_result_set_append(qo->rs, in build_result_set() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | bash_pre_rc.sh | 51 if ! shopt -qo restricted; then
|
/illumos-gate/usr/src/cmd/boot/scripts/ |
H A D | create_ramdisk.ksh | 416 cpio -qo -H odc > "$tarchive.cpio" \ 437 cpio -qo -H odc > "$tarchive.cpio" \
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 1637 union ecore_qable_obj *qo, in ecore_validate_vlan_mac_add() argument 1640 struct ecore_vlan_mac_obj *o = &qo->vlan_mac; in ecore_validate_vlan_mac_add() 1685 union ecore_qable_obj *qo, in ecore_validate_vlan_mac_del() argument 1688 struct ecore_vlan_mac_obj *o = &qo->vlan_mac; in ecore_validate_vlan_mac_del() 1744 union ecore_qable_obj *qo, in ecore_validate_vlan_mac_move() argument 1747 struct ecore_vlan_mac_obj *src_o = &qo->vlan_mac; in ecore_validate_vlan_mac_move() 1806 union ecore_qable_obj *qo, in ecore_validate_vlan_mac() argument 1811 return ecore_validate_vlan_mac_add(pdev, qo, elem); in ecore_validate_vlan_mac() 1813 return ecore_validate_vlan_mac_del(pdev, qo, elem); in ecore_validate_vlan_mac() 1815 return ecore_validate_vlan_mac_move(pdev, qo, elem); in ecore_validate_vlan_mac() [all …]
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_mindex2.cc | 1287 db_query *q, *qo, **qa; in storeLDAP() local
|